changeset 2076:77d215d6121f beta

docs on apache WSGI update
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 29 Feb 2012 23:16:20 +0200
parents 59da242fe19f
children 179604334d98
files docs/setup.rst
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/docs/setup.rst	Wed Feb 29 23:13:06 2012 +0200
+++ b/docs/setup.rst	Wed Feb 29 23:16:20 2012 +0200
@@ -648,6 +648,7 @@
         threads=4 \
         python-path=/home/web/rhodecode/pyenv/lib/python2.6/site-packages
     WSGIScriptAlias / /home/web/rhodecode/dispatch.wsgi
+    WSGIPassAuthorization On
 
 Example wsgi dispatch script::