opnsense-ports/lang/php70/pkg-message.mod
Franco Fichtner 2f6cc0c6b8 lang/php70: sync with upstream
Taken from: FreeBSD
2016-12-22 07:37:41 +01:00

19 lines
624 B
Modula-2

*********************************************************************
Make sure index.php is part of your DirectoryIndex.
You should add the following to your Apache configuration file:
<FilesMatch "\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler application/x-httpd-php-source
</FilesMatch>
*********************************************************************
If you are building PHP-based ports in poudriere(8) with ZTS enabled,
add WITH_MPM=event to /etc/make.conf to prevent build failures.
*********************************************************************