Subject:
|
Re: Why are SSIs bad?
|
Newsgroups:
|
lugnet.publish
|
Date:
|
Fri, 1 Oct 1999 13:37:03 GMT
|
Viewed:
|
716 times
|
| |
| |
Matthew:
> Check in your httpd.conf for this:
>
> # CacheNegotiatedDocs: By default, Apache sends Pragma: no-cache with each
> # document that was negotiated on the basis of content. This asks proxy
> # servers not to cache the document. Uncommenting the following line
> # disables this behavior, and proxies will be allowed to cache the
> # documents.
>
> #CacheNegotiatedDocs
Hmm?
This sounds more like it is related to content negotiation,
which among other things is used to deliver documents in a
language the reader understands.
Does it mean that proxy servers don't know about content
negotiation?
> Which I think should do it. It may also be a good idea, if performance isn't
> a gigantic concern, to make Apache check all .html files for SSI instead of
> just .shtml (if you're doing SSI on all your pages, that won't make a speed
> difference anyway) because it's possible (although stupid if true) that some
> browsers/proxies make their caching decisions based on file extension.
If proxy servers don't know about content negotiation, then
I can just as well use SSI whereever it is of use, but as it
is now, I don't use it much.
Generally I use links without a file extension, so I don't
know how proxies making caching decisions based on file
extension will behave. Well...
Checking out the documentation, it is more likely that
"mod_expires"[1] is the solution, if you want proxies to
cache server side processed pages.
Play well,
Jacob
1) <URL:http://www.apache.org/docs-1.2/mod/mod_expires.html>
------------------------------------------------
-- E-mail: sparre@cats.nbi.dk --
-- Web...: <URL:http://www.ldraw.org/FAQ/> --
------------------------------------------------
|
|
Message has 1 Reply: | | Re: Why are SSIs bad?
|
| (...) Actually, I think you're right. Sorry -- too early in the morning. Or late at night. Whenever it was when I wrote that. Disregard what I said. :) I just tested, and it looks to me like Apache isn't setting "Pragma: no-cache". So I think what (...) (25 years ago, 1-Oct-99, to lugnet.publish)
|
Message is in Reply To:
| | Re: Why are SSIs bad?
|
| (...) Check in your httpd.conf for this: # CacheNegotiatedDocs: By default, Apache sends Pragma: no-cache with each # document that was negotiated on the basis of content. This asks proxy # servers not to cache the document. Uncommenting the (...) (25 years ago, 1-Oct-99, to lugnet.publish)
|
8 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|