Closed OmniBlade closed 6 years ago
I don't have experience with mod_wsgi, sorry. :( Might want to try this: https://denisonmac.wordpress.com/2013/02/28/running-margarita-in-apache/
Thanks, I had followed that guide but it seems the issue I had was with SELinux file contexts. After relabelling the reposado content and meta data directories to httpd_sys_content_t the problem is resolved. I guess flask ignores selinux enforcements for web content.
Interesting! Good to know! :)
I'm trying to run Margarita under Apache on a Centos 7, but I can't seem to get it to list any updates, I just get "{"branches": [], "products": []}" shown if I browse to /products. If I run this under the apache user in the flask web server the updates are populated correctly.
Anyone any ideas how I might track down what is going wrong?