mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
9e86fe619c
The location of PHP CGI can be set via WITH_PHP_CGI, e.g. /cgi-bin/php PR: ports/111295 (based on) Submitted by: Greg Larkin <glarkin at sourcehosting.net> (maintainer)
14 lines
269 B
Plaintext
14 lines
269 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 %%DATADIR%%
|
|
|
|
<Location /cakephp>
|
|
DirectoryIndex index.php
|
|
Order deny,allow
|
|
Allow from all
|
|
</Location>
|