You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by yogesh hingmire <yo...@gmail.com> on 2013/02/08 06:40:50 UTC

[users@httpd] Problem with MPM Setting

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

Re: [users@httpd] Problem with MPM Setting

Posted by Nick Kew <ni...@webthing.com>.
On Thu, 7 Feb 2013 23:40:50 -0600
yogesh hingmire <yo...@gmail.com> wrote:

> $ httpd -V
> 
> Am i missing something

'which httpd'

If that doesn't have you kicking yourself, you need to get
to grips with the operating system concept of paths.

-- 
Nick Kew

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