Author Topic: Apache maxclient for prefork MPM  (Read 18265 times)

0 Members and 1 Guest are viewing this topic.

Offline
*****
Apache maxclient for prefork MPM
« on: February 25, 2016, 09:33:47 AM »
hello im using apache 2.2.31 with suphp i want to increase the maxclient for prefork MPM. How to increase it? as I didn't found any documents to configure it.
« Last Edit: February 25, 2016, 10:52:06 AM by Sandeep »

Offline
*****
Re: Apache maxclient for prefork MPM
« Reply #1 on: February 25, 2016, 02:09:44 PM »
No body knows it ?

Offline
*****
Re: Apache maxclient for prefork MPM
« Reply #2 on: February 26, 2016, 06:31:49 AM »
Hello.

Edit the Apache config
Code: [Select]
/usr/local/apache/conf/httpd.conf You need include the
Code: [Select]
/usr/local/apache/conf/extra/httpd-mpm.conf to Apache confg. Just uncomment line:
Code: [Select]
#Include conf/extra/httpd-mpm.conf

After that you will be able for edit /usr/local/apache/conf/extra/httpd-mpm.conf
You can ask me to solve any problem with your server for some money in pm  ;)
Services Monitoring & RBL Monitoring
http://centos-webpanel.com/services-monitor
Join our Development Team and get paid !
http://centos-webpanel.com/develope-modules-for-cwp

Installation Instructions
http://centos-webpanel.com/installation-instructions
Get Fast Support Here
http://centos-webpanel.com/support-services

Offline
*****
Re: Apache maxclient for prefork MPM
« Reply #3 on: February 26, 2016, 05:06:22 PM »
thanks for the help
but maxclient is not changed when I checked with this script :
Code: [Select]
curl -L http://apachebuddy.pl/ | perl
i restarted httpd and server also

Offline
*
Re: Apache maxclient for prefork MPM
« Reply #4 on: March 03, 2016, 06:25:24 AM »
Did you restart the httpd after changes ?
“Would you tell me, please, which way I ought to go from here?”
“That depends a good deal on where you want to get to,” said the Cat.
“I don’t much care where–” said Alice.
“Then it doesn’t matter which way you go,” said the Cat.
Neo2SHYAlien's Blog

Offline
*****
Re: Apache maxclient for prefork MPM
« Reply #5 on: March 03, 2016, 07:00:49 AM »
Yes ... I restarted it .

Offline
*
Re: Apache maxclient for prefork MPM
« Reply #6 on: March 03, 2016, 07:34:52 AM »
Actually this script not working property (probably because is version 0.3 or is 2 years old without maintenance) :) apachebuddy looking for string MaxClients and get the last founded value. Which is in this section:
Code: [Select]
<IfModule mpm_beos_module>
    StartThreads            10
    MaxClients              50
    MaxRequestsPerThread 10000
</IfModule>
Instructions above works just wrong report from this script ;)
“Would you tell me, please, which way I ought to go from here?”
“That depends a good deal on where you want to get to,” said the Cat.
“I don’t much care where–” said Alice.
“Then it doesn’t matter which way you go,” said the Cat.
Neo2SHYAlien's Blog

Offline
*****
Re: Apache maxclient for prefork MPM
« Reply #7 on: March 03, 2016, 01:00:58 PM »
thanks buddy :) ;D