In server.xml, change the value of the attribute acceptorthreads present in <vs\> (virtual server) element to the number of CPUs on the machine hosting Web Server.
For example:
<VS id="https-siroe.com"
connections="ls1"
mime="mime1"aclids="acl1"
urlhosts="<webserver hostname"
acceptorthreads="<noofcpus\>" \>
|