# HG changeset patch # User Marcin Kuzminski # Date 1302209983 -7200 # Node ID f17fdbe86ab977f8348fcaa94c9b464b18b08277 # Parent 357b0c18f8448f1eb506fdbd5c6c8517f6cc38a4 update docs for setup diff -r 357b0c18f844 -r f17fdbe86ab9 docs/setup.rst --- a/docs/setup.rst Thu Apr 07 22:51:43 2011 +0200 +++ b/docs/setup.rst Thu Apr 07 22:59:43 2011 +0200 @@ -454,12 +454,11 @@ Apache as subdirectory ---------------------- - Apache subdirectory part:: - - ProxyPass http://127.0.0.1:59542/rhodecode - ProxyPassReverse http://127.0.0.1:59542/rhodecode + > + ProxyPass http://127.0.0.1:5000/ + ProxyPassReverse http://127.0.0.1:5000/ SetEnvIf X-Url-Scheme https HTTPS=1 @@ -474,6 +473,8 @@ prefix = / +then change into your choosen prefix + Apache's example FCGI config ----------------------------