aboutsummaryrefslogtreecommitdiff
path: root/lang/php80/pkg-message.mod
diff options
context:
space:
mode:
Diffstat (limited to 'lang/php80/pkg-message.mod')
-rw-r--r--lang/php80/pkg-message.mod19
1 files changed, 0 insertions, 19 deletions
diff --git a/lang/php80/pkg-message.mod b/lang/php80/pkg-message.mod
deleted file mode 100644
index a0c2c87889a7..000000000000
--- a/lang/php80/pkg-message.mod
+++ /dev/null
@@ -1,19 +0,0 @@
-******************************************************************************
-
-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) or Synth with ZTS enabled,
-add WITH_MPM=event to /etc/make.conf to prevent build failures.
-
-******************************************************************************