mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
16 lines
336 B
Plaintext
16 lines
336 B
Plaintext
# $NetBSD: cgiirc.conf,v 1.1.1.1 2004/10/15 18:36:55 adrianp Exp $
|
|
#
|
|
# cgiirc configuration file fragment for Apache
|
|
|
|
<IfModule mod_alias.c>
|
|
Alias /cgiirc/ "@CGIIRC@/"
|
|
</IfModule>
|
|
|
|
<Directory "@CGIIRC@">
|
|
Options +ExecCGI
|
|
AddHandler cgi-script .cgi
|
|
AllowOverride None
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|