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

-- 
gentoo-user@gentoo.org mailing list

Reply via email to