Questions tagged [pylons]

6 questions
1
vote
1 answer

Temporary failure in name resolution for local socket

I am operating a Debian Jessie server in a local network, which is separated from Internet. Therefore, it does not have a DNS server available. On this server I try to launch a self-developed web application using Python Pyramid and the waitress…
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
1
vote
1 answer

any tutorial to set up nginx+ uwsgi to serve pylons apps?

Currently I am using nginx to reverse proxy paster, to server Mediacore (a Pylons app). However, this configuration fails when I try to submit a video. I particualrly try to avoid fat appache, which is the official Mediacore recommendation. In a…
alfish
  • 3,027
  • 15
  • 45
  • 68
1
vote
1 answer

Pylons deployment on Apache using mod_fcgid

I tried to deploy my Pylons app using the instructions found here. This simply loads the default Pylons page when I visit the root of my domain. When I try to enter in any path, I receive the message Unhandled Exception An unhandled exception was…
Michael Mior
  • 376
  • 1
  • 5
  • 17
1
vote
1 answer

How to keep a pylons web-application server running on windows server 2003

We have a pylons web application running on a windows server 2003 machine. There is a startup script that runs in a "dos box". From time to time the script crashes and the server is then down. How to keep it runing / monitored? Edit: On a linux box…
user12096
  • 917
  • 5
  • 23
  • 39
1
vote
1 answer

mod-wsgi with pylons on apache with preload?

Is there a way to get this working with preload? mod-php5 requires preload.
Tim
  • 229
  • 3
  • 8