[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Using symbolic links in DocumentRoot directive
- Subject: Re: [cobalt-users] Using symbolic links in DocumentRoot directive
- From: "manitu" <manitu@xxxxxxxxxx>
- Date: Wed Jan 5 11:11:13 2000
> you better do
>
> <VirtualHost ip.number.here>
> ServerName www.firstdomain.com
> ServerAlias www.seconddomain.com
> DocumentRoot /home/sites/www.firstdomain.com/web
> </VirtualHost>
>
> You can find this at www.apache.org
Thanks for your help, but the problem with your idea is the following. The
original virtualhost directive is in httpd.conf which is changed by the
cobalt gui. I could add further ServerAliases but they would be overwritten
(deleted) when making changes to this virtual site via the Cobalt GUI. So I
have added a line into httpd.conf which loads my additions from a separate
file.
Furthermore I want some extra domain not point to any subdirectory on a
virtual site so just using a ServerAlias does also not work.
Manuel