From fd808a85df9eb80652b44cc3e8d87390b8070379 Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 9 Sep 2012 14:15:14 -0500 Subject: [PATCH] improved the script setup-web2py-ubuntu.sh, thanks Martin --- VERSION | 2 +- scripts/setup-web2py-ubuntu.sh | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f279b13c..0c612866 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.8 (2012-09-09 13:54:31) stable +Version 2.0.8 (2012-09-09 14:15:10) stable diff --git a/scripts/setup-web2py-ubuntu.sh b/scripts/setup-web2py-ubuntu.sh index 665a0aa9..2ce20c3e 100755 --- a/scripts/setup-web2py-ubuntu.sh +++ b/scripts/setup-web2py-ubuntu.sh @@ -82,9 +82,16 @@ echo "=================================================" echo ' NameVirtualHost *:80 NameVirtualHost *:443 +# If the WSGIDaemonProcess directive is specified outside of all virtual +# host containers, any WSGI application can be delegated to be run within +# that daemon process group. +# If the WSGIDaemonProcess directive is specified +# within a virtual host container, only WSGI applications associated with +# virtual hosts with the same server name as that virtual host can be +# delegated to that set of daemon processes. +WSGIDaemonProcess web2py user=www-data group=www-data - WSGIDaemonProcess web2py user=www-data group=www-data WSGIProcessGroup web2py WSGIScriptAlias / /home/www-data/web2py/wsgihandler.py WSGIPassAuthorization On