Changeset - f17fdbe86ab9
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 15 years ago 2011-04-07 22:59:43
marcin@python-works.com
update docs for setup
1 file changed with 5 insertions and 4 deletions:
0 comments (0 inline, 0 general)
docs/setup.rst
Show inline comments
 
@@ -454,12 +454,11 @@ http://wiki.pylonshq.com/display/pylonsc
 
Apache as subdirectory
 
----------------------
 

	
 

	
 
Apache subdirectory part::
 

	
 
    <Location /rhodecode>
 
      ProxyPass http://127.0.0.1:59542/rhodecode
 
      ProxyPassReverse http://127.0.0.1:59542/rhodecode
 
    <Location /<someprefix> >
 
      ProxyPass http://127.0.0.1:5000/<someprefix>
 
      ProxyPassReverse http://127.0.0.1:5000/<someprefix>
 
      SetEnvIf X-Url-Scheme https HTTPS=1
 
    </Location> 
 

	
 
@@ -474,6 +473,8 @@ Add the following at the end of the .ini
 
    prefix = /<someprefix> 
 

	
 

	
 
then change <someprefix> into your choosen prefix
 

	
 
Apache's example FCGI config
 
----------------------------
 

	
0 comments (0 inline, 0 general)