Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Apr 2001 21:05:00 -0700
From:      "Doug Wilson" <want_2_learn_freebsd@hotmail.com>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Apache - 403 Forbidden - Resolution!
Message-ID:  <DAV60V1qdiixjnzi95H00000605@hotmail.com>

next in thread | raw e-mail | index | archive | help
After much helpful input, I have now got virtual hosts working, and the meat
of that is here:

NameVirtualHost  10.7.1.112

<VirtualHost 10.7.1.112>
DocumentRoot /home/wwwroot/mrtg
ServerName mrtg.apc.net
</VirtualHost>

<VirtualHost 10.7.1.112>
DocumentRoot /usr/local/www/data
ServerName kelly.apc.net
</VirtualHost>

I'd like to thank all who helped out--it really meant a lot, and this wasn't
happening on my own!

Doug.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?DAV60V1qdiixjnzi95H00000605>