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 16:40] 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** +  * ServerName<code>
-<code>+
 ServerName localhost ServerName localhost
 </code> </code>
- +  * DirectoryIndex<code>
-**DirectoryIndex** +
-<code>+
 DirectoryIndex index.html index.htm index.php index.shtml default.html default.htm DirectoryIndex index.html index.htm index.php index.shtml default.html default.htm
 </code> </code>
 +  * User/Group<code> 
 +<IfModule !mpm_netware_module> 
 +
 +# If you wish httpd to run as a different user or group, you must run 
 +# httpd as root initially and it will switch.   
 +
 +# User/Group: The name (or #number) of the user/group to run httpd as. 
 +# It is usually good practice to create a dedicated user and group for 
 +# running httpd, as with most system services. 
 +
 +#User daemon 
 +#Group daemon 
 +User www 
 +Group www 
 +</IfModule> 
 +</code> 
 +  * Fancy Indexing<code> 
 +# Fancy directory listings 
 +Include conf/extra/httpd-autoindex.conf 
 +</code>
  
 ==== start apache ==== ==== start apache ====
  • docs/mac/builds/apache2.1195861221.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)