Some lighttpd config fixes for the gwt translator.

This commit is contained in:
bringert
2008-10-29 14:45:15 +00:00
parent 70331e394b
commit c40ca4b0c7
2 changed files with 8 additions and 2 deletions

View File

@@ -5,7 +5,9 @@
server.modules = (
"mod_access",
"mod_fastcgi",
"mod_accesslog" )
"mod_accesslog",
"mod_redirect"
)
var.basedir = var.CWD
server.document-root = basedir
@@ -38,6 +40,10 @@ mimetype.assign = (
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.server = ( "/pgf" =>
((