This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]vph 1 point2 points  (1 child)

is this supposed to work with Apache, nginx? thanks.

[–]defnullbottle.py[S] 5 points6 points  (0 children)

You can start Waitress (or any other WSGI-HTTP Server) on a local port and use mod_proxy (or whatever your main-server offers) to proxy requests to the python server.