[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Rewrite rule
- Subject: Re: [cobalt-users] Rewrite rule
- From: "Matthew Augier \(dps\)" <Matthew@xxxxxxxxxx>
- Date: Tue Apr 3 16:30:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
Thanks all
> > Include /full_path_to/my_include_file
> >
> > with the <VirtualHost> block for the site (after removing it from
> > httpd.conf), then restart Apache.
>
> If the include file is in /etc/httpd/
> a full path is not required httpd will pick it up with no problems.
> just write "include my_file.conf." (no"")
So if I take out the relevant current vitual hosting seciton and put it in a
separate file that will sort me for now. But what about once I add another
virtual domain through the control panel. My understanding is that the
httpd.conf will be rewritten, I know my stuff will be in a separate file so
is ok, but won't the GUI re-add the section I deleted? If so which <virtual>
one will take control, the one in the http.conf or the one in the
httdextra.conf file?
TIA
Mat