problems with setup apache and virtual hosts file

Todd Slater dontodd at gmail.com
Fri Apr 28 15:23:52 UTC 2006


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/
>
>
>   Cheers, Trevor

So what happens?

Did you close out the VirtualHost directive with </VirtualHost>?

Did you restart apache?

Todd




More information about the ubuntu-users mailing list