]> git.pld-linux.org Git - packages/rt.git/blob - lighttpd.conf
- up to 4.2.10; fixes CVE-014-9472, CVE-2015-1165, CVE-2015-1464
[packages/rt.git] / lighttpd.conf
1 #fastcgi.debug = 1
2 fastcgi.server = (
3         "/rt/" => (
4                 "rt" => (
5                         "port"        => "9000",
6                         "bin-path"    => "/usr/sbin/rt-server.fcgi",
7                         "check-local" => "disable",
8                         "disable-time" => 0,
9                         "min-procs" => 2,
10                         "max-procs" => 5,
11                         "fix-root-scriptname" => "enable",
12                         )
13                )
14         )
This page took 0.025202 seconds and 3 git commands to generate.