Help installing PHP5 and Apache
I have just installed php5 and apache2 on a windows xp pro machine. I installed both by following directions in a Wrox book. I added two lines to the httpd.conf file and then tried to start up the server.
When I tried to start the server it has a dialogue box that says this....
"The apache service on local computer started and then stopped. Some services stop automatically if they have no work to do, for example, the performance logs and the alerts service."
The two lines I added to the httpd.conf file were....
LoadModule php5_module f:/php5/php5apache2.dll
AddType application/x-httpd-php .php .phtml .html
Yes, "F:/" is correct. I messed up installing my OS. If I comment out the first line it starts fine but with it not commented out I get the error.
Any help would be appreciated. Thanks.
|