Anon
12-19-2001, 01:32 PM
I've succeded in installing Apache + PHP + MySQL on a Windows XP. Everything works fine when Apache is started as standalone, but when i try to start Apache as a service i get an error at the following line in httpd.conf:
LoadModule php4_module "d:/local/php/sapi/php4apache.dll"
Error:
The Apache service named Apache.exe reported the following error:
>>> Cannot load d:/local/php/sapi/php4apache.dll into server: (126) The specified module could not be found: <<<
I mention that the DLL exists in the specified place. I also added the location to the PATH, but with no success.
When i comment out the line in httpd.conf, Apache starts successfuly as a service.
Can you help me please?
Thanks a lot!
LoadModule php4_module "d:/local/php/sapi/php4apache.dll"
Error:
The Apache service named Apache.exe reported the following error:
>>> Cannot load d:/local/php/sapi/php4apache.dll into server: (126) The specified module could not be found: <<<
I mention that the DLL exists in the specified place. I also added the location to the PATH, but with no success.
When i comment out the line in httpd.conf, Apache starts successfuly as a service.
Can you help me please?
Thanks a lot!