On Tuesday 18 April 2006 17:50, Mitchell Brown wrote: > > I think it's /var/www > > That's where it is on PCLinuxOS but it was empty on FC5.
Check the apache config. Normally in /etc/apache/httpd.conf (or a variant of that depending on version/disto). Ian mentioned earlier the value you need to look for - find the value of DocumentRoot. This points to where the folder is expected to be. The DocumentRoot directive can appear directly in the httpd.conf - and/or in a virtual host definition. The evolving practice seems to be to make the default site a virtual host (which I think is good practice), so I suspect you'll need to find where that virtual host is defined. On my box, it's /etc/apache2/vhosts.d/00_default_vhost.conf - but I'm running a different distro. Shawn _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

