On Jan 7, 2014, at 12:01, Mojca Miklavec <mojca.miklavec.li...@gmail.com> wrote:

> On Tue, Jan 7, 2014 at 5:47 PM, Philip Martin wrote:
> 
>> Which version of Apache are you using?  Which Apache MPM are you using?
> 
> Server version: Apache/2.4.7 (Unix)
> 
> I'm not sure how to check MPM. I get
> 
>> httpd -l
> Compiled in modules:
>  core.c
>  mod_so.c
>  http_core.c
> 
> but "httpd -V" as suggested on some websites doesn't work. How should
> I check which MPM is being used?

In what way does “httpd -V” not work? On my Mac it gives me the answer (“Server 
MPM: prefork”):

$ httpd -V
Server version: Apache/2.4.7 (Unix)
Server built:   Nov 26 2013 23:32:37
Server's Module Magic Number: 20120211:27
Server loaded:  APR 1.4.8, APR-UTIL 1.5.2
Compiled using: APR 1.4.8, APR-UTIL 1.5.2
Architecture:   64-bit
Server MPM:     prefork
  threaded:     no
    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 SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=256
 -D HTTPD_ROOT="/opt/local"
 -D SUEXEC_BIN="/opt/local/bin/suexec"
 -D DEFAULT_PIDLOG="var/run/apache2/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="etc/apache2/mime.types"
 -D SERVER_CONFIG_FILE="etc/apache2/httpd.conf"

Reply via email to