freebsd-ports/www/cybercalendar/files/httpd.conf.changes
Daichi GOTO b0c8c96a22 Add cybercalendar 1.8.2,
cyberCalendar is a web based calendar
program written in perl.

PR:		41464
Submitted by:	janos.mohacsi@bsd.hu
2003-06-24 11:33:32 +00:00

10 lines
220 B
Text

Alias /calendar/ /usr/local/cybercalendar/calendar/
DirectoryIndex index.html index.pl
AddHandler cgi-script .cgi .pl
<Location /calendar>
AllowOverride None
Options +ExecCGI
Order allow,deny
allow from all
</Location>