Questions tagged [rhodecode]
5 questions
2
votes
2 answers
Weird apache mod_rewrite behavior
I'm new to the site and I hope you can help me with an issue that happened to me trying to install Rhodecode. Here's the (long) story:
I've managed to install Rhodecode inside a virtualenv in a linux box. Using the development server (paster serve…

rober710
- 181
- 7
2
votes
3 answers
What's the simplest way to serve RhodeCode over HTTPS on windows?
I have RhodeCode working with http using the paster serve tool that it comes with...
I'm struggling to find a "simple" solution to get this running on HTTPS. A lot of discussion is about using Apache to do this on unix. Not a lot of info on how…

Keith Nicholas
- 165
- 1
- 1
- 14
1
vote
4 answers
Init.d script works when run manually, but not on reboot
I'm trying to setup a RhodeCode server on Ubuntu 12.04. I have everything installed into a virtualenv, and everything works properly when I run it from the console (paster serve production.ini).
I wrote an init.d script to start it on boot, but it…

Stephen Jennings
- 1,393
- 3
- 23
- 30
0
votes
2 answers
Connection refused when running rhodecode through nginx
Instead of seeing the rhodecode page when visiting repo.xxx.com I get a 502 (Bad Gateway).
Here is the nginx error.log entry.
2013/03/14 21:48:33 [error] 11207#0: *3 connect() failed (111: Connection refused) while connecting to upstream, client:…

John
- 233
- 1
- 2
- 9
0
votes
1 answer
beaker: downgrade to 1.6.3 fails without error message
Since I am having problems with rhodecode (db problems when upgrading) I reverted rhodecode to an old version (1.3.6->1.5.1->1.3.6). Beaker is a dependency and should have been reverted to 1.6.3 but sticks to 1.6.4 - with no error message either…

Andreas Reiff
- 201
- 3
- 10