Re: [PATCH] mod_xml2enc eats end of file

2012-11-05 Thread Micha Lenk
Hi Nick, On 11/02/2012 07:25 PM CEST +02:00, Nick Kew wrote: just debugged a case where Apache used as reverse proxy filters a text/javascript file through mod_proxy_html and mod_xml2enc. As mod_proxy_html sees no business in filtering that file, it removes itself from the filter chain, but

Inserting a request in the middle of another one

2012-11-05 Thread Nick Gearls
Hello, I'd like to insert a request in the middle of another one. Example: request -- httpd(proxy mode) - web site should become request -- httpd(receive) -- external request -- httpd(send) - web site I obviously need to send my external request based on the

Re: svn commit: r1405856 - /httpd/httpd/trunk/modules/cache/mod_cache_disk.c

2012-11-05 Thread Eric Covener
On Mon, Nov 5, 2012 at 11:01 AM, rpl...@apache.org wrote: Author: rpluem Date: Mon Nov 5 16:01:23 2012 New Revision: 1405856 URL: http://svn.apache.org/viewvc?rev=1405856view=rev Log: * fd is no member of disk_cache_object_t. Instead it is a member of disk_cache_file_t. Close all fd's