- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Apache server (maxclients)
Operating System - HP-UX
1821469
Members
2976
Online
109633
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2003 03:50 PM
тАО11-30-2003 03:50 PM
Apache server (maxclients)
Does this parameter (MaxClients) have maximun value ? or it depend on hardware resource (CPU and RAM) ?
- Currently, my web server running on rp2470 with 1CPU and 1GB RAM, does anyone have idea how much MaxClient or page view it can perform ?
- Currently, my web server running on rp2470 with 1CPU and 1GB RAM, does anyone have idea how much MaxClient or page view it can perform ?
Hero
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2003 04:11 PM
тАО11-30-2003 04:11 PM
Re: Apache server (maxclients)
Hi
My understanding is that there is no maximum value, the default is 256. You should definitely exercise care when setting this value.
See the Performance Tuning Guide link (Hardware & Operating System Issues) for info on setting MaxClients.
http://httpd.apache.org/docs/misc/perf-tuning.html
The directives link will give you more info on various Apache directives such as Maxclients.
http://httpd.apache.org/docs/mod/directives.html
Cheers
Con
My understanding is that there is no maximum value, the default is 256. You should definitely exercise care when setting this value.
See the Performance Tuning Guide link (Hardware & Operating System Issues) for info on setting MaxClients.
http://httpd.apache.org/docs/misc/perf-tuning.html
The directives link will give you more info on various Apache directives such as Maxclients.
http://httpd.apache.org/docs/mod/directives.html
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2003 04:24 PM
тАО11-30-2003 04:24 PM
Re: Apache server (maxclients)
Hi,
You can have this value set to maximum 256, thats the default hard limit, but can be over written by changing the parameter "HARD_SERVER_LIMIT" in httpd.h.
http://www.apacheref.com/ref/http_core/MaxClients.html (have a look at this)
But this value should be choosen as low as possible with minimum impact on your webserver, here is something intresting i found for you
Low MaxClients
Set your MaxClients low, such that if you have that many httpd servers running, which will happen on busy site, your system will not start swapping to disk because of excessive RAM usage. Typical settings are less than 100 even with 1 gig RAM! To handle more client connections, look into a dual server, mod_proxy front end
from http://www.apache-asp.org/tuning.html
You can have this value set to maximum 256, thats the default hard limit, but can be over written by changing the parameter "HARD_SERVER_LIMIT" in httpd.h.
http://www.apacheref.com/ref/http_core/MaxClients.html (have a look at this)
But this value should be choosen as low as possible with minimum impact on your webserver, here is something intresting i found for you
Low MaxClients
Set your MaxClients low, such that if you have that many httpd servers running, which will happen on busy site, your system will not start swapping to disk because of excessive RAM usage. Typical settings are less than 100 even with 1 gig RAM! To handle more client connections, look into a dual server, mod_proxy front end
from http://www.apache-asp.org/tuning.html
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP