I am getting a 404 Not found error on my site. I had attempted to set an htpasswd on the site, but was having trouble and removed everything I had added to my httpd.conf file and restarted apache. When I look in the apache error logs, I see the following:
[Wed Sep 24 15:00:56 2014] [error] [client 127.0.0.1] Target WSGI script not found or unable to stat: /home/projectvote/webapps/verify/verify/verify/wsgi.pyi
[Wed Sep 24 15:00:57 2014] [error] [client 127.0.0.1] Target WSGI script not found or unable to stat: /home/projectvote/webapps/verify/verify/verify/wsgi.pyi
[Wed Sep 24 15:01:32 2014] [notice] caught SIGTERM, shutting down
[Wed Sep 24 15:01:32 2014] [error] Exception ignored in: <module 'threading' from '/usr/local/lib/python3.4/threading.py'>
[Wed Sep 24 15:01:32 2014] [error] Traceback (most recent call last):
[Wed Sep 24 15:01:32 2014] [error] File "/usr/local/lib/python3.4/threading.py", line 1289, in _shutdown
[Wed Sep 24 15:01:32 2014] [error] Exception ignored in: <module 'threading' from '/usr/local/lib/python3.4/threading.py'>
[Wed Sep 24 15:01:32 2014] [error] Traceback (most recent call last):
[Wed Sep 24 15:01:32 2014] [error] File "/usr/local/lib/python3.4/threading.py", line 1289, in _shutdown
[Wed Sep 24 15:01:32 2014] [error] assert tlock is not None
[Wed Sep 24 15:01:32 2014] [error] assert tlock is not None
[Wed Sep 24 15:01:32 2014] [error] AssertionError:
[Wed Sep 24 15:01:32 2014] [error] AssertionError:
[Wed Sep 24 15:01:37 2014] [notice] Apache/2.2.25 (Unix) mod_wsgi/3.4 Python/3.4.0 configured -- resuming normal operations
[Wed Sep 24 15:01:39 2014] [error] [client 127.0.0.1] Target WSGI script not found or unable to stat: /home/projectvote/webapps/verify/verify/verify/wsgi.pyi
[Wed Sep 24 15:13:57 2014] [error] [client 127.0.0.1] Target WSGI script not found or unable to stat: /home/projectvote/webapps/verify/verify/verify/wsgi.pyi
[Wed Sep 24 15:14:00 2014] [error] [client 127.0.0.1] Target WSGI script not found or unable to stat: /home/projectvote/webapps/verify/verify/verify/wsgi.pyi
[Wed Sep 24 15:30:17 2014] [error] [client 127.0.0.1] Target WSGI script not found or unable to stat: /home/projectvote/webapps/verify/verify/verify/wsgi.pyi
[Wed Sep 24 15:36:14 2014] [error] [client 127.0.0.1] Target WSGI script not found or unable to stat: /home/projectvote/webapps/verify/verify/verify/wsgi.pyi
[Wed Sep 24 15:36:17 2014] [error] [client 127.0.0.1] Target WSGI script not found or unable to stat: /home/projectvote/webapps/verify/verify/verify/wsgi.pyi
[Wed Sep 24 15:36:21 2014] [error] [client 127.0.0.1] Target WSGI script not found or unable to stat: /home/projectvote/webapps/verify/verify/verify/wsgi.pyi
I have checked, and as far as I can see, everything in my httpd.conf file is as it should be and the wsgi.pyi file should be readable by the apache user.
Any ideas would be helpful. Thanks.
asked
24 Sep '14, 16:13
projectvote
13●2●4
accept rate:
0%