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


Groups > comp.lang.python > #20067

Re: standalone python web server

From Thomas Bach <thbach@students.uni-mainz.de>
Subject Re: standalone python web server
References <CAOF-KfgK0YcmqQ3BKS_2arX5-WVpk--Txq2dEQCTg7dy4V4LTw@mail.gmail.com>
Date 2012-02-09 12:28 +0100
Newsgroups comp.lang.python
Message-ID <mailman.5580.1328786912.27778.python-list@python.org> (permalink)

Show all headers | View raw


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   

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web