having trouble starting PHP 4 in OS X Jaguar

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
wscottpadgett
Forum Newbie
Posts: 4
Joined: Mon Jun 07, 2004 9:33 pm
Location: Charleston, SC and Boston, MA

having trouble starting PHP 4 in OS X Jaguar

Post by wscottpadgett »

I've followed the prescriptions of two different tutorials and PHP still won't run on my web server.

I changed the httpd.conf file to un-comment the appropriate LoadModule and AddModule lines and added the

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

lines, and then restarted Apache but no luck!

Any idea what else might be wrong?

Thanks!!!
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

Define 'no luck' :)
Get a blank page? Download prompt? Any errors in apache error log?
wscottpadgett
Forum Newbie
Posts: 4
Joined: Mon Jun 07, 2004 9:33 pm
Location: Charleston, SC and Boston, MA

Post by wscottpadgett »

ok, i just realized it's an issue with the header calls i have in the script. sorry!!!! i thought i was putting a simpler test script into the Webserver/Documents folder, but I was really placing it in another folder...

thanks for your reply!
Post Reply