summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2010-04-20 14:46:36 +0000
committerhallgren <hallgren@chalmers.se>2010-04-20 14:46:36 +0000
commit8b5827fc892c2f395ae26f1811da2d4cc3b1669d (patch)
tree5255172ed39e8d93205c317345c4bc0e113841f3
parentd4ffc3a88af3bf890023490889d2c13e983c04e7 (diff)
Changes to lighttpd.conf to allow grammars.cgi to work
-rw-r--r--src/server/lighttpd.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/lighttpd.conf b/src/server/lighttpd.conf
index 2668faaf4..85f5bfcec 100644
--- a/src/server/lighttpd.conf
+++ b/src/server/lighttpd.conf
@@ -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)