Input Filters -- not seeing anything

2012-01-16 Thread Pranesh Vadhirajan
Hello, I'm very new to developing Input Filters with Apache. I have written an input filter to read the request body content and print it to my error log. I have two print statements in my filtering function (one to let me know that my filter code has been called and the other to print the

Re: Input Filters -- not seeing anything

2012-01-16 Thread Arturo 'Buanzo' Busleiman
Is util_filter.h lacking a closing in the #include ? On 1/16/12, Pranesh Vadhirajan vadhira...@teralogics.com wrote: Hello, I'm very new to developing Input Filters with Apache. I have written an input filter to read the request body content and print it to my error log. I have two print

RE: Input Filters -- not seeing anything

2012-01-16 Thread Pranesh Vadhirajan
: Re: Input Filters -- not seeing anything Is util_filter.h lacking a closing in the #include ? On 1/16/12, Pranesh Vadhirajan vadhira...@teralogics.com wrote: Hello, I'm very new to developing Input Filters with Apache. I have written an input filter to read the request body content and print

Re: Input Filters -- not seeing anything

2012-01-16 Thread Joe Lewis
- From: Arturo 'Buanzo' Busleiman [mailto:bua...@buanzo.com.ar] Sent: Monday, January 16, 2012 11:18 AM To: modules-dev@httpd.apache.org Subject: Re: Input Filters -- not seeing anything Is util_filter.h lacking a closing in the #include ? On 1/16/12, Pranesh Vadhirajanvadhira...@teralogics.com

RE: Input Filters -- not seeing anything

2012-01-16 Thread Pranesh Vadhirajan
-Original Message- From: Arturo 'Buanzo' Busleiman [mailto:bua...@buanzo.com.ar] Sent: Monday, January 16, 2012 11:18 AM To: modules-dev@httpd.apache.org Subject: Re: Input Filters -- not seeing anything Is util_filter.h lacking a closing in the #include ? On 1/16/12, Pranesh

RE: Input Filters -- not seeing anything

2012-01-16 Thread Pranesh Vadhirajan
Sent: Monday, January 16, 2012 12:47 PM To: modules-dev@httpd.apache.org Subject: Re: Input Filters -- not seeing anything You can do two things. Place some ap_*log debug lines in your code and compile to find the line, or use the Gnu debugger and step through apache until you get