[rhn-users] virtual server setup

dlederer at hilltowncharter.org dlederer at hilltowncharter.org
Sat Mar 18 03:00:36 UTC 2006


Hi,
what files besides httpd.conf needs to know about virtual servers. My main
server (hilltown) is accessable from the web, my additional virtual
servers are not.

# Virtual host www.hilltowncharter.org
<VirtualHost *>
        ServerAdmin dlederer at hilltowncharter.org
        ServerSignature email
        DirectoryIndex index.php index.html index.htm index.shtml
        SSLEngine on
        LogLevel debug
        HostNameLookups off
</VirtualHost>

# Virtual host www.nationaidsbrigade.org
<VirtualHost 192.168.1.3>
        DocumentRoot /var/www/html/nab
        ServerAdmin dlederer at hilltowncharter.org
        ServerName www.nationaidsbrigade.org
        ServerAlias nationaidsbrigade.org
        ServerSignature email
        DirectoryIndex index.html index.htm index.shtml
</VirtualHost>

On the debian side I know there's db.hostname files, but I cant see the
equivalent for RH,
thanks




More information about the rhn-users mailing list