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

[cobalt-users] Two Domains - One Site



I was following the instructions in the knowledge base for question #814
http://www.cobalt.com/support/kb/search.php3?ques=dns&qid=814&language=1
to have multiple domains pointing to one virtual site. I edited httpd.conf
and found the section that referred to the virtual site in question and then
added two lines:
ServerAlias otherdomain.com
ServerAlias www.otherdomain.com
after the existing ServerAlias entry. However, Cobalt's instructions to stop
and restart httpd didn't work. They were as follows:
/etc/rc.d/init.d/httpd.init stop
/etc/rc.d/init.d/httpd.init start

I found that I had to use
/etc/rc.d/init.d/httpd stop
/etc/rc.d/init.d/httpd start

Was this just a typo on the Cobalt Question #814 page? By the way - I did
this for several virtual sites and it all worked OK. I was able to get the
"otherdomains" to point to the domains that I intended them to.

Arthur