Page 1 of 1

[SOLVED] php5apache2.dll problem

PostPosted: 29. June 2009 02:03
by revertm
During an upgrade in two differents servers I noticed that Apache refused to start from the Control Center. Following the usual procedure in this cases, I've executed the .bat to start it and the error message told me that the problem is in php5apache2.dll.
The upgrade was from Xampp 1.7.0 to 1.7.1 using the binarie.
Reverting php5apache2.dll to the version that comes with 1.7.0 solved the problem.

So...Am I doing something wrong or this is somehing that is wrong compiled?

Thanks!

Re: php5apache2.dll problem

PostPosted: 29. June 2009 08:38
by Nobbie
Xampp 1.7.1 needs php5apache2_2.dll instead of php5apache2.dll, you must change the httpd.conf file.

Re: php5apache2.dll problem

PostPosted: 30. June 2009 08:56
by revertm
All right, thank you!
:oops: