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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache 2.0.47 and PHP 5.0.0b2

Status
Not open for further replies.

plasante

Programmer
Oct 6, 2003
4
CA
Hi,

I've downloaded and installed Apache 2.0.47 and PHP 5.0.0b2 on my machine but Apache fails to start all the time.

I know PHP 5.0.0b2 is working fine because I've tested it with Abyss Web Server.

I added the following two lines in httpd.conf

LoadModule php5_module c:/php5/sapi/php5apache2.dll
AddType application/x-httpd-php .php

but then I found out that php5apache2.dll and php5ts.dll were missing.

I tried to find where I could download again the Windows binary from but to no avail. Could someone know what link I could download the correct Window binary from?

Cheerio.
 
I solved my problem. I downloaded PHP 5.0.0b1 and put the following line in httpd.conf and everything is now working fine:

LoadModule php5_module modules/php4apache2.dll

Be aware that it is php4apache2.dll and not php5apache2.dll as it is specified in the spec.

By the way I found a web page on which the solution had been found by someone else.

Cheerio.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top