LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   white box: where is htdocs? (https://www.linuxquestions.org/questions/linux-newbie-8/white-box-where-is-htdocs-289232/)

rvc13 02-12-2005 05:27 AM

white box: where is htdocs?
 
Hi - I'm new, and I'm having trouble with APache on White Box.
When I installed White Box Linux, I installed apache along with it. Apache is running, but I want to use PHP and MySQL, and I can't find htdocs. I've looked in all the places it might be (e.g. /var/www), and used the "find" command, but it isn't anywhere to be seen. Is it called something else in White BOx??

Thanks

Boby 02-12-2005 07:24 AM

Look in your "httpd.conf" file at the "DocumentRoot" section. In the folder that's written there you will save you homepage. Maybe it's just called something else than htdocs.

Check http://httpd.apache.org/docs-2.0/mod...l#documentroot

Try as root
Code:

updatedb
and then
Code:

locate htdocs
Hope this helped!
Regards, Boby!


All times are GMT -5. The time now is 06:15 AM.