Hi guys,
Pls let me introduce my self.
My nick is judhas, and i am a new comer in php.
My server already running apache 2.0.40 under windows 2000 server platform.
After download php-4.2.3-Win32.zip, i decide to use sapi method to install php.
I follow the installation instruction in install.txt and put these line in my
httpd.conf:
LoadModule php4_module D:/source/download/php/sapi/php4apache2.dll
AddModule mod_php4.c
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
But, after follow all steps my apache server can't start with pop up warning :
The requested operation has failed!
then i added # mark in front of those lines in httpd.conf, and my apache server can
start it's
service properly.
I don't know what is wrong or missed.
please help me guys.......
Judhas