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/11/23 20:41] – billh | docs:mac:builds:apache2 [2008/12/19 23:19] (current) – billh | ||
---|---|---|---|
Line 9: | Line 9: | ||
make | make | ||
- | make install | + | sudo make install |
</ | </ | ||
===== Post Install Configuration and Usage ===== | ===== Post Install Configuration and Usage ===== | ||
+ | |||
+ | ==== See Also ==== | ||
+ | * [[docs: | ||
+ | * [[docs: | ||
+ | * [[docs: | ||
+ | |||
==== httpd.conf ==== | ==== httpd.conf ==== | ||
* ServerName< | * ServerName< | ||
Line 30: | 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< | + | * Fancy Indexing< |
- | # | + | # Fancy directory |
- | # UserDir: The name of the directory | + | Include conf/extra/httpd-autoindex.conf |
- | # directory if a ~user request is received. | + | |
- | # | + | |
- | < | + | |
- | UserDir Sites | + | |
- | </IfModule> | + | |
- | + | ||
- | + | ||
- | # | + | |
- | # 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, | + | |
- | Allow from all | + | |
- | </ | + | |
- | < | + | |
- | Order deny, | + | |
- | Deny from all | + | |
- | </ | + | |
- | </ | + | |
</ | </ | ||
- | |||
==== start apache ==== | ==== start apache ==== |