Re: mod_cache deliver 304 instead of (not so) stale cache entries

2005-05-22 Thread Sander Striker
[EMAIL PROTECTED] wrote: Sander Striker wrote: [EMAIL PROTECTED] wrote: [...] Might as well not do revalidation in that case; actually that would be better, because the 304's that are returned may not even be correct. The conditions are replaced with the ones from the cache, remember?

endless loop trying to create ssl_scache (2.0.54)

2005-05-22 Thread Jeroen Massar
Hi, I had just killed off my apache2 and tried to restart it when the following kept apache running at ~100% cpu usage, trying to create the file but failing. Attaching a strace resulted in an endless loop of: stat64(/var/run/apache2/ssl_scache, 0xb8a0) = -1 ENOENT (No such file or

adddefaultcharset and proxypass

2005-05-22 Thread Jie Gao
Hi All, apache_2.0.52 - In an instance of a webserver, AddDefaultCharset is set to iso-8859-1, and a subset of the website is ProxyPass'ed to another site, which does not have AddDefaultCharset set. The front-end server adds charset=iso-8859-1 to the header of the output of the

Re: adddefaultcharset and proxypass

2005-05-22 Thread Paul Querna
Jie Gao wrote: Hi All, apache_2.0.52 - In an instance of a webserver, AddDefaultCharset is set to iso-8859-1, and a subset of the website is ProxyPass'ed to another site, which does not have AddDefaultCharset set. The front-end server adds charset=iso-8859-1 to the header of