[wellylug] Apache2 / 403

David Murray newslists at electronincantation.net.nz
Thu Mar 9 10:54:00 NZDT 2006


On Thu, 9 Mar 2006, E.Chalaron wrote:

> Hi there
>
> I have a small issue.
> Under Apache2 I have a couple of directories in which I have files to access.
> Mostly icons and stuff ...
>
> My main server is is /srv/www/htdocs with an .htaccess
>
> My images and icons are in  /srv/www/stuff/images and no .htaccess
>
> All are root:root 755 for now
>
> I have a httpd.conf.local in which I have added :
>
> ScriptAlias /stuff/ "/srv/www/stuff/"
> #
> <Directory "/srv/www/stuff/">
> AllowOverride None
> Options -All -Multiviews +ExecCGI -Includes FollowSymLinks
> Order allow,deny
> Allow from all
> </Directory>
> #
>
> got that after googling around but still got a 403 error... when I go to
> stuff/index.html

403 - access denied.

Most likely your directory owner/permissions are wrong.

Try disabling .htaccess by renaming it, to check if that's causing the 
problem.

Is there a default .htaccess somewhere in /etc ?

Why is your contents directory owned by root?


Cheers

David Murray




More information about the wellylug mailing list