Questions tagged [wsgi]

Python web applications using WSGI.

The Web Server Gateway Interface (WSGI) is a specification for simple and universal interface between web servers and web applications or frameworks for the Python programming language.

4 questions
2
votes
0 answers

How to restart systemd service after files update under Gunicorn server?

My goal: -serve multiple python flask applications under the same development server -no server side caching -run gunicorn applications as background tasks -nginx as reverse proxy that will resolve application instances by hostname, running all on…
Melcma
  • 141
  • 1
  • 4
1
vote
1 answer

Apache mod_wsgi with conda python 3 -- can't load module

I recently posted this question to clear a hurdle in launching a Flask webapp on my Amazon ec2 RedHat 7 instance. In brief, I am attempting to launch a Flask webapp via an Anaconda environment using Python 3.6. Currently, I have a simple Hello…
nat5142
  • 161
  • 1
  • 7
0
votes
1 answer

Why does gunicorn w/ workers as a daemon kill MySQL?

So, I've recently deployed my first Flask app with gunicorn. During deployment, I encountered the most peculiar issue. I had created a systemd unit file (the following is the working, functional example): [Unit] Description=Gunicorn instance for…
m-flak
  • 1
0
votes
1 answer

Nginx Gunicorn Flask App is returning my random (cached) version of my website

I hope that's a good place to ask as there are several layers of software and can't tell which one is an issue here. My browserync proxy is returning me some cached version of my website, here is my workflow: On top of windows 10, I'm running VMWare…
Melcma
  • 141
  • 1
  • 4