Hi guys,
I have a problem with my webserver.
When I try to run php4.4.0 with this configuration:
./configure --with-apxs2=/usr/local/httpd/bin/apxs --with-mysql --prefix=/usr/local/php4 --with-libxml-dir=/usr/lib --with-zlib --with-mysql=/usr/local/mysql --enable-soap --enable-sockets --with-gettext --enable-mbstring --with-gd --with-jpeg-dir=/usr/lib --enable-memory-limit
i get at SOME websites following message:
Bad Gateway
The proxy server received an invalid response from an upstream server.
Most of the sites are working - I didn't find the problem.
I know how to compile and to get it run, so that's not the problem.
When I run the same configuration without the enable-memory-limit parameter everything works perfectly (but i need memory_get_usage for some reasons, and it's only available with that parameter)
is it a bug or what could be the reason?
With php5 it's working but i would have to modify a LOT of things, so i would really prefer to use php4.
thanks in advance
Simon