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 21:04] 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 Sites Directory<code> 
-# 
-# UserDir: The name of the directory that is appended onto a user's home 
-# directory if a ~user request is received. 
-# 
-<IfModule mod_userdir.c> 
- UserDir Sites 
-</IfModule> 
- 
- 
-# 
-# Control access to UserDir directories.  The following is an example 
-# for a site where these directories are restricted to read-only. 
-# 
-<Directory /Users/*/Sites> 
- #WMH Modified 
- #AllowOverride FileInfo AuthConfig Limit Indexes 
-    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>
   * Fancy Indexing<code>   * Fancy Indexing<code>
  • docs/mac/builds/apache2.1197086647.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)