Skip to content

Instantly share code, notes, and snippets.

@kingel
Created October 30, 2012 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kingel/3979253 to your computer and use it in GitHub Desktop.
Save kingel/3979253 to your computer and use it in GitHub Desktop.
apache
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