From the Bugzilla Customization Guide :
2.2.4.1. Apache httpd
To configure the Apache web server to work with Bugzilla, follow these steps:
- Download httpd.conf to your editor. On Fedora and Red Hat Linux, this file is located in / etc / httpd / conf.
- Apache , . , Bugzilla. ( , .) Bugzilla /var/www/html/bugzilla.
:
<Directory /var/www/html/bugzilla>
AddHandler cgi-script .cgi
Options +Indexes +ExecCGI
DirectoryIndex index.cgi
AllowOverride Limit
</Directory>
Apache .cgi, bugzilla; index.cgi, - ; Bugzilla.htaccess .