Re: [EMAIL PROTECTED] Reverse Proxy and an External Filter

2007-04-26 Thread Mark Zetts
lter.c(820): [client 0.0.0.0] (70014)End of file found: apr_file_read(child output), len -1 "Joshua Slive" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 04/26/2007 01:35 PM Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject Re: [EMAIL PRO

Re: [EMAIL PROTECTED] Reverse Proxy and an External Filter

2007-04-26 Thread Joshua Slive
On 4/26/07, Mark Zetts <[EMAIL PROTECTED]> wrote: Running Apache 2.2.4 on Windows 2003 server, I have two problems with an external filter written in C. The Apache server is running as a reverse proxy. Dicey situation, that. I doubt that mod_external_filter is very well tested under window

[EMAIL PROTECTED] Reverse Proxy and an External Filter

2007-04-26 Thread Mark Zetts
Running Apache 2.2.4 on Windows 2003 server, I have two problems with an external filter written in C. The Apache server is running as a reverse proxy. 1) The filter is often called with no data passed to it and _eof(stdin) indicates the end of file. I inserted a debug statement in mo