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
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"
> > 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
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