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]>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.