Error 500 когда делаю wget 127.0.0.1 Лог ошибок апача
No WSGI daemon process called ‘chat’ has been configured: /var/www/chat/chat/wsgi.py
Конфигурация хоста
12 DocumentRoot /var/www/chat
13
14 WSGIDaemonProcess sampleapp python-path=/var/www/chat:/root/django_chat/lib/python3.4/site-packages
15 WSGIProcessGroup chat
16 WSGIScriptAlias / /var/www/chat/chat/wsgi.py
17 # Available loglevels: trace8, …, trace1, debug, info, notice, warn,
18 # error, crit, alert, emerg.
19 # It is also possible to configure the loglevel for particular
20 # modules, e.g.
21 #LogLevel info ssl:warn
22
23 ErrorLog ${APACHE_LOG_DIR}/error.log
24 CustomLog ${APACHE_LOG_DIR}/access.log combined
В какую сторону двигаться чтобы исправить ошибку?