Replies: 2 comments 4 replies
-
In theory it should be feasible to launch it as a fastcgi process, but for now it can't be launched this way. I assume you need such feature because you can't launch it gunicorn as a standalone service with your current hosting provider? |
Beta Was this translation helpful? Give feedback.
3 replies
-
I have a similar problem. Also because of dreamhost. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello world :-)
My shared hosting provider decided to remove apache mod_wsgi in a few days with only fast cgi working.
I have several django based websites that requires wsgi to work (support for fast cgi was removed long ago).
As gunicorn seems most popular wsgi server right now I am wondering if it can be configured to as wsgi gateway between apache fast cgi and django (i.e. not in a standalone long running process mode just a mod_wsgi replacement)?
I will have to either make gunicorn work as this kind of interface or change hosting provider and/or setup my own server.
I saw lots of questions like this over the years on the web but no clear answer. If gunicorn could do that probably more folks would be interested :-)
I was happy (for almost 15 years) with my current shared hosting (Linux with shell access) because at good price I could have several small web sites running on different technologies. But with time they removed good functionalities and now they force me to switch to 3x more expensive VPS that also adds server maintenance on top. That sounds like a good business model to pay someone more just to have more work yourself right?
Any hints welcome :-)
Beta Was this translation helpful? Give feedback.
All reactions