Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:apache_web_server:user_home_directories [2008/05/02 22:02] – billh | docs: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< | ||
- | # User home directories (find and uncomment this line) | ||
- | Include conf/ | ||
- | </ | ||
- | |||
- | ===== httpd-userdir.conf ===== | ||
- | * User Sites Directory< | ||
- | # 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. | ||
- | # the default access control for these directories, | ||
- | # | ||
- | #UserDir public_html | ||
- | UserDir Sites | ||
- | |||
- | # | ||
- | # Control access to UserDir directories. | ||
- | # for a site where these directories are restricted to read-only. | ||
- | # | ||
- | #< | ||
- | # AllowOverride FileInfo AuthConfig Limit Indexes | ||
- | # Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec | ||
- | # <Limit GET POST OPTIONS> | ||
- | # Order allow,deny | ||
- | # Allow from all | ||
- | # </ | ||
- | # < | ||
- | # Order deny,allow | ||
- | # Deny from all | ||
- | # </ | ||
- | #</ | ||
- | |||
- | < | ||
- | AllowOverride All | ||
- | Options MultiViews Indexes FollowSymLinks IncludesNoExec | ||
- | <Limit GET POST OPTIONS PROPFIND> | ||
- | Order allow,deny | ||
- | Allow from all | ||
- | </ | ||
- | < | ||
- | Order deny,allow | ||
- | Deny from all | ||
- | </ | ||
- | </ | ||
- | </ |