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