apache2 vhost error

1

o erro diz:

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

meu arquivo vhost é:

<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>

não vejo porque isso não está funcionando

    
por user7832 16.09.2012 / 10:06

0 respostas