b0c8c96a22
cyberCalendar is a web based calendar program written in perl. PR: 41464 Submitted by: janos.mohacsi@bsd.hu
10 lines
220 B
Text
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>
|