docs:mac:builds:apache2

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:16] 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>
-   +  * Fancy Indexing<code> 
 +# Fancy directory listings 
 +Include conf/extra/httpd-autoindex.conf 
 +</code>
  
 ==== start apache ==== ==== start apache ====
  • docs/mac/builds/apache2.1195874178.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)