Jump to content

apache won't work after reinstall


gongpex

Recommended Posts

Hello everyone

I don't know from where I must start to told my problem, but this my problem :
- First time when I install php 5.3.1 32 bit on apache 2.4.7 64 bit it was successful and I can use php well,
- But because I want to upgrade my php 5.3.1 32 bit to php 5.5.18 VC11 32 bit.
I uninstall my apache and then reinstall it, after reinstall apache I install php 5.5.18 on apache server I tried to turn on my apache but there is message like on this image :
error_zpsc81c949f.png
after I check on httpd.conf :
it will happen if I put this code on httpd.conf :
PHPIniDir "C:/Program Files (x86)/php" LoadModule php5_module "C:/Program Files (x86)/php/php5apache2_4.dll"

Q : What I must do to fix this problem?

 

Q2 : Should I uninstall mysql too? because since I uninstall apache and php I have not uninstall mysql

 

please someone help me

 

Thanks

Edited by gong
Link to comment
Share on other sites

You do not need to uninstall Apache or MySQL when you are updating PHP. They are completely separate. Just install PHP and reconfigure Apache to use it.That error message says there is a problem on line 538 of httpd.conf. I would start by looking there.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...