Complete.Org: Mailing Lists: Archives: linux-help: June 2000:
[linux-help] Apache/1.3.9 Server help
Home

[linux-help] Apache/1.3.9 Server help

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: "linux-help@xxxxxxxxx" <linux-help@xxxxxxxxx>
Subject: [linux-help] Apache/1.3.9 Server help
From: mjacobs <mjacobs@xxxxxxxxx>
Date: Fri, 09 Jun 2000 15:01:55 -0500
Reply-to: linux-help@xxxxxxxxx

I am trying to setup userdirs e.g. /home/xxxx/public_html access on my
linux box.
when ever i try to access it url.org~dad I get the Forbidden message in
the browser.
I can't find any more of TFM to read so If any one has an idea please
let me know.

Permissions (dir/files) are set the same as the page that does work so I
must need to change another setting.
thanks
Mark

BROWSER output:
Forbidden

You don't have permission to access /~dad on this server.
Apache/1.3.9 Server at hal_1.hal9280.org Port 80

httpd.conf:
#
# UserDir: The name of the directory which is appended onto a user's
home
# directory if a ~user request is received.
#
UserDir public_html
UserDir disabled root
UserDir enabled dad bert matt
#
# Control access to UserDir directories.  The following is an example
# for a site where these directories are restricted to read-only.
#

<Directory /home/*/public_html>
#    AllowOverride FileInfo AuthConfig Limit
#    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
#    <Limit GET POST OPTIONS PROPFIND>
        Order allow,deny
        Allow from all
#    </Limit>
#    <Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
#        Order deny,allow
#        Deny from all
#    </Limit>
</Directory>




-- This is the linux-help@xxxxxxxxx list.  To unsubscribe,
visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi


[Prev in Thread] Current Thread [Next in Thread]