You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Chad M. Shellenbarger" <cs...@watchtv.net> on 2003/04/17 14:52:40 UTC

[users@httpd] virtual host

I am having problems with this as well.  When I put these into my httpd.conf neither site works. 

<VirtualHost www.integrityplasticsinc.com>
    ServerAdmin webmaster@integrityplasticsinc.com
    DocumentRoot /home/integrity/public_html
    ServerName www.integrityplasticsinc.com
    ErrorLog logs/integrityplasticsinc.com-error_log
    CustomLog logs/www.integrityplasticsinc.com-access_log common
</VirtualHost>


<VirtualHost www.watchtv.net>
    ServerAdmin webmaster@watchtv.net
    DocumentRoot /var/www/html
    ServerName www.watchtv.net
    ErrorLog logs/watch-error_log
    CustomLog logs/watch-access_log common
</VirtualHost>