apache2 vhost error

Posted by user7832 on Server Fault See other posts from Server Fault or by user7832
Published on 2012-09-16T08:06:48Z Indexed on 2012/09/16 9:39 UTC
Read the original article Hit count: 299

Filed under:
|

the error says:

Virtualhost mysite.com has no server environment set, request will not be honoured

my vhost file is:

<VirtualHost *:80>
    ServerName  mysite.com

    ServerAdmin [email protected]

    DocumentRoot "/srv/d_servpa1/www/mysite.com/htdocs"
    <Directory "/srv/d_servpa1/www/mysite.com/htdocs">
        Options Indexes FollowSymLinks MultiViews
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>

ErrorLog /srv/d_servpa1/www/mysite.com/htdocs/error.log
</VirtualHost>

cant see why this isnt working

© Server Fault or respective owner

Related posts about apache2

Related posts about ubuntu-10.04