|
@@ -105,8 +105,12 @@ Session.CsrfProtectionKey=_csrfId
|
|
|
## MPM Thread section
|
|
|
##
|
|
|
|
|
|
-# Maximum number of server threads allowed to start
|
|
|
-MPM.thread.MaxServers=512
|
|
|
+# Number of application server processes to be started.
|
|
|
+MPM.thread.MaxAppServers=10
|
|
|
+
|
|
|
+# Maximum number of action threads allowed to start simultaneously
|
|
|
+# per server process.
|
|
|
+MPM.thread.MaxThreadsPerAppServer=100
|
|
|
|
|
|
##
|
|
|
## MPM Prefork section
|
|
@@ -125,12 +129,12 @@ MPM.prefork.SpareServers=5
|
|
|
## MPM Hybrid section
|
|
|
##
|
|
|
|
|
|
-# Number of server processes to be started.
|
|
|
-# Specify a value of range from 1 to the number of processor.
|
|
|
-MPM.hybrid.MaxServers=8
|
|
|
+# Number of application server processes to be started.
|
|
|
+MPM.hybrid.MaxAppServers=10
|
|
|
|
|
|
-# Maximum number of worker threads allowed to start per server process.
|
|
|
-MPM.hybrid.MaxWorkersPerServer=128
|
|
|
+# Maximum number of worker threads allowed to start simultaneously
|
|
|
+# per server process.
|
|
|
+MPM.hybrid.MaxWorkersPerAppServer=100
|
|
|
|
|
|
##
|
|
|
## SystemLog settings
|
|
@@ -159,7 +163,7 @@ SystemLog.DateTimeFormat="yyyy-MM-dd hh:mm:ss"
|
|
|
##
|
|
|
|
|
|
# Specify the access log file name.
|
|
|
-AccessLog.FilePath=/dev/null
|
|
|
+AccessLog.FilePath=
|
|
|
|
|
|
# Specify the layout of the access log.
|
|
|
# %h : Remote host
|