Page 1 of 1

how to choose Multi-Processing Modules (MPMs) in xampp?

PostPosted: 16. March 2009 03:53
by jean
i've searched in the fourm,but nothing can be found.
how to choose Multi-Processing Modules (MPMs) in xampp?
what is default MPM in xampp?
thanks .

Re: how to choose Multi-Processing Modules (MPMs) in xampp?

PostPosted: 16. March 2009 04:10
by Izzy
Search on your xampp installation for the httpd-mpm.conf file.
(Windows it is in xampp\apache\conf\extra\httpd-mpm.conf)

The MPM docs can be found here:
http://httpd.apache.org/docs/2.2/mod/
http://httpd.apache.org/docs/2.2/mpm.html

HTH

Re: how to choose Multi-Processing Modules (MPMs) in xampp?

PostPosted: 16. March 2009 05:17
by jean
yes, i found the file ,but how to choose ? my english is so poor , i only saw annotations in the file .

Re: how to choose Multi-Processing Modules (MPMs) in xampp?

PostPosted: 16. March 2009 07:01
by Wiedmann
how to choose Multi-Processing Modules (MPMs) in xampp?

Not possible (with a simple config file setting)

what is default MPM in xampp?

Prefork

Re: how to choose Multi-Processing Modules (MPMs) in xampp?

PostPosted: 16. March 2009 07:19
by jean
Wiedmann wrote:
how to choose Multi-Processing Modules (MPMs) in xampp?

Not possible (with a simple config file setting)

what is default MPM in xampp?

Prefork


i need to use ./configure to reinstall apache?

Re: how to choose Multi-Processing Modules (MPMs) in xampp?

PostPosted: 16. March 2009 07:27
by Wiedmann
i need to use ./configure to reinstall apache?

Sure. It's the only way to chosse a MPM.

Re: how to choose Multi-Processing Modules (MPMs) in xampp?

PostPosted: 16. March 2009 08:16
by jean
Wiedmann wrote:
i need to use ./configure to reinstall apache?

Sure. It's the only way to chosse a MPM.


thank you .
could you tell me how can i do it ?
may i use ./configure --prefix=/opt/lampp ?

Re: how to choose Multi-Processing Modules (MPMs) in xampp?

PostPosted: 16. March 2009 08:24
by Wiedmann
may i use ./configure --prefix=/opt/lampp ?

Somewhere in ./share/... you can find a tar.gz with the configures used for XAMPP.

Re: how to choose Multi-Processing Modules (MPMs) in xampp?

PostPosted: 16. March 2009 10:58
by jean
Yes, i found it !
i vi ./apache/configure-oswald , i need to chmod +x for it ?

Re: how to choose Multi-Processing Modules (MPMs) in xampp?

PostPosted: 20. July 2011 00:04
by alacret
how do i run the ./configure command on the apache xampp installation?