problems with setup apache and virtual hosts file

Trevor Tregoweth trevor at bitmore.net
Fri Apr 28 15:53:40 UTC 2006


Yes thanks that did it,   a silly line to miss but makes a difference

Missing line   -   NameVirtualHost 202.189.72.35

Thanks everyone

Trevor 

-----Original Message-----
From: ubuntu-users-bounces at lists.ubuntu.com
[mailto:ubuntu-users-bounces at lists.ubuntu.com] On Behalf Of Dick Davies
Sent: Saturday, 29 April 2006 1:16 AM
To: Ubuntu Help and User Discussions
Subject: Re: problems with setup apache and virtual hosts file

On 28/04/06, Todd Slater <dontodd at gmail.com> wrote:
> On 4/28/06, Trevor Tregoweth <trevor at bitmore.net> wrote:
> >
> >
> >
> > Hi All
> >
> > I am trying to set up apache with virtual host, have created 2 files,
with
> > the following config, i would really appreciate some help in getting it
> > running
> >
> > OS  Ubuntu  5.10
> > Apache/2.0.54
> >
> >
> > lccsa.org.au
> > <VirtualHost 202.189.72.35>
> >         ServerAdmin webmaster at localhost
> >         ServerName www.lccsa.org.au
> >         DocumentRoot /var/www/lcc-web/
> >
> >
> >
> > intranet.lccsa.org.au
> > <VirtualHost 202.189.72.35>
> >         ServerAdmin webmaster at localhost
> >         ServerName intranet.lccsa.org.au
> >         DocumentRoot /var/www/intranet/

You need a

  NameVirtualHost 202.189.72.35

line somewhere.

--
Rasputin :: Jack of All Trades - Master of Nuns
http://number9.hellooperator.net/

-- 
ubuntu-users mailing list
ubuntu-users at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users





More information about the ubuntu-users mailing list