c27a6d708c
From the release-notes.html: What's New? New User-Interface Color/Style Higher-Level Categorization of Bugs (above "Product") Regular Reports by Email of Complex Queries ("Whining") "Environment Variable" Authentication Method User-List Drop-Down Menus Server-Side Comment Wrapping UI for Editing Priority, OS, Platform, and Severity Bugzilla Queries as RSS Choice of E-Mail Sending Methods "Large Attachment" Storage and lots of Miscellaneous Improvements See http://www.bugzilla.org/releases/2.20/release-notes.html for all the details.
15 lines
337 B
Text
15 lines
337 B
Text
# $NetBSD: bugzilla.conf,v 1.2 2005/10/26 10:16:09 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>
|