logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: server-status
Author
gigabit



Joined: 15 Jan 2009
Posts: 2

PostPosted: Thu 15 Jan '09 21:41    Post subject: server-status Reply with quote

Hello,

Just enabled server status and its pretty cool, but this line:

Code:
44 requests currently being processed, 20 idle workers


has me worried sometimes because it sometimes shows 64 being processed and 0 idle...

Is there any way to increase the number of workers?

conf/extra/httpd-mpm.conf has:
Code:
<IfModule mpm_winnt_module>
    ThreadsPerChild      250
    MaxRequestsPerChild    0
</IfModule>


Thanks!
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7355
Location: Germany, Next to Hamburg

PostPosted: Fri 16 Jan '09 15:56    Post subject: Reply with quote

ThreadsPerChild is right,
Are you aure that you include that file?
Back to top
gigabit



Joined: 15 Jan 2009
Posts: 2

PostPosted: Fri 16 Jan '09 16:11    Post subject: Reply with quote

wow.. i never thought about that Rolling Eyes

kinda assumed it would have been included by default...

thanks though!
Back to top


Reply to topic   Topic: server-status View previous topic :: View next topic
Post new topic   Forum Index -> Apache