Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Nov 2006 14:10:50 -0900
From:      "Peter A. Giessel" <pgiessel@mac.com>
To:        Wasp King <waspking2003@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: vhost does not work Apache2.2
Message-ID:  <454A7AFA.4060007@mac.com>
In-Reply-To: <20061102224130.19885.qmail@web37213.mail.mud.yahoo.com>
References:  <20061102224130.19885.qmail@web37213.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2006/11/02 13:41, Wasp King seems to have typed:
> yes, I have commented out the sample ones, and yes, I
> added my own...

It sounds like you directory access is too restrictive.

Maybe try adding to your httpd.conf something like:
<Directory "/usr/home/user3/www">
    Options Indexes FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>



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