This is an old revision of the document!


apache2

./configure --prefix=/usr/local/apache2 --mandir=/usr/local/man --infodir=/usr/local/info

make

make install

Post Install Configuration and Usage

ServerName

ServerName localhost

DirectoryIndex

DirectoryIndex index.html index.htm index.php index.shtml default.html default.htm
# you must specify the path to apachectl because Apple has one in another place
sudo /usr/local/apache2/bin/apachectl start
sudo /usr/local/apache2/bin/apachectl stop
  • docs/mac/builds/apache2.1195858890.txt.gz
  • Last modified: 2008/08/03 00:25
  • (external edit)