mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
gf-server lighttpd.conf: put fcgi socket in basedir, with PID in name. This helps avoid clashed when running muyltiple gf servers on the same machine.
This commit is contained in:
@@ -47,7 +47,7 @@ $HTTP["host"] =~ "^(.*)$" {
|
||||
fastcgi.debug = 0
|
||||
fastcgi.server = ( "/pgf" =>
|
||||
((
|
||||
"socket" => "/tmp/lighttpd-pgf.socket",
|
||||
"socket" => basedir + "/" + var.PID + "-pgf.socket",
|
||||
"bin-path" => basedir + "/pgf.fcgi",
|
||||
# Use 2 OS threads (to be able to use 2 cores).
|
||||
# Limit heap size to 512 MB.
|
||||
|
||||
Reference in New Issue
Block a user