Edit File: config.nice
#! /bin/sh # # Created by configure CFLAGS=" --param ggc-min-expand=1 --param ggc-min-heapsize=4096 -m64 -fPIC -DPIC"; export CFLAGS LDFLAGS=" -L/usr/lib64"; export LDFLAGS "./configure" \ "--disable-v4-mapped" \ "--enable-deflate" \ "--enable-expires" \ "--enable-headers" \ "--enable-info" \ "--enable-logio" \ "--enable-proxy" \ "--enable-rewrite" \ "--enable-ssl" \ "--enable-suexec" \ "--enable-unique-id" \ "--prefix=/usr/local/apache" \ "--with-included-apr" \ "--with-mpm=prefork" \ "--with-pcre=/opt/pcre" \ "--with-ssl=/usr" \ "--with-suexec-caller=nobody" \ "--with-suexec-docroot=/" \ "--with-suexec-gidmin=100" \ "--with-suexec-logfile=/usr/local/apache/logs/suexec_log" \ "--with-suexec-uidmin=100" \ "--with-suexec-userdir=public_html" \ "CFLAGS= --param ggc-min-expand=1 --param ggc-min-heapsize=4096 -m64 -fPIC -DPIC" \ "LDFLAGS= -L/usr/lib64" \ "CPPFLAGS=" \ "$@"
Back to File Manager