I downloaded the Apache2.4 and configured it using the below options
because i wanted to run Apache in the worker MPM

./configure --enable-mods-shared=all --enable-so --enable-deflate
--enable-headers --enable-expires --enable-ssl=shared
--enable-mpms-shared=all --with-mpm=worker --with-apr=/usr
--prefix=/usr/local/apache2

However, when i do this

$ httpd -V

Server version: Apache/2.2.22 (Unix)

Server built:   Aug 28 2012 17:47:11

Server's Module Magic Number: 20051115:30

Server loaded:  APR 1.4.5, APR-Util 1.3.12

Compiled using: APR 1.4.5, APR-Util 1.3.12

Architecture:   64-bit

Server MPM:     Prefork

  threaded:     no

    forked:     yes (variable process count)

Question is :

1) Why does the --with-mpm=worker setting does not take effect ? How can i
change it to worker ?

2) Also, why would server version show as 2.2.22 ?

Am i missing something

Thank You,

Yogesh

Reply via email to