You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Jeremy Douglas <da...@yahoo.com> on 1999/06/07 21:49:24 UTC

mod_userdir/4544: Accessing public-html directory under users

>Number:         4544
>Category:       mod_userdir
>Synopsis:       Accessing public-html directory under users
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Mon Jun  7 12:50:03 PDT 1999
>Last-Modified:
>Originator:     daralin@yahoo.com
>Organization:
apache
>Release:        1.3.6-7
>Environment:
Linux 6.0
>Description:
I am attepting to access the public_html directory in the user directory /home
My access.conf file currently has
<Directory />
AllowOverride None
Order deny,allow
Deny from all
Options None
</Directory>

<Directory /home/*/public_html>
Order allow,deny
Allow from all
</Directory>

This should allow me to access my web site http://IP.Address/~user
But I am getting a 403 Forbidden web page with the error message 
"Forbidden

You don't have permission to access /~jeremy on this server. "

My UserDir is set to public_html.

I got my information on how to configure the access.conf from the Linux System 
Administration Handbook, Komarinski, Collett, page 207 and from the UserDir
documentation file that came with Apache.

I have not been able to find any help on newsgroups, could you tell me what my 
problem is.
>How-To-Repeat:
192.168.1.12/~jeremy
>Fix:

>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, you need]
[to include <ap...@Apache.Org> in the Cc line and make sure the]
[subject line starts with the report component and number, with ]
[or without any 'Re:' prefixes (such as "general/1098:" or      ]
["Re: general/1098:").  If the subject doesn't match this       ]
[pattern, your message will be misfiled and ignored.  The       ]
["apbugs" address is not added to the Cc line of messages from  ]
[the database automatically because of the potential for mail   ]
[loops.  If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request from a  ]
[developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]