From 831492448adb317eba963e1073e44278c4623293 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 10 Mar 2013 11:38:36 -0500 Subject: [PATCH] a2enmod wsgi in ubuntu setup script, thanks badweather.FBI --- VERSION | 2 +- scripts/setup-web2py-ubuntu.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index b0c77ce4..348c93f1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.4.2-stable+timestamp.2013.03.10.11.26.20 +Version 2.4.2-stable+timestamp.2013.03.10.11.37.55 diff --git a/scripts/setup-web2py-ubuntu.sh b/scripts/setup-web2py-ubuntu.sh index 29c54e21..ffcbf552 100755 --- a/scripts/setup-web2py-ubuntu.sh +++ b/scripts/setup-web2py-ubuntu.sh @@ -68,6 +68,7 @@ a2enmod proxy a2enmod proxy_http a2enmod headers a2enmod expires +a2enmod wsgi mkdir /etc/apache2/ssl echo "creating a self signed certificate"