Today i wanted to upgrade my server-software Apache 1.3.x to Apache 2.0 and PHP 4.0 to PHP 4.2.3. on Win2k After deinstalling all the software i've installed Apache 2.0 (seems to be working ok) and PHP 4.2.3.
If i'm restarting Apache i'm getting the following error-message "The requested operation has failed! ". After that apache is not running.
Hopefully someone can help me??
Here's what i've done:
Installed Apache 2.0 to d:\usr\apache\
Installed PHP 4.2.3. to d:\usr\php\
copied the php.ini file to d:\winnt\
copied the php4ts.dll to d:\winnt\system32
edited the httpd.conf file:
added:#PHP
LoadModule php4_module "d:/usr/php/sapi/php4apache2.dll"
AddModule mod_php4.c
AddType application/x-httpd-php .php .phtmledited the php.ini and changed the doc_root to
doc_root = d:\usr\apache\htdocs