TECH - After I do this set of instructions:
Quote:
02. Go to your Apache conf file (C:\Network\Apache2\conf\httpd.conf) and find:
#LoadModule ssl_module modules/mod_ssl.so
BELOW this, add:
LoadModule php4_module c:/network/php/sapi/php4apache2.dll
03. Still in httpd.conf, find:
AddType application/x-tar .tgz
BELOW this, add:
AddType application/x-httpd-php .php
04. Still in httpd.conf, set the files that Apache will serve if a directory is requested. Find:
DirectoryIndex index.html index.html.var
REPLACE it with:
DirectoryIndex index.php index.html index.php.var index.html.var
05. Save and close the httpd.conf file.
06. Restart Apache Server.
|
When I try to restart the server, I get this:
Quote:
Error-
The requested operation has failed
|
I have done everything your instructions said to do. What should I do to fix this problem? One problem I see is that there isn't an Apache 2.0.40 to download, you can only download Apache 2.0.43. Please advise.