Actions
Server max-connectionsDetails » History » Revision 2
« Previous |
Revision 2/6
(diff)
| Next »
Anonymous, 2006-08-10 23:30
moved to REST
{{{
#!rst
server.max-connections option =============================
server.max-connections
it provides fine tuning for the request handling
max-connections == max-fds/2 (maybe /3)
means the other file handles are used for fastcgi/files
::
server.max-connections = 1024
}}}
Updated by Anonymous about 18 years ago · 2 revisions