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/11/23 20:41] billhdocs:mac:builds:apache2 [2008/12/19 23:19] (current) billh
Line 9: Line 9:
 make make
  
-make install+sudo make install
 </code> </code>
  
 ===== 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 ====
   * ServerName<code>   * ServerName<code>
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
 </IfModule> </IfModule>
 </code> </code>
-  * User Sites Directory<code> +  * Fancy Indexing<code> 
-# +Fancy directory listings 
-# UserDir: The name of the directory that is appended onto a user's home +Include conf/extra/httpd-autoindex.conf
-# 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>
- 
  
 ==== start apache ==== ==== start apache ====
  • docs/mac/builds/apache2.1195875683.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)