mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-07 11:20:04 -04:00
16 lines
337 B
Plaintext
16 lines
337 B
Plaintext
# $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>
|