Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

php5 apache config

Status
Not open for further replies.

mjlecomte

Technical User
Oct 17, 2007
1
US
I'm trying to get php running as a module. I'm at a loss.

I get the following error:
"Cannot load C:php/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
 
change the loadmodule line to reference the actual sapi.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top