blob: 7c6a517140510090b705094ce1abdb71b9cadd3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $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>
|