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

[cobalt-users] changing httpd.conf with extra.conf....QUESTIONS....



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