1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/www/cakephp12/files/cakephp-production-cgi.conf.in
Greg Larkin 50dc1dd069 - Updated to 1.2.10
- 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>
2011-04-21 20:37:14 +00:00

14 lines
281 B
Plaintext

AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Action php-script %%PHPCGI%%
AddHandler php-script .php
DocumentRoot %%WWWDIR%%/app/webroot
<Location />
DirectoryIndex index.php
Order deny,allow
Allow from all
</Location>