View Single Post
  #1 (permalink)  
Old 2007-10-16, 08:10 PM
Thorgrim Thorgrim is offline
Junior Member
 
Join Date: Oct 2007
Posts: 1
Thorgrim is on a distinguished road
Default Apache won't start w/PHP...

I'm running Vista, and I'm planning to embark on programming a game with PHP, MySQL, Javascript, & Ajax. So I'm trying to set up an Apache 'playground' to run tests in. Apache 2.2.6 is working 100% as is MySQL, but when I installed PHP I put this into httpd.conf in the right place;

LoadModule php5_module "C:/PHP/php5apache2.dll"

to load it as an Apache module.

However, when I try and boot Apache it says the specified module cannot be found. The path is definitely correct.

Any help would be much appreciated,

Thanks,

Thorgrim
Reply With Quote