On Sunday 15 May 2005 19:04, Calvin Spealman wrote:
> With the following vhost.conf, I'm getting an error "DocumentRoot
> must be a directory", and the two document roots I'm using do, in
> fact, exist. Does anyone know why Apache2 would think they are not
> directories?
>
> NameVirtualHost *
> <VirtualHost *>
> ServerName www.ironfroggy.com
> ServerAlias ironfroggy.com www.ironfroggy.com
> DocumentRoot /var/www/www-ironfroggy-com/
> </VirtualHost>
>
> <VirtualHost *>
> ServerName sftp.ironfroggy.com
> DocumentRoot /var/www/sftp-ironfroggy-com/
> </VirtualHost>
>
> And, just for good measure:
> drwxr-xr-x  6 root   root 4096 May 15 14:02 sftp-ironfroggy-com
> drwxr-xr-x  6 calvin root 4096 May 11 15:55 www-ironfroggy-com

You are talking about vhost.conf, but what is Apache talking about?
What is the output of
cat /etc/apache2/httpd.conf | grep DocumentRoot
is it correct?

Ciao
        Francesco
-- 
Linux Version 2.6.12-rc4, Compiled #1 Sun May 8 14:00:53 CEST 2005
One 1.53GHz AMD Athlon XP Processor, 1.5GB RAM, 3022.84 Bogomips Total
macula
-- 
gentoo-user@gentoo.org mailing list

Reply via email to