You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
707 B
19 lines
707 B
## |
|
## apache-timedout.conf -- Apache configuration for mod_timedout |
|
## |
|
|
|
LoadModule timedout_module @l_prefix@/libexec/apache/mod_timedout.so |
|
|
|
#TimedOutEnable on |
|
#TimedOutLongRunningRequestTime 60 |
|
#TimedOutLeaveLongRunningRequest 5 |
|
#TimedOutLeaveLongestRunningRequest on |
|
#TimedOutMinFreeServers 2 |
|
#TimedOutWarnOnly on |
|
#TimedOutLogRequests on |
|
#TimedOutLogOneAtATime on |
|
#TimedOutKillOneAtATime on |
|
#TimedOutLogLockFile @l_prefix@/var/apache/run/apache.timedout.log.lock |
|
#TimedOutKillLockFile @l_prefix@/var/apache/run/apache.timedout.kill.lock |
|
#TimedOutKillSignal 9 |
|
|
|
|