summaryrefslogtreecommitdiffstats
path: root/abs/core/lighttpd/__changelog
diff options
context:
space:
mode:
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")
+