[wellylug] Apache2 / 403
E.Chalaron
e.chalaron at xtra.co.nz
Thu Mar 9 10:34:05 NZDT 2006
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
Message is
"You don't have permission to access the requested directory. There is either
no index document or the directory is read-protected. "
Well ... it is not read protected in the chmod way of it. So it has to do with
my httpd.conf.local settings..
Any suggestions ?
Thanks a lot
E
More information about the wellylug
mailing list