summaryrefslogtreecommitdiffstats
path: root/abs/core/lighttpd/lighttpd.conf
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-15 16:01:58 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-15 16:01:58 (GMT)
commit99e743c863217cc67d2b0ea56d9eebb41de89aaa (patch)
treeaf4c5d5dd9cd8c76a03f898642f686b84e9f267c /abs/core/lighttpd/lighttpd.conf
parent7c220540f1c43e8f5a683ebdc1d43ca33ab80aa8 (diff)
downloadlinhes_pkgbuild-99e743c863217cc67d2b0ea56d9eebb41de89aaa.zip
linhes_pkgbuild-99e743c863217cc67d2b0ea56d9eebb41de89aaa.tar.gz
linhes_pkgbuild-99e743c863217cc67d2b0ea56d9eebb41de89aaa.tar.bz2
lighttpd: changed confg file to use python2 for cgi
Diffstat (limited to 'abs/core/lighttpd/lighttpd.conf')
-rw-r--r--abs/core/lighttpd/lighttpd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/lighttpd/lighttpd.conf b/abs/core/lighttpd/lighttpd.conf
index 9851727..7244961 100644
--- a/abs/core/lighttpd/lighttpd.conf
+++ b/abs/core/lighttpd/lighttpd.conf
@@ -242,7 +242,7 @@ server.groupname = "http"
cgi.assign = ( ".pl" => "/usr/bin/perl",
".cgi" => "/usr/bin/perl",
".sh" => "/bin/bash",
- ".py" => "/usr/bin/python")
+ ".py" => "/usr/bin/python2")
url.rewrite-once = (
"^/mythweb/(css|data|images|js|themes|skins|[a-z_]+\.(php|pl)).*" => "$0",