vhost does not work Apache2.2
Peter A. Giessel
pgiessel at mac.com
Thu Nov 2 23:11:07 UTC 2006
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>
More information about the freebsd-questions
mailing list