Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #20067 > unrolled thread

Re: standalone python web server

Started byThomas Bach <thbach@students.uni-mainz.de>
First post2012-02-09 12:28 +0100
Last post2012-02-09 12:28 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: standalone python web server Thomas Bach <thbach@students.uni-mainz.de> - 2012-02-09 12:28 +0100

#20067 — Re: standalone python web server

FromThomas Bach <thbach@students.uni-mainz.de>
Date2012-02-09 12:28 +0100
SubjectRe: standalone python web server
Message-ID<mailman.5580.1328786912.27778.python-list@python.org>
Rita <rmorgan466@gmail.com> writes:

> I am building a small intranet website and I would like to use
> Python. I was wondering if there was a easy and medium performance
> python based web server available. 

Are you going to use a framework? Most of these ship with a light
web server implementation… You probably want to check these out too…

I got a pretty robust setup via
+ nginx,
+ supervisord,
+ the web server shipped with Pyramid

If you want to use the WSGI standard I'd recommend to read

http://docs.pylonsproject.org/projects/pyramid_cookbook/en/latest/deployment.html 

This document describes several possible set ups to serve an WSGI
application…


Regards,
        vince   

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web