Set default configuration to prevent spawning many proxy processes.

This commit is contained in:
Jacobo Aragunde Pérez 2018-09-18 20:05:14 +02:00
parent f8e00cc181
commit feb6e92d59

View File

@ -187,7 +187,7 @@ LogLevel Info
# be created. In other words, only MaxClients number of clients can be # be created. In other words, only MaxClients number of clients can be
# connected at the same time. # connected at the same time.
# #
MaxClients 100 MaxClients 1
# #
# MinSpareServers/MaxSpareServers: These settings set the upper and # MinSpareServers/MaxSpareServers: These settings set the upper and
@ -197,13 +197,13 @@ MaxClients 100
# server processes will be spawned. If the number of servers exceeds # server processes will be spawned. If the number of servers exceeds
# MaxSpareServers then the extras will be killed off. # MaxSpareServers then the extras will be killed off.
# #
MinSpareServers 5 #MinSpareServers 5
MaxSpareServers 20 #MaxSpareServers 20
# #
# StartServers: The number of servers to start initially. # StartServers: The number of servers to start initially.
# #
StartServers 10 StartServers 1
# #
# MaxRequestsPerChild: The number of connections a thread will handle # MaxRequestsPerChild: The number of connections a thread will handle