Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2E60498A3 for ; Mon, 19 Mar 2012 23:06:50 +0000 (UTC) Received: (qmail 23338 invoked by uid 500); 19 Mar 2012 23:06:47 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 23308 invoked by uid 500); 19 Mar 2012 23:06:47 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 23299 invoked by uid 99); 19 Mar 2012 23:06:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Mar 2012 23:06:47 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of secadmin@netsecdesign.com designates 67.52.187.22 as permitted sender) Received: from [67.52.187.22] (HELO portus.netsecdesign.com) (67.52.187.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Mar 2012 23:06:39 +0000 Received: from exchange2010.mmicmanhomenet.local (exchange2010.mmicmanhomenet.local [192.168.1.108]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by portus.netsecdesign.com (Postfix) with ESMTPS id F1CAF9F400D for ; Mon, 19 Mar 2012 16:06:17 -0700 (PDT) Received: from exchange2010.mmicmanhomenet.local ([169.254.1.41]) by exchange2010.mmicmanhomenet.local ([169.254.1.41]) with mapi id 14.02.0247.003; Mon, 19 Mar 2012 16:06:19 -0700 From: "Security Admin (NetSec)" To: "users@httpd.apache.org" Thread-Topic: adding particular option to httpd build Thread-Index: Ac0GJOINJb0tFBKLToa159UtzyKSTQ== Date: Mon, 19 Mar 2012 23:06:18 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.1.1] Content-Type: multipart/alternative; boundary="_000_FF71D1AE4D15FA41B763F65A61C74A361386C837exchange2010mmi_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] adding particular option to httpd build --_000_FF71D1AE4D15FA41B763F65A61C74A361386C837exchange2010mmi_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Currently have an apache server with following options: Server compiled with.... -D APACHE_MPM_DIR=3D"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=3D"/etc/httpd" -D SUEXEC_BIN=3D"/usr/sbin/suexec" -D DEFAULT_PIDLOG=3D"run/httpd.pid" -D DEFAULT_SCOREBOARD=3D"logs/apache_runtime_status" -D DEFAULT_LOCKFILE=3D"logs/accept.lock" -D DEFAULT_ERRORLOG=3D"logs/error_log" -D AP_TYPES_CONFIG_FILE=3D"conf/mime.types" -D SERVER_CONFIG_FILE=3D"conf/httpd.conf" I would like to maintain these options in the new build. When I typed "./c= onfigure -help" I could not find these options listed. If someone could le= t me know what syntax I need to use (./configure ...) much appreciated. --_000_FF71D1AE4D15FA41B763F65A61C74A361386C837exchange2010mmi_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Currently have an apache server with following optio= ns:

 

Server compiled with....

-D APACHE_MPM_DIR=3D"server/mpm/prefork"= ;

-D APR_HAS_SENDFILE

-D APR_HAS_MMAP

-D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)<= o:p>

-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=3D"/etc/httpd"=

-D SUEXEC_BIN=3D"/usr/sbin/suexec"=

-D DEFAULT_PIDLOG=3D"run/httpd.pid"

-D DEFAULT_SCOREBOARD=3D"logs/apache_runtime= _status"

-D DEFAULT_LOCKFILE=3D"logs/accept.lock"= ;

-D DEFAULT_ERRORLOG=3D"logs/error_log"<= o:p>

-D AP_TYPES_CONFIG_FILE=3D"conf/mime.types&q= uot;

-D SERVER_CONFIG_FILE=3D"conf/httpd.conf&quo= t;

 

 

I would like to maintain these options in the new bu= ild.  When I typed “./configure –help” I could not f= ind these options listed.  If someone could let me know what syntax I = need to use (./configure …) much appreciated.

--_000_FF71D1AE4D15FA41B763F65A61C74A361386C837exchange2010mmi_--