321a59a6a3
- 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)
19 lines
457 B
Text
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>
|