summaryrefslogtreecommitdiff
path: root/devel/bugzilla3/files/bugzilla.conf
diff options
context:
space:
mode:
authoradrianp <adrianp>2007-08-27 17:51:32 +0000
committeradrianp <adrianp>2007-08-27 17:51:32 +0000
commit74d7a68ef85308c8389290ed94a235ecf361b3ba (patch)
tree8b79efd5bc677d74029d45cc4643e389ce8d48f2 /devel/bugzilla3/files/bugzilla.conf
parenteb0e501aa5533d0265f3863fbf895568d218c938 (diff)
downloadpkgsrc-74d7a68ef85308c8389290ed94a235ecf361b3ba.tar.gz
Import of Bugzilla 3.x branch
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
Diffstat (limited to 'devel/bugzilla3/files/bugzilla.conf')
-rw-r--r--devel/bugzilla3/files/bugzilla.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/bugzilla3/files/bugzilla.conf b/devel/bugzilla3/files/bugzilla.conf
new file mode 100644
index 00000000000..ef07221cc5c
--- /dev/null
+++ b/devel/bugzilla3/files/bugzilla.conf
@@ -0,0 +1,15 @@
+# $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>