Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Users

adding particular option to httpd build

 

 

Apache users RSS feed   Index | Next | Previous | View Threaded


secadmin at netsecdesign

Mar 19, 2012, 4:06 PM

Post #1 of 4 (260 views)
Permalink
adding particular option to httpd build

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.


icicimov at gmail

Mar 20, 2012, 12:30 AM

Post #2 of 4 (250 views)
Permalink
Re: adding particular option to httpd build [In reply to]

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)" <
secadmin [at] netsecdesign> 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.****
>


info at simonecaruso

Mar 20, 2012, 12:54 AM

Post #3 of 4 (245 views)
Permalink
Re: adding particular option to httpd build [In reply to]

> 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.
>

Most of these are set running configure, u should study how automake works... a
security expert... lol

--
Simone Caruso
IT Consultant
+39 349 65 90 805

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe [at] httpd
For additional commands, e-mail: users-help [at] httpd


Bennett.Tony at con-way

Mar 20, 2012, 8:03 AM

Post #4 of 4 (243 views)
Permalink
RE: adding particular option to httpd build [In reply to]

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:icicimov [at] gmail]
Sent: Tuesday, March 20, 2012 12:30 AM
To: users [at] httpd
Subject: Re: [users [at] http] 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)" <secadmin [at] netsecdesign<mailto:secadmin [at] netsecdesign>> 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.

Apache users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.