Re: 404 does not delete cached entries using mod_disk_cache

2005-05-24 Thread Sander Striker
[EMAIL PROTECTED] wrote: Felix Enning pointed me again to an interesting question regarding mod_cache / mod_disk_cache: The following situation was observed with Apache 2.0.54 (same applies to trunk): 1. A resource gets cached. 2. The original resource gets removed from the backend (e.g on a p

404 does not delete cached entries using mod_disk_cache

2005-05-24 Thread r . pluem
Felix Enning pointed me again to an interesting question regarding mod_cache / mod_disk_cache: The following situation was observed with Apache 2.0.54 (same applies to trunk): 1. A resource gets cached. 2. The original resource gets removed from the backend (e.g on a proxied webserver, on th

Re: svn commit: r153400 - in httpd/httpd/trunk: Makefile.in configure.in srclib/Makefile.in

2005-05-24 Thread Joe Orton
On Tue, May 24, 2005 at 12:30:23PM -0700, Paul Querna wrote: > [EMAIL PROTECTED] wrote: > > Author: jorton > > Date: Fri Feb 11 06:08:24 2005 > > New Revision: 153400 > > > > URL: http://svn.apache.org/viewcvs?view=rev&rev=153400 > > Log: > > Support use of an external copy of the PCRE library: >

Re: svn commit: r153400 - in httpd/httpd/trunk: Makefile.in configure.in srclib/Makefile.in

2005-05-24 Thread Paul Querna
[EMAIL PROTECTED] wrote: > Author: jorton > Date: Fri Feb 11 06:08:24 2005 > New Revision: 153400 > > URL: http://svn.apache.org/viewcvs?view=rev&rev=153400 > Log: > Support use of an external copy of the PCRE library: > > * configure.in: Set abs_{builddir,srcdir} higher. Add --with-pcre > flag;

Re: svn commit: r164752 - /httpd/httpd/trunk/STATUS

2005-05-24 Thread Aaron Bannert
I don't see this backport in 1.3, but I did provide a patch at one point. I'll update my patch and repost along with the magic number bumps that were talked about a month or so ago. -aaron, catching up on really old messages On Apr 25, 2005, at 11:45 PM, [EMAIL PROTECTED] wrote: Author: pqu

cache returned header in 304

2005-05-24 Thread Benoit DOLEZ
Hello, My configuration is : - web server with Apache 1.3.33 (WEB) - reverse-proxy with Apache 1.3.33 (tested with ProxyPass[Reverse] and RewriteRule) (PROXY) (no DefaultType configured) - reverse-cache-proxy with Apache 1.3.33 (CACHE) When I do a request on a picture that return 304 (not m

Re: Comments on bug #34834

2005-05-24 Thread Paul Querna
[EMAIL PROTECTED] wrote: > Hi, > > What do you think of bug #34834 and the patch suggestion included there: > http://issues.apache.org/bugzilla/show_bug.cgi?id=34834 > > I think the current inability to include an entry which ends in > backslash '\' in httpd.conf is quite a clear handicap. The pa

Comments on bug #34834

2005-05-24 Thread viipuri
Hi, What do you think of bug #34834 and the patch suggestion included there: http://issues.apache.org/bugzilla/show_bug.cgi?id=34834 I think the current inability to include an entry which ends in backslash '\' in httpd.conf is quite a clear handicap. The patch fixes this problem with very min