I am trying to deploy a Pyramid application using mod_wsgi on Apache.
I get IOError: [Errno 13] Permission denied
in the templates folder, where mako caches its templates , even if I grant write permission to someone .
If I remove template caching from my ini file, the site works flawlessly.
I also tried running Apache as the user owning the folder instead of www-data
without any luck.
Any clue?
source share