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!

PHP 5 set on Apache 1.3

Status
Not open for further replies.

3Y3

Programmer
Sep 18, 2001
45
CA
Hi,

I just recently uninstalled PHP 4 on my workstation that I have been using with Apache 1.3, I installed php 5 now in the same directory as php 4 was before it.

However I cannot get any of my php pages to show up (keep getting Internal Server Errors, even doing phpinfo wont show up yet). My Apache httpd.conf file still has the right directory as before:

ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php .phtml
Action application/x-httpd-php "/php/php.exe"


Any idea what else needs to be changed in order to get php 5 working with Apache 1.3? (apache is working properly at this point)

Thanks in advance for any help you can offer!
 
By a stroke of luck I just figured it out, it seems the php5apache.dll had some sort of error with it, so I just reinstalled the apache extension and it fixed it up.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top