[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Virtual Domain's on Qube3....



I am so stupid.
I can't figure it out.

I have 3 domains.
All have DirectNIC dns service and point to our functioning Qube3.
They all 3 also work fine, showing our page in the /home/groups/home/web
directory.

I have made changes to httpd.conf-

#Listen www.domain.com
#Listen www.domain1.com
#Listen www.domain2.com

#BindAddress (our real ip address)

#<VirtualHost www.domain1.com>
#ServerAdmin postmaster@ domain1.com
#DocumentRoot /home/users/domain1/web
#ServerName www.domain1.com
#ErrorLog /var/log/httpd/domain1-error
#TransferLog /var/log/httpd/domain1_transfer
#</VirtualHost>

#<VirtualHost www.domain2.com>
#ServerAdmin postmaster@ domain2.com
#DocumentRoot /home/users/domain2/web
#ServerName www.domain2.com
#ErrorLog /var/log/httpd/domain2-error
#TransferLog /var/log/httpd/domain2_transfer
#</VirtualHost>

httpd restarts just fine and no changes occur.
I have made the directorys, and dumped index files in the
DocumentRoot directorys.

What wrong ?

# are added to protect the ignorant.

Any help would be greatly appreciated.