I installed bugzilla and added the following code to httpd.conf
to access it from my browser
<Directory /var/www/html/bugzilla>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI
DirectoryIndex index.cgi
AllowOverride Limit
</Directory>
But if I try to access it from browser I'm getting the following error
The server encountered an internal error or misconfiguration and was unable to complete your request.
[Tue May 31 15:33:26 2016] [error] [client] (13)Permission denied: access to /bugzilla/t/index.html denied [Tue May 31 15:33:26 2016] [error] [client] (13)Permission denied: access to /bugzilla/t/index.html.var denied
I'm getting this error – user2649815 May 31 at 10:40/bugzilla/admin.cgi
. – meuh May 31 at 18:01