freebsd-ports/www/webcalendar-devel/files/webcalendar-cgi.conf.in
Beech Rintoul 321a59a6a3 - Update to 1.2.b1
- Remove unnecessary Makefile variables
- Add Apache config files and an option for installing one of them
- Add conditional installation of doc files
- Add dep for Palm Pilot export support
- Convert from dynamic pkg-plist to a static one

PR:		ports/121924
Submitted by:	Greg Larkin <glarkin@sourcehosting.net> (maintainer)
2008-03-24 18:31:15 +00:00

19 lines
457 B
Text

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
DirectoryIndex index.php index.html
Action php-script %%PHPCGI%%
AddHandler php-script .php
%%HASHMARK%%Alias /webcalendar/docs %%DOCSDIR%%
Alias /webcalendar %%WWWDIR%%
%%HASHMARK%%<Directory %%DOCSDIR%%>
%%HASHMARK%% Order deny,allow
%%HASHMARK%% Allow from all
%%HASHMARK%%</Directory>
<Location /webcalendar>
Order deny,allow
Allow from all
</Location>