Skip to content

Instantly share code, notes, and snippets.

@gistya
Created December 29, 2015 00:29
Show Gist options
  • Select an option

  • Save gistya/e8cb23f1f5c0508ff22a to your computer and use it in GitHub Desktop.

Select an option

Save gistya/e8cb23f1f5c0508ff22a to your computer and use it in GitHub Desktop.
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