Skip to content

Instantly share code, notes, and snippets.

@choyer
Created February 21, 2013 20:40
Show Gist options
  • Save choyer/5008024 to your computer and use it in GitHub Desktop.
Save choyer/5008024 to your computer and use it in GitHub Desktop.
DIYMacServer - Apache httpd compile configure command
./configure -enable-layout=DIYMacServer \
-enable-mods-shared=all \
-with-ssl=/usr \
-with-mpm=prefork \
-disable-unique-id \
-enable-ssl \
-enable-dav \
-enable-cache \
-enable-proxy \
-enable-logio \
-enable-deflate \
-with-included-apr \
-enable-cgi \
-enable-cgid \
-enable-suexec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment