24 Jan
2019
24 Jan
'19
9:35 a.m.
Hello, how can I grant Apache httpd permissions to present files out of my home directory? Especially, I don't want to only serve files from my home folder, and I don't want to give it full root access. To be more specific, I want to serve a small tutorial project in Python via uWSGI. I guess, first httpd needs the rights to delegate, then uWSGI needs rights to access the scripts. Both are currently running as http:http. This is not being thought as a permanent solution, just only for "quick & dirty" deployment, as always thinking about copying etc. during learning phase is rather inconvenient. Kind regards Peter