mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
50dc1dd069
- Changed Apache dependency to optional - Removed some useless Apache config directives from sample .conf files PR: ports/155588 Submitted by: Thomas Steen Rasmussen <thomas@gibfest.dk>
14 lines
268 B
Plaintext
14 lines
268 B
Plaintext
AddType application/x-httpd-php .php
|
|
AddType application/x-httpd-php-source .phps
|
|
|
|
Action php-script %%PHPCGI%%
|
|
AddHandler php-script .php
|
|
|
|
Alias /cakephp %%WWWDIR%%
|
|
|
|
<Location /cakephp>
|
|
DirectoryIndex index.php
|
|
Order deny,allow
|
|
Allow from all
|
|
</Location>
|