Apache 2.2 with php 5.5

Dannyvdb

New member
Joined
Aug 7, 2014
Messages
2
Hi,
I was wondering if there is any way to build with Apache 2.2. I would prefer not to use Apache 2.4 due to the following bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=53555

My prefered configuration is an installation with apache 2.2 and php 5.5 the rest is not as important.

I use Debian 7 Wheezy (7.6).

I tried to build with 1.2 aswell but that failed.

I would like to know if my prefered configuration is at all possible.

Thanks!
 
It's not possible to use Apache 2.2 with CustomBuild 2.0, however you can specify "Prefork MPM" in the options.conf file. It should solve the problem.
 
It's not possible to use Apache 2.2 with CustomBuild 2.0, however you can specify "Prefork MPM" in the options.conf file. It should solve the problem.

Ok i will. Thank you for your help and quick reply
 
Back
Top