From 4c757f4683ab8e136d5eed78e084b0d86000e59a Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 20 Apr 2010 14:46:36 +0000 Subject: [PATCH] Changes to lighttpd.conf to allow grammars.cgi to work --- src/server/lighttpd.conf | 3 +++ 1 file changed, 3 insertions(+) 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)