New features include: * Custom Fields * mod_perl Support * Shared Saved Searches * Attachments and Flags on New Bugs * Custom Resolutions * Per-Product Permissions * User Interface Improvements * XML-RPC Interface * Skins * Unchangeable Fields Appear Unchangeable * All Emails in Templates * No More Double-Filed Bugs * Default CC List for Components * File/Modify Bugs By Email * Users Who Get All Bug Notifications * Improved UTF-8 Support * Automatic Update Notification * Welcome Page for New Installs * Other Enhancements and Changes
15 lines
341 B
Text
15 lines
341 B
Text
# $NetBSD: bugzilla.conf,v 1.1.1.1 2007/08/27 17:51:33 adrianp Exp $
|
|
#
|
|
# Bugzilla configuration file fragment for Apache
|
|
|
|
<IfModule mod_alias.c>
|
|
Alias /bugzilla/ "@BZDIR@/"
|
|
</IfModule>
|
|
|
|
<Directory "@BZDIR@">
|
|
AddHandler cgi-script .cgi
|
|
Options +ExecCGI
|
|
AllowOverride Limit
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|