[Flask] Deploying Flask Solved With Waitress

Dorian Hoxha dorian.hoxha at gmail.com
Wed Oct 28 19:13:05 EDT 2015


You should post to uwsgi mailing list.

On Wed, Oct 28, 2015 at 3:55 PM, tigernassau <tigernassau at gmail.com> wrote:

> On 10/28/2015 07:16 AM, Dorian Hoxha wrote:
>
> What trouble did you have with uwsgi? Did you read this page:
> https://uwsgi-docs.readthedocs.org/en/latest/WSGIquickstart.html
>
>
> we actually could run flask w/ uwsgi from the command line - could not run
> it from systemd - so, some probably simple setup or permission issue but we
> couldn't see / solve the problem from the logs - posted this in this forum
> but didn't get any working response - wasted too many days trying to solve
> so had to move on.   uwsgi docs don't show a systemd example under Flask
> and sorry we couldn't contribute a working one.
>
>
>
> On Tue, Oct 27, 2015 at 8:29 PM, Corey Boyle <coreybrett at gmail.com> wrote:
>
>> I gave waitress a try today and it seems to work great at first.
>> However, I'm now noticing that I am "in-consistently" having issues
>> with my CSRF token and occasionally getting logged out of the web app.
>> I suspect this has something to do with how the cookies are getting
>> handled.
>>
>> Has anyone else had this type of trouble with waitress?
>>
>> On Mon, Oct 26, 2015 at 1:59 PM, tigernassau < <tigernassau at gmail.com>
>> tigernassau at gmail.com> wrote:
>> > Had way too much trouble with uwsgi - found Waitress - a pure wsgi
>> server
>> > this site showed how easy it is to use with Flask
>> > http://gr33ndata.blogspot.com/2012/01/waitress-flask.html
>> >
>> >
>> >
>> > Simple - in 2 minutes had Flask deployed with a simple systemd script
>> to run
>> > python3 app.py
>> >
>> > --
>> > Tiger Nassau, Inc.
>> > www.tigernassau.com
>> >
>> > _______________________________________________
>> > Flask mailing list
>> > Flask at python.org
>> > https://mail.python.org/mailman/listinfo/flask
>> _______________________________________________
>> Flask mailing list
>> Flask at python.org
>> https://mail.python.org/mailman/listinfo/flask
>>
>
>
>
> --
> Tiger Nassau, Inc.www.tigernassau.com
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/flask/attachments/20151029/a0af4b28/attachment.html>


More information about the Flask mailing list