On 9/13/05, Mike Orrwrote: > On 9/13/05, Neil Schemenauer 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: ExpiresActive off That fixes the categories pages, at least in my initial testing. -- Mike Orror