vhost does not work Apache2.2

Wasp King waspking2003 at yahoo.com
Fri Nov 3 01:19:07 UTC 2006


Thanks!! Now I understand why the changes would make
it not work...I noticed that the
/usr/local/www/apache22 was specified in a <Directory>
statement, so any change would make it not working...

 I have added the following so all users are changed:

<Directory /usr/home/*/www/>
   Options Includes FollowSymLinks ExecCGI
   AddHandler server-parsed .shtml
   AddHandler cgi-script .cgi .pl
   AllowOverride None
   Order allow,deny
   Allow from all
</Directory>

Still cannot get http://cyber***.com/~user3 to work
though.  they seem to change everything with a newer
version of apache...

--- "Peter A. Giessel" <pgiessel at mac.com> wrote:

> 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>
> 



 
____________________________________________________________________________________
Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates 
(http://voice.yahoo.com)



More information about the freebsd-questions mailing list