Skip to content

Instantly share code, notes, and snippets.

@1999
Created February 16, 2010 11:13
Show Gist options
  • Save 1999/305463 to your computer and use it in GitHub Desktop.
Save 1999/305463 to your computer and use it in GitHub Desktop.
./configure \
--prefix=/opt/local \
--exec-prefix=/opt/local \
--sysconfdir=/etc/opt/httpd \
--enable-so \
--disable-cgi \
--with-port=81 \
--enable-rewrite=static \
--with-mpm=prefork
# http://httpd.apache.org/docs/2.2/programs/configure.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment