summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-10-20 08:43:23 +0000
committerbjorn <bjorn@bringert.net>2008-10-20 08:43:23 +0000
commitee08605aee7d7c479db686642d0ac67921d9294d (patch)
treed022763f9231d722e597467cb40659eb4b9d1e07 /src
parentd20501147054cc655540e0629f7ec286d5e1c601 (diff)
lighttpd.conf tweak
Diffstat (limited to 'src')
-rw-r--r--src/server/lighttpd.conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/server/lighttpd.conf b/src/server/lighttpd.conf
index a26ae507d..aacb2659b 100644
--- a/src/server/lighttpd.conf
+++ b/src/server/lighttpd.conf
@@ -40,17 +40,16 @@ accesslog.filename = basedir + "/access.log"
fastcgi.debug = 0
fastcgi.server = ( "/pgf" =>
- ( "localhost" =>
- (
- "socket" => "/tmp/fastcgi.socket",
+ ((
+ "socket" => "/tmp/lighttpd-pgf.socket",
"bin-path" => basedir + "/pgf.fcgi",
"bin-environment" => ("GHCRTS" => "-N2",
"PGF_FILE" => "grammar.pgf"),
"min-procs" => 1,
"max-procs" => 1,
+ "broken-scriptfilename" => "disable",
"check-local" => "disable"
- )
- )
+ ))
)