Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: cannot start server after update php |
|
Author |
|
jeiman
Joined: 30 Nov 2006 Posts: 1
|
Posted: Thu 30 Nov '06 10:53 Post subject: cannot start server after update php |
|
|
I cannot start my apache server after I update my php from 5.1.6 to 5.2.0. Is there any file I need to added into php folder such as php5apache2.dll and where can I find it? I'm running on winXP.. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 30 Nov '06 11:28 Post subject: |
|
|
You have to change your httpd.conf. Because the dll for Apache 2.2.3 has been renamed in PHP 5.2.x
from
LoadModule php5_module "C:/php/php5apache2.dll"
to
LoadModule php5_module "C:/php/php5apache2_2.dll" |
|
Back to top |
|
|
|
|
|
|