You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/03/28 15:35:52 UTC

DO NOT REPLY [Bug 52995] New: httpd -V does not print the default Mutex

https://issues.apache.org/bugzilla/show_bug.cgi?id=52995

             Bug #: 52995
           Summary: httpd -V does not print the default Mutex
           Product: Apache httpd-2
           Version: 2.5-HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: i.galic@brainsware.org
    Classification: Unclassified


http://httpd.apache.org/docs/current/mod/core.html#mutex claims httpd -V will
print the default (optimal) Mutex for this platform, however it does not:


Server version: Apache/2.4.1 (Unix)
Server built:   Mar 27 2012 20:35:35
Server's Module Magic Number: 20120211:0
Server loaded:  APR 1.4.6, APR-UTIL 1.4.1
Compiled using: APR 1.4.6, APR-UTIL 1.4.1
Architecture:   64-bit
Server MPM:     event
  threaded:     yes (fixed thread count)
    forked:     yes (variable process count)
Server compiled with....
 -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 APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=256
 -D HTTPD_ROOT="/opt/bw"
 -D SUEXEC_BIN="/opt/bw/bin/suexec"
 -D DEFAULT_PIDLOG="/var/bwlog/apache/logs/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="/etc/bw/apache/mime.types"
 -D SERVER_CONFIG_FILE="/etc/bw/apache/httpd.conf"

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 52995] httpd -V does not print the default Mutex

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52995

--- Comment #2 from Igor Galić <i....@brainsware.org> 2012-03-29 22:26:29 UTC ---
I'd suggest we extend the documentation to say:

look for APR_USE_.*?_SERIALIZE

Anyway, those are *two* -- which is the default? The optimal thingy for this
platform of mine?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 52995] httpd -V does not print the default Mutex

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52995

--- Comment #3 from Jeff Trawick <tr...@apache.org> 2012-03-30 00:02:56 UTC ---
>Anyway, those are *two* -- which is the default?
One is the default for cross-process mutexes while the other is the default
(and in fact only implementation) for intra-process mutexes.
.
I doubt that this geeky stuff from -V should really be pointed to by that
particular doc...

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 52995] httpd -V does not print the default Mutex

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=52995

--- Comment #1 from Jeff Trawick <tr...@apache.org> 2012-03-28 15:56:17 UTC ---
This is what it is referring to -- APR's default for the current platform.
-D APR_USE_SYSVSEM_SERIALIZE
-D APR_USE_PTHREAD_SERIALIZE
(Please don't say you want it in an understandable format :) )
Did I miss your point?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org