I have installed Apache2.0.48, php, and mysql on a windows box for training purposes. I am trying to get the php and apache to "talk" to one another.
Everytime I edit httpd.conf, I add the line necessary to get php to run as an apache module:
LoadModule php4_module "c:/php/php4apache2.dll"
Whenever I do, I get this message when I try to restart or start the Apache service:
"The requested operation has failed" with a more explicit error:
cannot load c:/php/php4apache2.dll into server: the specified proceedure could not be found.
I know the dll is there, I made sure of it, along with php.exe, and php4ts.dll. I tried finding information on the web to nop avail. I am wondering if anyone has a fix or knows what I can do to fix this.
I appreciate your help!
Thanks in advance!
Rninja
Everytime I edit httpd.conf, I add the line necessary to get php to run as an apache module:
LoadModule php4_module "c:/php/php4apache2.dll"
Whenever I do, I get this message when I try to restart or start the Apache service:
"The requested operation has failed" with a more explicit error:
cannot load c:/php/php4apache2.dll into server: the specified proceedure could not be found.
I know the dll is there, I made sure of it, along with php.exe, and php4ts.dll. I tried finding information on the web to nop avail. I am wondering if anyone has a fix or knows what I can do to fix this.
I appreciate your help!
Thanks in advance!
Rninja