I'm using Centos 5.

Where can I upload an index.php server status file on the server to make it www accessible via http://serverIP/index.php method?

link|improve this question

56% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Should be /var/www/html by default.

http://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-apache-config-ui.html

Make sure you have php installed and configured.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.