diff options
author | James Meyer <james.meyer@operamail.com> | 2012-08-15 16:01:58 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-08-15 16:01:58 (GMT) |
commit | 99e743c863217cc67d2b0ea56d9eebb41de89aaa (patch) | |
tree | af4c5d5dd9cd8c76a03f898642f686b84e9f267c /abs/core/lighttpd | |
parent | 7c220540f1c43e8f5a683ebdc1d43ca33ab80aa8 (diff) | |
download | linhes_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')
-rw-r--r-- | abs/core/lighttpd/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core/lighttpd/lighttpd.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/lighttpd/PKGBUILD b/abs/core/lighttpd/PKGBUILD index 5ea4284..98f5215 100644 --- a/abs/core/lighttpd/PKGBUILD +++ b/abs/core/lighttpd/PKGBUILD @@ -78,5 +78,5 @@ package() { md5sums=('586eb535d31ac299652495b058dd87c4' 'bd690eee0d9e51857448770a151023b0' '857e174643fd7761a2f0d8431a679f6c' - '1a55e81d5501584fdf00b6fd0196f82f' + '1857cb0c145db64e2a5f54b79a144adb' 'c6e361131000ceec085f40b310ef4a2c') 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", |