Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docs:mac:builds:apache2 [2007/12/07 22:07] billhdocs: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:apache_web_server:virtual_hosts]]
 +  * [[docs:apache_web_server:user_home_directories]]
 +  * [[docs:apache_web_server:changing_the_document_root]]
  
 ==== 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
 </IfModule> </IfModule>
-</code> 
-  * User home directories<code> 
-# User home directories 
-Include conf/extra/httpd-userdir.conf 
 </code> </code>
   * Fancy Indexing<code>   * Fancy Indexing<code>
 # Fancy directory listings # Fancy directory listings
 Include conf/extra/httpd-autoindex.conf Include conf/extra/httpd-autoindex.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> </code>
  
  • docs/mac/builds/apache2.1197090460.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)