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 it came to the apache module, it's
behaving very weird. I've checked all the Apache configurations and they
match the Debian setup, I've also recompiled it in the deploy machine
(just in case), still it won't work.
When it reaches this line:
ret = ap_get_brigade(r->input_filters, bbin, AP_MODE_GETLINE,
APR_BLOCK_READ, 0);
Apache tells us in error_log:
[Tue Oct 09 09:04:42 2007] [crit] [Tue Oct 09 09:04:42 2007] file http_filters.c, line 346,
assertion "readbytes > 0" failed
[Tue Oct 09 09:04:43 2007] [notice] child pid 13508 exit signal Aborted (6)
and it cuts communications all of the sudden.
Can anyone help me ?
Thanks,
Deodoro Filho