Bookshelf Home | Contents | Index | Search | PDF | ![]() ![]() ![]() ![]() |
Siebel Server Installation Guide for UNIX > Tuning UNIX Operating Systems for Siebel Installation > Tuning Siebel eBusiness Applications for HP-UX >
Tuning the Web Server for HP-UX
This section provides recommended initial settings for HP-Apache2 Web server environment variables. You can further modify these settings at your discretion to optimize the performance of your Web server.
To set the number of threads for the Web server on HP-Apache2
- Using a text editor, set the values in the
workers.c
section of$
SVR_ROOT
/httpd.conf
as follows:
StartServers
1
ServerLimit
1
ThreadLimit
N
MaxClients
N
MinSpareThreads
1
MaxSpareThreads
N
ThreadsPerChild
N
MaxRequestsPerChild
0
where:
N
= three times the average number of concurrent users that the Web server must support, orN
= (3*
average_number_of_concurrent_users
).
Bookshelf Home | Contents | Index | Search | PDF | ![]() ![]() ![]() ![]() |
Siebel Server Installation Guide for UNIX Published: 24 June 2003 |