apx-idea WSGI Daemon Process Permission Denied Error
Posted: Wed Oct 29, 2014 6:07 am
Hello,
I tried to setup a Django project in my server, however I see the following error in the logs:
When I check the permissions of wsgi.2144.0.1.sock:
What I understand is that my python process doesn't have access to wsgi.2144.0.1.sock.
Is there a workaround for this issue?
(OS: Debian 7, I used mod_wsgi template to create the virtual host)
I tried to setup a Django project in my server, however I see the following error in the logs:
Code: Select all
[Tue Oct 28 22:36:27 2014] [error] [client 98.126.25.66] (13)Permission denied: mod_wsgi (pid=2245): Unable to connect to WSGI daemon process 'apx-idea' on '/var/run/apache2/wsgi.2144.0.1.sock' after multiple attempts.
Code: Select all
root@server1:/var/run/apache2# ls -la
total 0
drwxr-xr-x 2 root root 60 Oct 28 19:52 .
drwxr-xr-x 18 root root 840 Oct 28 19:52 ..
srwx------ 1 www-data root 0 Oct 28 19:52 wsgi.2144.0.1.sock
Is there a workaround for this issue?
(OS: Debian 7, I used mod_wsgi template to create the virtual host)