> On Thu, 17 May 2012 06:22:20 +0200
> "Roberto De Ioris" <robe...@unbit.it> wrote:
>
>> If you are able to follow it, then adding a webserver should be a
>> pretty easy task (and yesterday, uWSGI got https support so you do
>> not even need a full webserver for simple deployments)
>
> What is considered 'simple deployment'?

In my mind, less than 20 concurrent connections :)

For others it is often a matter of money, if i get 10$ for configuring a
webserver would you prefer to setup
lighttpd/nginx/apache/cherokee/mongrel2 + uwsgi/gunicorn/mod_wsgi

or simply do:

uwsgi --https :443,cert.pem,cert.key --wsgi-file web2py/wsgihandler.py
--master --processes 4

obviously if you start needing features, like client certificate
management, ssl caching and so on, the uWSGI https implementation is no
more than a toy.

-- 
Roberto De Ioris
http://unbit.it

Reply via email to