Questions tagged [paster]

4 questions
3
votes
2 answers

Can nginx round robin to a server list on different ports?

I want to map a particular domain in nginx, and then have nginx round-robin to a list of servers that will response to http requests. So I have nginx for www.domain1.com Its a python application, and I have 10 instances of paste running on different…
Blankman
  • 2,841
  • 10
  • 38
  • 65
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
  • 13
1
vote
2 answers

Apache2 not loading wsgi script

I am setting up CKAN, a pylons application according to these instructions: http://packages.python.org/ckan/deployment.html But when I point to the server (no DNS setup yet) using IP or hostname, I only see apache's greeting page, sugesting the ckan…
fccoelho
  • 111
  • 1
  • 5
0
votes
1 answer

How do I daemonize a paster celeryd process which lives in a python virtual environment?

I am attempting to daemonize a paster process which launches celeryd. celeryd is a paster script that only exists within the python virtual environment. I have no problem with paster serve, as that can daemonize itself. celeryd does not have this…
mbrownnyc
  • 1,825
  • 8
  • 30
  • 50