[Answer]-Setup Django on Centos with Apache and mod_wsgi

1👍

A quick dirty solution to disable the SELinux

echo 0 > /selinux/enforce

0👍

This is not a good question for SO, but in any case: Does the user under which you run apache has access to the /home/prj1 directory ? Try doing

chmod 755 -R /home/prgj1 

as root.

Leave a comment