Re: Issues with mod_disk_cache and htcacheclean

2009-01-05 Thread Ruediger Pluem
On 01/04/2009 11:09 PM, Neil Gunton wrote: All of this brings up a few questions: 1. Why does mod_disk_cache generate six levels of subdirectory when CacheDirLevels is clearly set to 3? I realize what it's trying to do, This is more of a documentation bug, than a code bug. The

Re: Mod_memcache status

2009-01-05 Thread josh rotenberg
Haven't touched it in a long time. I'd be happy to pick it back up if there are specific things you wanted implemented. It didn't get much use. On Mon, Jan 5, 2009 at 5:41 AM, Akins, Brian brian.ak...@turner.com wrote: Anyone know anything about status of this?

Re: svn commit: r731358 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_ext_filter.xml modules/filters/mod_ext_filter.c

2009-01-05 Thread Ruediger Pluem
On 01/05/2009 02:16 PM, Nick Kew wrote: Ruediger Pluem wrote: Hm. I am slightly confused here. The documentation states that abort should be the default behaviour (that is the else branch), but if nothing is set in the config onfail defaults to -1 which would cause to get us here (the

Re: svn commit: r731358 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_ext_filter.xml modules/filters/mod_ext_filter.c

2009-01-05 Thread Nick Kew
Ruediger Pluem wrote: Hm. I am slightly confused here. The documentation states that abort should be the default behaviour (that is the else branch), but if nothing is set in the config onfail defaults to -1 which would cause to get us here (the remove case). So either the documentation or the

Mod_memcache status

2009-01-05 Thread Akins, Brian
Anyone know anything about status of this? http://code.google.com/p/modmemcache/ -- Brian Akins Chief Operations Engineer Turner Digital Media Technologies

Re: Problem with file descriptor handling in httpd 2.3.1

2009-01-05 Thread Jim Jagielski
On Jan 4, 2009, at 11:57 AM, Rainer Jung wrote: Here's the gdb story: When the content file gets opened, its cleanup is correctly registered with the request pool. Later in core_filters.c at the end of function ap_core_output_filter() line 528 we call setaside_remaining_output().

Re: svn commit: r731358 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_ext_filter.xml modules/filters/mod_ext_filter.c

2009-01-05 Thread Ruediger Pluem
On 01/04/2009 09:52 PM, n...@apache.org wrote: Author: niq Date: Sun Jan 4 12:52:41 2009 New Revision: 731358 URL: http://svn.apache.org/viewvc?rev=731358view=rev Log: Fix mod_ext_filter to detect failure to start the external program, and add configuration option to abort or continue.

Re: svn commit: r731358 - in /httpd/httpd/trunk: CHANGES docs/manual/mod/mod_ext_filter.xml modules/filters/mod_ext_filter.c

2009-01-05 Thread Nick Kew
Ruediger Pluem wrote: On 01/05/2009 02:16 PM, Nick Kew wrote: Ruediger Pluem wrote: Hm. I am slightly confused here. The documentation states that abort should be the default behaviour (that is the else branch), but if nothing is set in the config onfail defaults to -1 which would cause to

Re: Issues with mod_disk_cache and htcacheclean

2009-01-05 Thread Ruediger Pluem
On 01/05/2009 03:50 PM, Ruediger Pluem wrote: Regarding the performance you should take a look at the following: 1. Use a separate filesystem for the cache. 2. Ensure that it is mounted with noatime option. 3. Check if you are using the right type of filesystem for this job. If the

Re: Issues with mod_disk_cache and htcacheclean

2009-01-05 Thread Neil Gunton
Ruediger Pluem wrote: What information do your cookies contain? Are these session cookies that are individual to each client? In this case the usage of mod_disk_cache with Vary Cookies set would be bad. As these responses would be individual you couldn't reuse the results anyway for other