You are not logged in.

#1 2008-09-21 23:20:00

ras0ir
Member
From: Ankara/Turkey
Registered: 2008-06-20
Posts: 65
Website

lighttpd and apache public_html problem (403)

I've installed lighttpd and enabled mod_userdir, and already added these lines:

userdir.path = "public_html"
userdir.exclude-user = ( "root" )

I've set chmod 711 to the /home/ras0ir and /home/ras0ir/public_html

drwxr-xr-x   3 root   root  4,0K Eyl 22 02:04 ./
drwxr-xr-x  21 root   root  4,0K Eyl 15 01:18 ../
drwx--x--x 146 ras0ir users  12K Eyl 22 02:14 ras0ir/

However, using both lighttpd and apache, i cant access to http://localhost/~ras0ir/ (I'm getting 403 - Forbidden)

Any ideas about the situation?
http://rafb.net/p/kANYfs25.html -> my lighttpd.conf

Last edited by ras0ir (2008-09-21 23:20:57)

Offline

#2 2008-09-22 17:12:20

briest
Member
From: Katowice, PL
Registered: 2006-05-04
Posts: 468

Re: lighttpd and apache public_html problem (403)

Do you have index file in public_html directory? I don't know lighttpd well, but Apache will show you error 403, when there is no index and directory listing is not allowed (Options Indexes).

Last edited by briest (2008-09-22 17:12:51)

Offline

#3 2008-09-22 18:13:04

ras0ir
Member
From: Ankara/Turkey
Registered: 2008-06-20
Posts: 65
Website

Re: lighttpd and apache public_html problem (403)

yeah, i have an index.html in public_html

Offline

Board footer

Powered by FluxBB