File: //usr/local/apache22/build/config.nice
#! /bin/sh
#
# Created by configure
CC="gcc"; export CC
CFLAGS="-O3"; export CFLAGS
"./configure" \
"--prefix=/usr/local/apache24" \
"--enable-threads" \
"--with-mpm=event" \
"--enable-http2" \
"--with-nghttp2=/usr/local" \
"--enable-nghttp2-staticlib-deps" \
"--enable-mods-shared=all" \
"--with-ssl=/usr/local/openssl" \
"--enable-so" \
"--enable-rewrite" \
"--enable-ssl" \
"--enable-proxy" \
"--enable-suexec" \
"--with-suexec-caller=apache" \
"--with-suexec-userdir=public_html" \
"--with-suexec-docroot=/virtual" \
"--with-suexec-uidmin=10000" \
"--with-suexec-gidmin=20000" \
"CC=gcc" \
"CFLAGS=-O3" \
"$@"