|
@@ -4,7 +4,7 @@
|
|
[General]
|
|
[General]
|
|
|
|
|
|
# Listens on the specified port.
|
|
# Listens on the specified port.
|
|
-ListenPort=8800
|
|
|
|
|
|
+ListenPort=8080
|
|
|
|
|
|
# Sets the codec used by 'QObject::tr()' and 'toLocal8Bit()' to the
|
|
# Sets the codec used by 'QObject::tr()' and 'toLocal8Bit()' to the
|
|
# QTextCodec for the specified encoding. See QTextCodec class reference.
|
|
# QTextCodec for the specified encoding. See QTextCodec class reference.
|
|
@@ -24,6 +24,7 @@ Locale=
|
|
|
|
|
|
# Specify the multiprocessing module, such as 'thread' or 'prefork'
|
|
# Specify the multiprocessing module, such as 'thread' or 'prefork'
|
|
MultiProcessingModule=thread
|
|
MultiProcessingModule=thread
|
|
|
|
+#MultiProcessingModule=hybrid
|
|
|
|
|
|
# Specify the absolute or relative path of the temporary directory
|
|
# Specify the absolute or relative path of the temporary directory
|
|
# for HTTP uploaded files. Uses system default if not specified.
|
|
# for HTTP uploaded files. Uses system default if not specified.
|
|
@@ -49,7 +50,7 @@ SystemLogFile=log/treefrog.log
|
|
# Specify a file path for SQL query log.
|
|
# Specify a file path for SQL query log.
|
|
# If it's empty or the line is commented out, output to SQL query log
|
|
# If it's empty or the line is commented out, output to SQL query log
|
|
# is disabled.
|
|
# is disabled.
|
|
-SqlQueryLogFile=log/query.log
|
|
|
|
|
|
+SqlQueryLogFile=
|
|
|
|
|
|
# Determines whether the application aborts (to create a core dump
|
|
# Determines whether the application aborts (to create a core dump
|
|
# on Unix systems) or not when it output a fatal message by tFatal()
|
|
# on Unix systems) or not when it output a fatal message by tFatal()
|
|
@@ -121,6 +122,13 @@ MPM.prefork.MinServers=5
|
|
# Number of server processes which are kept spare
|
|
# Number of server processes which are kept spare
|
|
MPM.prefork.SpareServers=5
|
|
MPM.prefork.SpareServers=5
|
|
|
|
|
|
|
|
+##
|
|
|
|
+## MPM Hybrid section
|
|
|
|
+##
|
|
|
|
+
|
|
|
|
+# Maximum number of server threads allowed to start in hybrid MPM
|
|
|
|
+MPM.hybrid.MaxServers=1024
|
|
|
|
+
|
|
##
|
|
##
|
|
## SystemLog settings
|
|
## SystemLog settings
|
|
##
|
|
##
|