RE: [us...@httpd] Apache build

2009-11-18 Thread ef-lists
Hi, have you verified, that your platform compiler can compile in 64-bit mode? In case of gcc, you can forcce it with -m64. Create a little helloworld-program and compile it with -m64. If the compiler complains, you can't build 64-bit executables. You may also want to try to set CFLAGS to "-m6

[us...@httpd] crash in Apache core with mod_proxy_fcgi in 2.2 and trunk

2009-11-18 Thread ef-lists
Hi list, I posted this issue already to the dev-list, but got no reply. I apologize, if I misinterpreted the intention of the dev-list. So first, let me describe my scenario: I run Apache 2.2.14 on a Debian (2.6.28-2-amd64) box. As I have a urgent need for mod_proxy_fcgi, I tried a "backport"

Re: [us...@httpd] module development, clean handling o f configuration reload

2009-10-22 Thread ef-lists
> > My module holds a reslist of connected sockets which are acquired > > and released/invalidated on each request. These connections are > > persistent and keeping them alive is a must (so there's no > > workaround for the reslist). The connections are themselves > > stateless - they're ju

[us...@httpd] module development, clean handling of configuration reload

2009-10-22 Thread ef-lists
Hi folks, I've got some questions regarding module development and the possible situation that apache reloads its configuration. My module holds a reslist of connected sockets which are acquired and released/invalidated on each request. These connections are persistent and keeping them alive i