[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] changing httpd.conf with extra.conf....QUESTIONS....
- Subject: [cobalt-users] changing httpd.conf with extra.conf....QUESTIONS....
- From: "Annicke" <Annicke@xxxxxxxxxx>
- Date: Mon Dec 18 15:08:01 2000
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Hi,
Been true the knowledge base first...! :-)
So to enter manually configuration in the httpd.conf, I simply put for
instance "Include /etc/httpd/conf/extra.conf" at the end of the config file
and this will not be overwritten by the GUI.....
So far I understand...
Now my question, suppose I want to add aliases for a domain, do I need to
put the complete domain configuration in the extra.conf or can I simply put
something like:
<VirtualHost xxx.xxx.xxx.x>
ServerName www.mydomain.com
ServerAlias www.myseconddomain.com
</VirtualHost>
I mean will it keep in memory the AliasMatch etc. for www.mydomain.com and
simply add the ServerAlias to it?
Same for custom error pages on a site base....
Thanks, Nicky