On Sat, 10 Sep 2005, Merton Campbell Crockett wrote:
One element in common with this site and the one in the Bugzilla report mentioned by Henrik Nordstrom is that they both use the Apache Advanced Extranet Server 2.0.48.
Only 2 of 3 so far..
I would suspect that mod_rewrite is being used instead of mod_proxy to provide access to internal content. Squid is appending a slash and is causing the security check to match the regex ^.*/$. The following will work, as well. :)
Interesting theory, but does not explain the inverse max-age dependency... Regards Henrik