1
0
forked from GitHub/gf-core

Changes to lighttpd.conf to allow grammars.cgi to work

This commit is contained in:
hallgren
2010-04-20 14:46:36 +00:00
parent 7f9fc7f095
commit 4c757f4683

View File

@@ -16,6 +16,9 @@ server.document-root = basedir + "/gwt/www"
server.errorlog = basedir + "/error.log"
cgi.assign = ( ".cgi" => "" )
cgi.execute-x-only = "enable"
index-file.names = ( "index.html" )
## set the event-handler (read the performance section in the manual)