]> git.pld-linux.org Git - packages/perl-CGI-SpeedyCGI.git/blame - apache-mod_speedycgi.conf
perl 5.36.0 rebuild
[packages/perl-CGI-SpeedyCGI.git] / apache-mod_speedycgi.conf
CommitLineData
90eff896 1# $Id$
b81ac4fd 2LoadModule speedy_module modules/mod_speedycgi.so
7f945790 3
b81ac4fd 4<IfModule speedy_module>
7f945790 5Alias /speedy/ /home/httpd/speedy/
6
7<Location /speedy>
b81ac4fd
ER
8 SetHandler speedycgi-script
9 Options ExecCGI FollowSymlinks
7f945790 10
b81ac4fd
ER
11 # If non-zero, limits the number of speedy backends running for this cgi
12 # script to this value.
13 SpeedyMaxBackends 2
7f945790 14
b81ac4fd
ER
15 # If no new requests have been received after this many seconds, exit
16 # the persistent perl interpreter. Zero indicates no timeout.
17 SpeedyTimeout 3600
7f945790 18
b81ac4fd
ER
19 # Once the perl interpreter has run this many times, re-exec the backend
20 # process. Zero indicates no maximum. This option is useful for
21 # processes that tend to consume resources over time.
22 SpeedyMaxRuns 100
7f945790 23</Location>
b81ac4fd
ER
24
25</IfModule>
This page took 0.182422 seconds and 4 git commands to generate.