docs:apache_web_server:user_home_directories

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
docs:apache_web_server:user_home_directories [2008/08/03 00:25] – external edit 127.0.0.1docs:apache_web_server:user_home_directories [2016/03/27 14:10] (current) – removed billh
Line 1: Line 1:
-====== User Home Directories ====== 
  
-===== httpd.conf ===== 
-  * User home directories<code> 
-# User home directories (find and uncomment this line) 
-Include conf/extra/httpd-userdir.conf 
-</code> 
- 
-===== httpd-userdir.conf ===== 
- * User Sites Directory<code> 
-# Settings for user home directories 
-# 
-# Required module: mod_userdir 
- 
-# 
-# UserDir: The name of the directory that is appended onto a user's home 
-# directory if a ~user request is received.  Note that you must also set 
-# the default access control for these directories, as in the example below. 
-# 
-#UserDir public_html 
-UserDir Sites 
- 
-# 
-# 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 MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec 
-#    <Limit GET POST OPTIONS> 
-#        Order allow,deny 
-#        Allow from all 
-#    </Limit> 
-#    <LimitExcept GET POST OPTIONS> 
-#        Order deny,allow 
-#        Deny from all 
-#    </LimitExcept> 
-#</Directory> 
- 
-<Directory /Users/*/Sites> 
-    AllowOverride All 
-    Options MultiViews Indexes FollowSymLinks IncludesNoExec 
-    <Limit GET POST OPTIONS PROPFIND> 
-        Order allow,deny 
-        Allow from all 
-    </Limit> 
-    <LimitExcept GET POST OPTIONS PROPFIND> 
-        Order deny,allow 
-        Deny from all 
-    </LimitExcept> 
-</Directory> 
-</code> 
  • docs/apache_web_server/user_home_directories.1217744747.txt.gz
  • Last modified: 2016/03/27 14:10
  • (external edit)