[NTLUG:Discuss] Apache redirect....doesn't
Richard Geoffrion
ntlug at rain.lewisville.tx.us
Tue Mar 5 13:28:07 CST 2002
well, THAT was a novel concept.
Technically that worked. So for the moment everything is copasetic.
Needless to say that is a BEAR to manage.
Dang computers...they only do exactly what you tell them to do!
Thanks Bug,
-Richard
----- Original Message -----
From: "Bug Hunter" <bughuntr at one.ctelcom.net>
To: <discuss at ntlug.org>
Sent: Tuesday, March 05, 2002 1:15 PM
Subject: Re: [NTLUG:Discuss] Apache redirect....doesn't
>
> I understand. I've had same problems. Try the following:
>
> > <VirtualHost 192.168.0.1>
> > ServerAdmin webmaster at domainname.com
> > DocumentRoot /home/domainname/public_html
> > ServerName www.domainname.com
> > ErrorLog /var/log/domainname-error_log
> > CustomLog /var/log/domainname-access_log common
> > </VirtualHost>
>
> > <VirtualHost 192.168.0.1>
> > ServerAdmin webmaster at domainname.com
> > DocumentRoot /home/domainname/public_html
> > ServerName domainname.com
> > ErrorLog /var/log/domainname-error_log
> > CustomLog /var/log/domainname-access_log common
> > </VirtualHost>
>
>
> That is what virtual host is good for. :) It does exactly what you
> want.
>
> bug
More information about the Discuss
mailing list