David Kempe wrote:

> To get the ~localuser bit to work you need to have a public_html dir in each
> users home dir.
> If you enable the correct directive in httpd.conf you can get this feature
> to work.

Those being:

# UserDir: maps servername/~username to ~username/public_html

UserDir public_html
 

# Nail down ~username/public_html: so user's cannot reconfig the web server

<Directory /home/*/public_html>
    AllowOverride FileInfo AuthConfig Limit
    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
    # yadda yadda ... (see Apache server security FAQ)
</Directory>


-rickw

--
Rick Welykochy || Praxis Services Pty Limited
"Tired of being a crash test dummy for Microsoft? Try Linux"


-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to