Re: [EMAIL PROTECTED] apache core dump signal 11 after portupgrade from 1.3.37 to 1.3.39, php5-5.2.4

2007-10-01 Thread Christopher Shumway
On Mon, 1 Oct 2007, David Gessel wrote: I posted to [EMAIL PROTECTED], and followed the suggestion to disable modules, this seems a more apropos group to request support from for the following: The details below are probably overkill. I've fixed the OpenSSL residual false package issue whi

Re: [EMAIL PROTECTED] Strange mod_cache & expires header interaction

2007-05-30 Thread Christopher Shumway
On Fri, 25 May 2007, Joshua Slive wrote: I would try two things: 1. mod_disk_cache, which is better tested and maintained than mod_mem_cache, and will often be just as performant given a good virtual file system layer. Using disk cache for storage instead of memory cache seems to work. Would

[EMAIL PROTECTED] Strange mod_cache & expires header interaction

2007-05-24 Thread Christopher Shumway
Hi httpd users, I've been testing Apache httpd 2.2.4 as a reverse-caching proxy server but I've ran into some odd behavior with how its handling expired content. Currently I'm using the worker MPM and mod_mem_cache to provide the storage. I haven't tested this with prefork or mod_disk_cache ye