added WSGIPassAuthorization On to setup scripts, thanks Larry Weinberg
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.00.0 (2012-06-27 18:02:29) dev
|
||||
Version 2.00.0 (2012-06-28 09:37:40) dev
|
||||
|
||||
@@ -303,6 +303,7 @@ NameVirtualHost *:443
|
||||
WSGIDaemonProcess web2py user=apache group=apache
|
||||
WSGIProcessGroup web2py
|
||||
WSGIScriptAlias / /opt/web-apps/web2py/wsgihandler.py
|
||||
WSGIPassAuthorization On
|
||||
|
||||
<Directory /opt/web-apps/web2py>
|
||||
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
|
||||
|
||||
<Directory /opt/web-apps/web2py>
|
||||
AllowOverride None
|
||||
|
||||
@@ -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
|
||||
|
||||
<Directory /home/www-data/web2py>
|
||||
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
|
||||
|
||||
<Directory /home/www-data/web2py>
|
||||
AllowOverride None
|
||||
|
||||
Reference in New Issue
Block a user