Created
October 30, 2012 09:33
-
-
Save kingel/3979253 to your computer and use it in GitHub Desktop.
apache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /tmp | |
wget http://www.apache.org/dist//httpd/httpd-2.2.22.tar.gz | |
tar zxvf httpd-2.2.22.tar.gz | |
cd httpd-2.2.22 | |
./configure --prefix=/tmp/apache2 --sysconfdir=/tmp/apache2 --enable-so --disable-cgi --enable-info --enable-rewrite --enable-speling --enable-usertrack --enable-deflate --enable-ssl --enable-mime-magic --with-included-apr | |
make |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment