summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/lighttpd/lighttpd.conf
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-03-21 19:14:43 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-03-21 19:14:43 (GMT)
commitff392a0dfe8479d4807130fec213987a4e017ad0 (patch)
tree0ef03f3e8b506d2e3ecf42b014e9899c1d0492da /abs/core-testing/lighttpd/lighttpd.conf
parent8f0efa2798fa0af1cc877491fa9b9f85e991308f (diff)
downloadlinhes_pkgbuild-ff392a0dfe8479d4807130fec213987a4e017ad0.zip
linhes_pkgbuild-ff392a0dfe8479d4807130fec213987a4e017ad0.tar.gz
linhes_pkgbuild-ff392a0dfe8479d4807130fec213987a4e017ad0.tar.bz2
lighttpd: change .cgi to be assigned to perl
ref 620
Diffstat (limited to 'abs/core-testing/lighttpd/lighttpd.conf')
-rw-r--r--abs/core-testing/lighttpd/lighttpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/lighttpd/lighttpd.conf b/abs/core-testing/lighttpd/lighttpd.conf
index 0c55f52..af7d134 100644
--- a/abs/core-testing/lighttpd/lighttpd.conf
+++ b/abs/core-testing/lighttpd/lighttpd.conf
@@ -235,7 +235,7 @@ server.groupname = "http"
)
#### CGI module
cgi.assign = ( ".pl" => "/usr/bin/perl",
- ".cgi" => "/bin/bash" )
+ ".cgi" => "/usr/bin/perl" )
url.rewrite-once = (
"^/mythweb/(css|data|images|js|themes|skins|[a-z_]+\.(php|pl)).*" => "$0",