2017-01-24 12:54:20 +01:00
|
|
|
***************************************************************
|
|
|
|
|
|
|
|
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>
|
|
|
|
|
2017-07-27 11:34:23 +02:00
|
|
|
*********************************************************************
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
*********************************************************************
|