diff --git a/VERSION b/VERSION index e4b6c6a9..86ad349e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-06-27 18:02:29) dev +Version 2.00.0 (2012-06-28 09:37:40) dev diff --git a/scripts/setup-web2py-fedora.sh b/scripts/setup-web2py-fedora.sh index 6a21c872..2b148bd5 100644 --- a/scripts/setup-web2py-fedora.sh +++ b/scripts/setup-web2py-fedora.sh @@ -303,6 +303,7 @@ NameVirtualHost *:443 WSGIDaemonProcess web2py user=apache group=apache WSGIProcessGroup web2py WSGIScriptAlias / /opt/web-apps/web2py/wsgihandler.py + WSGIPassAuthorization On AllowOverride None @@ -339,8 +340,8 @@ NameVirtualHost *:443 SSLCertificateKeyFile /etc/httpd/ssl/self_signed.key WSGIProcessGroup web2py - WSGIScriptAlias / /opt/web-apps/web2py/wsgihandler.py + WSGIPassAuthorization On AllowOverride None diff --git a/scripts/setup-web2py-ubuntu.sh b/scripts/setup-web2py-ubuntu.sh index e841da20..665a0aa9 100755 --- a/scripts/setup-web2py-ubuntu.sh +++ b/scripts/setup-web2py-ubuntu.sh @@ -87,6 +87,7 @@ NameVirtualHost *:443 WSGIDaemonProcess web2py user=www-data group=www-data WSGIProcessGroup web2py WSGIScriptAlias / /home/www-data/web2py/wsgihandler.py + WSGIPassAuthorization On AllowOverride None @@ -123,8 +124,8 @@ NameVirtualHost *:443 SSLCertificateKeyFile /etc/apache2/ssl/self_signed.key WSGIProcessGroup web2py - WSGIScriptAlias / /home/www-data/web2py/wsgihandler.py + WSGIPassAuthorization On AllowOverride None