Filter function is called three times

2007-10-09 Thread Sven Kägi
Hi all, I'm just trying to write my first Module (actually a filter) for Apache and made an observation I can't explain. I have now made an empty skeleton that has some dummy configuration and a callback function for my filter that I registered as follows: static void register_hooks(apr_pool_t

Problems on Suse

2007-10-09 Thread Deodoro Filho
Hello all, We've written a simple module that reads a POST request and sends it through a socket to our server. It's been developed in Debian and works fine in three different machines. The problem is our client demanded us to deploy on Suse 10.2, and I've set up the whole thing, but, when

Re: Problems on Suse

2007-10-09 Thread Nick Kew
On Tue, 09 Oct 2007 14:54:27 -0300 Deodoro Filho [EMAIL PROTECTED] wrote: Can anyone help me ? Looks like the SuSE is compiled with debug, and is unhappy about you passing 0 for readbytes. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/