From 99e743c863217cc67d2b0ea56d9eebb41de89aaa Mon Sep 17 00:00:00 2001 From: James Meyer Date: Wed, 15 Aug 2012 11:01:58 -0500 Subject: lighttpd: changed confg file to use python2 for cgi --- abs/core/lighttpd/PKGBUILD | 2 +- 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", -- cgit v0.12