ff5534b09d
is designed to be flexible and has many uses such as an IRC gateway for an IRC network, a chat-room for a website or to access IRC when stuck behind a restrictive firewall.
15 lines
336 B
Text
15 lines
336 B
Text
# $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>
|