Re: Apache can't use directory not in root partition?



Roger N. Clark (change username to rnclark) wrote:

> I also copied the httpd.conf file from the old machine to the
> new one and just changed the directory to /var/www/html but
> no change in results. It seems like this may be a system thing,
> not an apache thing?

So. You changed DocumentRoot. Did you also change the configuration for the
directory the DocumentRoot is pointing to? I mean, if you change the
DocumentRoot from /a/www/htdocs to /var/www/htdocs, you also have to change
the <Directory "/a/www/htdocs"> thing to <Directory "/var/www/htdocs">

--
Ruurd
..o.
...o
ooo
.



Relevant Pages