Starting Httpd -> DocumentRoot must be a directory

hai,


Failed to start apache :
Starting httpd: [FAILED]

is the message is got after creating a new virtual server with
Virtualmin (plugin for Webmin)

<VirtualHost [ip]:80>
SuexecUserGroup "#501" "#501"
ServerName domain.com
ServerAlias domain.com
DocumentRoot /home/sites/site48/web
ErrorLog /home/sites/site48/logs/error_log
CustomLog /home/sites/site48/logs/access_log common
ScriptAlias /cgi-bin/ /home/sites/site48/cgi-bin
<Directory /home/sites/site48/web>
Options Indexes IncludesNOEXEC FollowSymLinks
</Directory>
</VirtualHost>

... this is what is in httpd.conf

anyone an idea?

greetz
Tim

 

 

 

 

Top