comparison docs/setup.rst @ 1095:3cdacd152b24

fixed sphinx build errors
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 27 Feb 2011 00:35:11 +0100
parents e67786cb2afa
children 93b980ebee55
comparison
equal deleted inserted replaced
1091:e67786cb2afa 1095:3cdacd152b24
348 double check the root path for your http setup. It should point to 348 double check the root path for your http setup. It should point to
349 for example: 349 for example:
350 /home/my-virtual-python/lib/python2.6/site-packages/rhodecode/public 350 /home/my-virtual-python/lib/python2.6/site-packages/rhodecode/public
351 351
352 | 352 |
353
353 :Q: **Can't install celery/rabbitmq** 354 :Q: **Can't install celery/rabbitmq**
354 :A: Don't worry RhodeCode works without them too. No extra setup is required. 355 :A: Don't worry RhodeCode works without them too. No extra setup is required.
355 356
356 | 357 |
358
357 :Q: **Long lasting push timeouts?** 359 :Q: **Long lasting push timeouts?**
358 :A: Make sure you set a longer timeouts in your proxy/fcgi settings, timeouts 360 :A: Make sure you set a longer timeouts in your proxy/fcgi settings, timeouts
359 are caused by https server and not RhodeCode. 361 are caused by https server and not RhodeCode.
360 362
361 | 363 |
364
362 :Q: **Large pushes timeouts?** 365 :Q: **Large pushes timeouts?**
363 :A: Make sure you set a proper max_body_size for the http server. 366 :A: Make sure you set a proper max_body_size for the http server.
364 367
365 | 368 |
369
366 :Q: **Apache doesn't pass basicAuth on pull/push?** 370 :Q: **Apache doesn't pass basicAuth on pull/push?**
367 :A: Make sure you added `WSGIPassAuthorization true`. 371 :A: Make sure you added `WSGIPassAuthorization true`.
368 372
369 For further questions search the `Issues tracker`_, or post a message in the `google group rhodecode`_ 373 For further questions search the `Issues tracker`_, or post a message in the `google group rhodecode`_
370 374