[H-GEN] Apache Question

Sarah Walters sarah at uow.edu.au
Wed Aug 6 22:57:38 EDT 2003


[ Humbug *General* list - semi-serious discussions about Humbug and     ]
[ Unix-related topics. Posts from non-subscribed addresses will vanish. ]

Hi,

> Have you loaded the userdir module, and set the UserDir directive?  I
> can't check an Apache 2.0 machine at the moment, so I'm basing this in
> Apache 1.3 which may or may not be the same, but you should have
> something similar to (most of) these:

Instructions given were close. Here is my working apache2 configuration 
from my FreeBSD box at home:

LoadModule userdir_module libexec/apache2/mod_userdir.so
<SNIP>
# 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 Indexes
    Options SymLinksIfOwnerMatch
    <Limit GET>
        Order allow,deny
        Allow from all
    </Limit>
    <LimitExcept GET>
        Order deny,allow
        Deny from all
    </LimitExcept>
</Directory>
<SNIP>


-- 
Mrs Sarah Walters
Systems Group
Information Technology Services
University of Wollongong
Phone: +61 2 4221 3775


--
* This is list (humbug) general handled by majordomo at lists.humbug.org.au .
* Postings to this list are only accepted from subscribed addresses of
* lists 'general' or 'general-post'.  See http://www.humbug.org.au/



More information about the General mailing list