on a whm/cpanel server install, where is the hostname web folder located. ex. if hostname is svr1.server.com where is the web folder for that. i checked /root/public_html/ but that's not it

link|improve this question

67% accept rate
feedback

1 Answer

up vote 0 down vote accepted

I can't remember offhand, but type httpd -S and look for the configuration file, I think it's /usr/local/apache/conf/httpd.conf or similar. Copy the file path name type:
grep "DocumentRoot" /that/full/path/name - it should tell you where the files are.

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.