mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -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.debug = 0
|
||||||
fastcgi.server = ( "/pgf" =>
|
fastcgi.server = ( "/pgf" =>
|
||||||
((
|
((
|
||||||
"socket" => "/tmp/lighttpd-pgf.socket",
|
"socket" => basedir + "/" + var.PID + "-pgf.socket",
|
||||||
"bin-path" => basedir + "/pgf.fcgi",
|
"bin-path" => basedir + "/pgf.fcgi",
|
||||||
# Use 2 OS threads (to be able to use 2 cores).
|
# Use 2 OS threads (to be able to use 2 cores).
|
||||||
# Limit heap size to 512 MB.
|
# Limit heap size to 512 MB.
|
||||||
|
|||||||
Reference in New Issue
Block a user