pkgsrc/chat/cgiirc/files/cgiirc.conf
adrianp ff5534b09d CGI:IRC is a Perl/CGI program that lets you access IRC from a web browser, it
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.
2004-10-15 18:36:55 +00:00

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>