summaryrefslogtreecommitdiffstats
path: root/abs/core/lighttpd/__changelog
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-11-25 17:48:20 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-11-25 17:48:20 (GMT)
commit811cc6e0d1159254b93e673f6d0088e8157ddee4 (patch)
treef945ed10c1d2649cd5ea9b0a02101d01cc0ace59 /abs/core/lighttpd/__changelog
parentfaebb898f76cac802cfc247e5544a6138e24cf95 (diff)
downloadlinhes_pkgbuild-811cc6e0d1159254b93e673f6d0088e8157ddee4.zip
linhes_pkgbuild-811cc6e0d1159254b93e673f6d0088e8157ddee4.tar.gz
linhes_pkgbuild-811cc6e0d1159254b93e673f6d0088e8157ddee4.tar.bz2
lighttpd: change config file for cgi(additional types supported), and enable a few more modules by default
Diffstat (limited to 'abs/core/lighttpd/__changelog')
-rw-r--r--abs/core/lighttpd/__changelog9
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/core/lighttpd/__changelog b/abs/core/lighttpd/__changelog
index 4658cd1..375590d 100644
--- a/abs/core/lighttpd/__changelog
+++ b/abs/core/lighttpd/__changelog
@@ -16,3 +16,12 @@ Added etc/lighttpd/conf.include and etc/lighttpd/html.include to backup array
upgrade to 1.4.28
php-cgi is a depends.
+
+---
+
+added bash and python to cgi list
+ cgi.assign = ( ".pl" => "/usr/bin/perl",
+ ".cgi" => "/usr/bin/perl"
+ ".sh" => "/bin/bash",
+ ".py" => "/usr/bin/python")
+