the morpho server is now updated and works with the current GF. the sources are moved in directory server

This commit is contained in:
krasimir
2009-06-04 16:26:52 +00:00
parent 6a263f05aa
commit f2a968b6d5
16 changed files with 235 additions and 596 deletions

View File

@@ -47,7 +47,7 @@ $HTTP["host"] =~ "^(.*)$" {
}
fastcgi.debug = 0
fastcgi.server = ( ".pgf" =>
fastcgi.server = (".pgf" =>
((
"socket" => basedir + "/" + var.PID + "-pgf.socket",
"bin-path" => basedir + "/dist/build/pgf-server/pgf-server",
@@ -58,10 +58,19 @@ fastcgi.server = ( ".pgf" =>
"max-procs" => 1,
"broken-scriptfilename" => "disable",
"check-local" => "disable"
)),
".fcgi" =>
((
"socket" => basedir + "/" + var.PID + "-morpho.socket",
"bin-path" => basedir + "/dist/build/morpho-server/morpho-server",
"bin-environment" => ("GHCRTS" => "-M512M"),
"min-procs" => 1,
"max-procs" => 1,
"broken-scriptfilename" => "disable",
"check-local" => "disable"
))
)
## deny access the file-extensions
#
# ~ is for backupfiles from vi, emacs, joe, ...