Re: New Quixote site, and expire problem
Mike Orr <[email protected]>
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
On 9/13/05, Mike Orr <[email protected]> wrote: > On 9/13/05, Neil Schemenauer <[email protected]> wrote: > > Something is adding a second Expires header (maybe Apache) and > > giving the expire time as 1 minute. > > It may be in the Mac's standard httpd.conf somewhere. We're trying to > play nicely with the Mac's configuration dialog, which isn't always > possible. We'll probably use a second Apache instance for the Quixote > sites and keep the configurator away from it. OK, it's mod_expires. Apple's configurator has it expire everything in 1 minute, with longer for certain mime types. I put the following in the virtual hosts: <IfModule mod_expires.c> ExpiresActive off </IfModule> That fixes the categories pages, at least in my initial testing. -- Mike Orr <[email protected]> or <[email protected]>