If you still have the original "build tree" for your current version of Apache,
you can look at the top of "config.log" file, or you can look at 
"config.nice"...
...both of these have the original configure command and are located at
the top of the build tree in the same directory as "configure".

-tony

From: Igor Cicimov [mailto:[email protected]]
Sent: Tuesday, March 20, 2012 12:30 AM
To: [email protected]
Subject: Re: [users@httpd] adding particular option to httpd build


Not enogh info what apache and what OS? Anyway, read this:
http://httpd.apache.org/docs/2.2/programs/configure.html

You have same for 2.0 and 2.4
On Mar 20, 2012 10:06 AM, "Security Admin (NetSec)" 
<[email protected]<mailto:[email protected]>> wrote:
Currently have an apache server with following options:

Server compiled with....
-D APACHE_MPM_DIR="server/mpm/prefork"
-D APR_HAS_SENDFILE
-D APR_HAS_MMAP
-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
-D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
-D APR_HAS_OTHER_CHILD
-D AP_HAVE_RELIABLE_PIPED_LOGS
-D HTTPD_ROOT="/etc/httpd"
-D SUEXEC_BIN="/usr/sbin/suexec"
-D DEFAULT_PIDLOG="run/httpd.pid"
-D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
-D DEFAULT_LOCKFILE="logs/accept.lock"
-D DEFAULT_ERRORLOG="logs/error_log"
-D AP_TYPES_CONFIG_FILE="conf/mime.types"
-D SERVER_CONFIG_FILE="conf/httpd.conf"


I would like to maintain these options in the new build.  When I typed 
"./configure -help" I could not find these options listed.  If someone could 
let me know what syntax I need to use (./configure ...) much appreciated.

Reply via email to