Hi, I'm running reviewboard 3.0.15 with apache 2.4 on centos 7.
I'm not able to resolve this issue below.
You don't have permission to access / on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
The apache error log has this info.
[autoindex:error] [pid 18974] [client x.x.x.x:53374] AH01276: Cannot serve directory /mnt/data/www/reviewboard/htdocs/: No matching DirectoryIndex (index.html) found, and server-generated directory index forbidden by Options directive
The wsgi_module is loaded.
In the file apache-wsigi.conf I have set it to Require all granted
<Directory "/mnt/data/www/reviewboard/htdocs">
Require all granted
</Directory>
The apache user has access to /mnt/data/www/reviewboard/htdocs
It seems like apache doesn't know how to resolve the file htdocs/reviewboard.wsgi or something?
Thanks for the help,
Ron