1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/www/prado/files/prado-production-cgi.conf.in
Beech Rintoul d89fd67f6c - New port prado-3.1.1.r2290
- PRADO(tm) is a component-based and event-driven programming framework
  for developing Web applications in PHP 5. PRADO stands for PHP Rapid
  Application Development Object-oriented.

PR:		ports/119344
Submitted by:	Greg Larkin <glarkin@sourcehosting.net> (maintainer)
Approved by:	linimon (mentor)
2008-01-12 01:46:49 +00:00

14 lines
280 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%%
<Location />
DirectoryIndex index.php index.html
Order deny,allow
Allow from all
</Location>