# HG changeset patch # User Marcin Kuzminski # Date 2011-04-07 20:59:43 # Node ID f17fdbe86ab977f8348fcaa94c9b464b18b08277 # Parent 357b0c18f8448f1eb506fdbd5c6c8517f6cc38a4 update docs for setup diff --git a/docs/setup.rst b/docs/setup.rst --- a/docs/setup.rst +++ b/docs/setup.rst @@ -454,12 +454,11 @@ http://wiki.pylonshq.com/display/pylonsc 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 @@ Add the following at the end of the .ini prefix = / +then change into your choosen prefix + Apache's example FCGI config ----------------------------