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

php install

Status
Not open for further replies.

pollux0

IS-IT--Management
Mar 20, 2002
262
US
on a newly installed linux(RH 7.3) box:

-unzipped php4.*
-went to directory
-./config
-make
-make install

php still doesn't work. What am I doing wrong????
 
no error, just a blank screen in the browser
 
If you are testing it from a browser rather than the shell, you will need to get apache up and running first. If you already have apache working, check the error log in /etc/httpd/logs/.


 
Hows your file permissons in your web dir, while extremely insecure i chmod'd mine to 777. Nothing in my web dir is passwd protected so its not a worry for me. From my past experiance, if PHP simply isnt working, and your index file is a .php file, it will display the contents like a .txt file, if PHP is working but doesnt have correct permissions, it will be a white page. try as a test to chmod -R 777 /var/ or wherever your html files are.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top