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 21:04] – 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 31: | Line 36: | ||
# running httpd, as with most system services. | # running httpd, as with most system services. | ||
# | # | ||
+ | #User daemon | ||
+ | #Group daemon | ||
User www | User www | ||
Group www | Group www | ||
</ | </ | ||
- | </ | ||
- | * User Sites Directory< | ||
- | # | ||
- | # UserDir: The name of the directory that is appended onto a user's home | ||
- | # directory if a ~user request is received. | ||
- | # | ||
- | < | ||
- | UserDir Sites | ||
- | </ | ||
- | |||
- | |||
- | # | ||
- | # Control access to UserDir directories. | ||
- | # for a site where these directories are restricted to read-only. | ||
- | # | ||
- | < | ||
- | #WMH Modified | ||
- | # | ||
- | AllowOverride All | ||
- | Options MultiViews Indexes FollowSymLinks IncludesNoExec | ||
- | <Limit GET POST OPTIONS PROPFIND> | ||
- | Order allow,deny | ||
- | Allow from all | ||
- | </ | ||
- | < | ||
- | Order deny,allow | ||
- | Deny from all | ||
- | </ | ||
- | </ | ||
- | |||
</ | </ | ||
* Fancy Indexing< | * Fancy Indexing< |