GhostManSec
Server: Apache
System: Linux s323.xrea.com 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64
User: moonarc (17751)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //usr/local/apache2/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" \
"$@"