im currently trying to deploy my django project to a web server hosted by a RHEL-8 VM. Im trying to set up the VM to utilize HTTPD (apache). However, i can't seem to get the Virtual Host configuration files right. I a...
Accepted Answer:
SOLVED: Errors lied within SELinux. I had to give fix up selinux policies for my project. Have a look at this thread for more detail: https://unix.stackexchange.com/questions/50639/httpd-cant-write-to-folder-file-beca...