HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Configure Apache on RHEL 3.0
Operating System - Linux
1832994
Members
2623
Online
110048
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
Forums
Discussions
Discussions
Discussions
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
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
05-15-2005 10:17 PM
05-15-2005 10:17 PM
Configure Apache on RHEL 3.0
I need to configure apache on Redhat linux AS 3.0. I would like to know parameters we need to consider, where you have users more than 20,000 hitting the proxy...the parameter must be related to socket, connections....like something do with network flow.....can u visualise the framework.
Its like user need access to application server and passing firewall and proxy server.....and proxy server would be on linux box....with apache as proxy....
how do I maintain its vigilty and performance.....need ur early help...
thank you in advance.
Its like user need access to application server and passing firewall and proxy server.....and proxy server would be on linux box....with apache as proxy....
how do I maintain its vigilty and performance.....need ur early help...
thank you in advance.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2005 10:30 PM
05-15-2005 10:30 PM
Re: Configure Apache on RHEL 3.0
Are you meaing HTTP proxying (i.e. squid) ?
Or serving HTTP pages (i.e. apache) ?
They are both very different.
In any case, the RHEL3 distributed configuration should be more than adequate for that sort of volume.
If you find the load creeping, you might tweak the worker MPM settings a little, but it should be fine.
I believe they're like this in distribution:
# worker MPM
# StartServers: initial number of server processes to start
# MaxClients: maximum number of simultaneous client connections
# MinSpareThreads: minimum number of worker threads which are kept spare
# MaxSpareThreads: maximum number of worker threads which are kept spare
# ThreadsPerChild: constant number of worker threads in each server process
# MaxRequestsPerChild: maximum number of requests a server process serves
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
#
# To reduce memory usage in the worker MPM, the thread guard page
# can be disabled, at the expense of some protection against stack
# overflow.
#
#ThreadGuardArea off
The document you'll need to read is http://httpd.apache.org/docs-2.0/mod/worker.html .
Or serving HTTP pages (i.e. apache) ?
They are both very different.
In any case, the RHEL3 distributed configuration should be more than adequate for that sort of volume.
If you find the load creeping, you might tweak the worker MPM settings a little, but it should be fine.
I believe they're like this in distribution:
# worker MPM
# StartServers: initial number of server processes to start
# MaxClients: maximum number of simultaneous client connections
# MinSpareThreads: minimum number of worker threads which are kept spare
# MaxSpareThreads: maximum number of worker threads which are kept spare
# ThreadsPerChild: constant number of worker threads in each server process
# MaxRequestsPerChild: maximum number of requests a server process serves
StartServers 2
MaxClients 150
MinSpareThreads 25
MaxSpareThreads 75
ThreadsPerChild 25
MaxRequestsPerChild 0
#
# To reduce memory usage in the worker MPM, the thread guard page
# can be disabled, at the expense of some protection against stack
# overflow.
#
#ThreadGuardArea off
The document you'll need to read is http://httpd.apache.org/docs-2.0/mod/worker.html .
One long-haired git at your service...
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP