Michael Thompson wrote:

>All my previously working apache sub directorys have started to throw a 
>forbidden message. 
> 
> I have checked my configs and they have not changed at all. I did a emerge 
>world the other day that installed the new PHP, but thats all. I really can 
>not think of any reason why this has happend. All the permisions are right 
>apache:apache. 
> 
> There was a update to Apache, which went through the other night, but 
>everything looks just fine here, so i do not understand why! 
> 
> Any one got any ideas?
>
>  
>
Try adding a directory statement in the http.conf file

<Directory "/var/www/localhost">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

Then modify to suit your needs.

Craig
-- 
gentoo-user@gentoo.org mailing list

Reply via email to