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
I believe it's a header that is included in the Apache build, so I would think it doesn't have that issue. Thanks, Pranesh -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

2012-01-16 Thread Joe Lewis
I think he meant on your include line : #include apr_buckets.h #include util_filter.h stat On 01/16/2012 09:37 AM, Pranesh Vadhirajan wrote: I believe it's a header that is included in the Apache build, so I would think it doesn't have that issue. Thanks, Pranesh -Original

RE: Input Filters -- not seeing anything

2012-01-16 Thread Pranesh Vadhirajan
Sorry, that was just a typo. The include does have the closing in my source file. Thanks, Pranesh -Original Message- From: Joe Lewis [mailto:jle...@silverhawk.net] On Behalf Of Joe Lewis Sent: Monday, January 16, 2012 11:38 AM To: modules-dev@httpd.apache.org Subject: Re: Input

RE: Input Filters -- not seeing anything

2012-01-16 Thread Pranesh Vadhirajan
Thanks for the response, Joe. Are the ap_*log lines to be used in lieu of the fprintfs that I have? Or do those actually display errors during compilation of my code through apxs? Thanks, Pranesh -Original Message- From: Joe Lewis [mailto:jle...@silverhawk.net] On Behalf Of Joe Lewis