Настроил wsgi - запустил.
теперь в логах выдает ошибку
AH01276: Cannot serve directory /var/www/.../: No matching DirectoryIndex (index.html,index.html,index.html.var,index.php,index.phtml) found, and server-generated directory index forbidden by Options directive
На странице 403 Forbidden
Папка сайта и ее содержимое поставил права 755
<VirtualHost 0.0.0.0:80>
ServerName site
ServerAlias *.site
CustomLog /var/log/httpd/site.access_log combined
ErrorLog /var/log/httpd/site.error_log
DocumentRoot /var/www/domains/site
WSGIDaemonProcess user=umy group=mysite threads=5
WSGIScriptAlias /site /var/www/domains/site/mysite.wsgi
<Directory /var/www/domains/site>
WSGIApplicationGroup %{GLOBAL}
WSGIScriptReloading On
Require all granted
</Directory>
</VirtualHost>
Спустя 154 сек.
Подскажите пожалуйста где ошибка?.