Hi !
Did someone manage to install Mediacore on Nginx ?
Thanks for your feedback, tips, and help ;)
Nginx
5 posts Started 12 years ago by calexo Latest reply from Hannes
-
-
We haven't run MediaCore under Nginx, but it definitely can be done. It would probably run faster under nginx than apache.
-
I think that you can run Mediacore via fast-cgi with nginx.
-
MediaCore is a pretty standard WSGI app so it should work without any issues. nginx has a modwsgi of its own you may want to look at: in general I'd say WSGI is preferred over FastCGI. I haven't personally had any experience with nginx yet so I'd love to hear how it goes!
-
I also will be very happy to see the instructions to serve Mediacore on nginx.
It is very easy to run Mediacore as reverse proxy to paster :http://wiki.pylonshq.com/display/pylonscookbook/Running+Pylons+with+NGINX
However, it needs a separate dameno control script.
Also mod-wsgi for nginx is not the best option, as it has some issues. As I researched uwsgi is the best choice, but alas I could not find any good tutorial about it.
Reply
You must log in to post.