From b8c1a09896b20700bb25aa6de99b71bf0ec68c4c Mon Sep 17 00:00:00 2001 From: hallgren Date: Sun, 9 Jan 2011 15:32:17 +0000 Subject: [PATCH] The name of the fastcgi executable has changed back to pgf-service --- src/server/lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),