summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2011-01-09 15:32:17 +0000
committerhallgren <hallgren@chalmers.se>2011-01-09 15:32:17 +0000
commit5d8d1999d8d7920b3e354f2c809d0ac0d6aa59cf (patch)
tree843d8d03d61d065a7056ba2962798065539033e7
parent5941995c5994a5bcdfc79ae46ed654581c2ca469 (diff)
The name of the fastcgi executable has changed back to pgf-service
-rw-r--r--src/server/lighttpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/lighttpd.conf b/src/server/lighttpd.conf
index 9f15db8b9..a495d705b 100644
--- a/src/server/lighttpd.conf
+++ b/src/server/lighttpd.conf
@@ -54,7 +54,7 @@ fastcgi.debug = 0
fastcgi.server = (".pgf" =>
((
"socket" => basedir + "/" + var.PID + "-pgf.socket",
- "bin-path" => basedir + "/dist/build/pgf-fcgi/pgf-fcgi",
+ "bin-path" => basedir + "/dist/build/pgf-service/pgf-service",
# Use 2 OS threads (to be able to use 2 cores).
# Limit heap size to 512 MB.
"bin-environment" => ("GHCRTS" => "-N2 -M512M"),