I'm trying to get php running as a module. I'm at a loss.
I get the following error:
"Cannot load Chp/php5apache.dll into server: the specified module could not be found"
Apache 2.0.59 loads html pages ok.
PHP5.0.5 works ok ran from command prompt.
So both work ok independently, just can't get apache to load it.
I have C:\php in system path.
c:\php\php5apache2.dll is there.
Originally I tried installing Apache 2.2 but bailed out after noting that version of Apache wasn't compatible. I have set php up before but in CGI, I prefer to load as module based on other readings on the subject.
I have httpd.conf line:
LoadModule php5_module "c:/php/php5_module
I get the following error:
"Cannot load Chp/php5apache.dll into server: the specified module could not be found"
Apache 2.0.59 loads html pages ok.
PHP5.0.5 works ok ran from command prompt.
So both work ok independently, just can't get apache to load it.
I have C:\php in system path.
c:\php\php5apache2.dll is there.
Originally I tried installing Apache 2.2 but bailed out after noting that version of Apache wasn't compatible. I have set php up before but in CGI, I prefer to load as module based on other readings on the subject.
I have httpd.conf line:
LoadModule php5_module "c:/php/php5_module