>Number:         568
>Category:       config
>Synopsis:       .../~userdir/ acces denied on 1.2b10
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache (Apache HTTP Project)
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Sun May 11 04:20:01 1997
>Originator:     [EMAIL PROTECTED]
>Organization:
apache
>Release:        1.2b10
>Environment:
Linux slackware kernel 2.0.30 on a 486 DX100, 16 mb RAM 540 Mb pio2 harddisk
normal GNU compiler, compiling gives no problems. Apache 1.2b7 didn't give this
problem, but the config files where different.
>Description:
Apache is normally working but I can't access any userdirs ( virtual path 
http:/..../~user/ and actual path /home/user/public_html/ ) All may read the 
files, and the dir can be executed and read by all. Apache is running as user 
nobody like in the template makefiles. In fact I didn't make a change to any 
of the options before compile-time. The Userdir is (like default) public_html 
in srm.conf.

My access.conf is here:
---------------------------------
<Directory />
Order deny,allow
deny from All
AllowOverride None
</Directory>

<Directory /usr/local/etc/httpd/htdocs>
Options Indexes FollowSymLinks Includes
AllowOverride All
order deny,allow
allow from all
</Directory>

<Directory /home/*>
Options Indexes Includes
Order deny,allow
Allow from All
AllowOverride All
</Directory>
---------------------------------
And it seems OK to me, so I can't find the problem.. Using Apache 1.2b7
everything worked fine.. (NOT the same config files).
>How-To-Repeat:
if my server is running (mostly during european daytime and evening) try:
http://137.224.177.59/
http://137.224.177.59/~olivier/
http://137.224.177.59/~olivier/index.htm
>Fix:
I think it's an config problem otherwise more people would have the same
problem. In comp.os.linux.networking people said my config was OK. that's
why I try here.
>Audit-Trail:
>Unformatted:


Reply via email to