- 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)
16 lines
400 B
Text
16 lines
400 B
Text
AddType application/x-httpd-php .php
|
|
AddType application/x-httpd-php-source .phps
|
|
DirectoryIndex index.php index.html
|
|
|
|
%%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>
|