mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
Some lighttpd config fixes for the gwt translator.
This commit is contained in:
@@ -42,7 +42,7 @@ test.pgf: LangEng-parse.pgf LangGer-parse.pgf
|
|||||||
|
|
||||||
run: pgf.fcgi
|
run: pgf.fcgi
|
||||||
@echo '*********************************************'
|
@echo '*********************************************'
|
||||||
@echo 'See http://localhost:41296/gwt/www/se.chalmers.cs.gf.gwt.TranslateApp/Translate.html'
|
@echo 'See http://localhost:41296/'
|
||||||
@echo '*********************************************'
|
@echo '*********************************************'
|
||||||
lighttpd -f lighttpd.conf -D
|
lighttpd -f lighttpd.conf -D
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,9 @@
|
|||||||
server.modules = (
|
server.modules = (
|
||||||
"mod_access",
|
"mod_access",
|
||||||
"mod_fastcgi",
|
"mod_fastcgi",
|
||||||
"mod_accesslog" )
|
"mod_accesslog",
|
||||||
|
"mod_redirect"
|
||||||
|
)
|
||||||
var.basedir = var.CWD
|
var.basedir = var.CWD
|
||||||
|
|
||||||
server.document-root = basedir
|
server.document-root = basedir
|
||||||
@@ -38,6 +40,10 @@ mimetype.assign = (
|
|||||||
|
|
||||||
accesslog.filename = basedir + "/access.log"
|
accesslog.filename = basedir + "/access.log"
|
||||||
|
|
||||||
|
$HTTP["host"] =~ "^(.*)$" {
|
||||||
|
url.redirect = ( "^/$" => "http://%1/gwt/www/se.chalmers.cs.gf.gwt.TranslateApp/Translate.html" )
|
||||||
|
}
|
||||||
|
|
||||||
fastcgi.debug = 0
|
fastcgi.debug = 0
|
||||||
fastcgi.server = ( "/pgf" =>
|
fastcgi.server = ( "/pgf" =>
|
||||||
((
|
((
|
||||||
|
|||||||
Reference in New Issue
Block a user