Created
December 29, 2015 00:29
-
-
Save gistya/e8cb23f1f5c0508ff22a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| CFLAGS+="-arch x86_64 -DAPR_USE_FLOCK_SERIALIZE -DAPR_HAS_FLOCK_SERIALIZE" LDFLAGS+="-arch x86_64" ./configure --prefix=/usr/local/apache-2.4.17 \ | |
| --with-mpm=prefork \ | |
| --with-ssl=/usr/local/opt/openssl \ | |
| --enable-mods-shared=reallyall \ | |
| --enable-http \ | |
| --enable-layout=Darwin \ | |
| --with-suexec-bin=/usr/bin/suexec \ | |
| --with-included-apr \ | |
| --with-included-apr-util \ | |
| --enable-ssl-staticlib-deps \ | |
| --enable-unique-id \ | |
| --enable-ssl \ | |
| --enable-dav \ | |
| --enable-cache \ | |
| --enable-logio \ | |
| --enable-deflate \ | |
| --enable-cgi \ | |
| --enable-cgid \ | |
| --enable-rewrite \ | |
| --with-crypto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment