Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docs:mac:builds:apache2 [2007/12/07 22:08] – billh | docs:mac:builds:apache2 [2008/12/19 23:19] (current) – billh | ||
---|---|---|---|
Line 13: | Line 13: | ||
===== Post Install Configuration and Usage ===== | ===== Post Install Configuration and Usage ===== | ||
+ | |||
+ | ==== See Also ==== | ||
+ | * [[docs: | ||
+ | * [[docs: | ||
+ | * [[docs: | ||
==== httpd.conf ==== | ==== httpd.conf ==== | ||
Line 36: | Line 41: | ||
Group www | Group www | ||
</ | </ | ||
- | </ | ||
- | * User home directories< | ||
- | # User home directories | ||
- | Include conf/ | ||
</ | </ | ||
* Fancy Indexing< | * Fancy Indexing< | ||
# Fancy directory listings | # Fancy directory listings | ||
Include conf/ | 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 | ||
- | </ | ||
- | </ | ||
</ | </ | ||