What is MPM in apache




+ Reply to Thread
Results 1 to 5 of 5

Thread: What is MPM in apache

  1. #1
    AP admin's Avatar
    AP admin is offline Administrator
    Join Date
    Jul 2010
    Posts
    100
    Feedback Score
    0

    What is MPM in apache

    MPM Stands for Multi-Processing Module

    In Apache one MPM is used at any time. It allows apache to fulfill requests of clients

    Following are some default MPM's for different OS's
    This will be the MPM selected if you do not make another choice at compile-time.
    BeOSbeos Netwarempm_netware OS/2mpmt_os2 Unixprefork Windowsmpm_winnt
    You can also change your MPM while compiling apache to fit apache to your needs.

    MPM Worker is normally used to increase performance of sites because it uses threaded approach to fulfill requests.

    To actually choose the desired MPM, use the argument --with-mpm=NAME with the configure script. NAME is the name of the desired MPM.

  2. #2
    rashid.sharafat is offline Junior Member
    Join Date
    Jul 2010
    Posts
    19
    Feedback Score
    0
    sorri! I dont understand. Because i have no knowledge about that.

  3. #3
    Wicked6 is offline Junior Member
    Join Date
    Aug 2010
    Posts
    2
    Feedback Score
    0
    If you don’t understand refer the Apache documentation. They give another good explanation.

    http://httpd.apache.org/docs/2.0/mpm.html

  4. #4
    Mercedes-CLS is offline Junior Member
    Join Date
    May 2011
    Posts
    2
    Feedback Score
    0
    thanks a ton mate . . .!!!

  5. #5
    kris55 is offline Junior Member
    Join Date
    Mar 2011
    Posts
    2
    Feedback Score
    0
    Thanks! Looks great!

+ Reply to Thread

Visitors found this page by searching for:

what is mpm

what is MPM name

what is mpm?

MPM in apache

mpm apache

choose MPM apache

apache mpm compile

What are MPMs in apache

apache2 Choose MPM howto

how to choose MPM in apache

vbulletin mpm worker

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts