aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/php/php/70_mod_php7.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/php/php/70_mod_php7.conf')
-rw-r--r--meta-oe/recipes-devtools/php/php/70_mod_php7.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-oe/recipes-devtools/php/php/70_mod_php7.conf b/meta-oe/recipes-devtools/php/php/70_mod_php7.conf
deleted file mode 100644
index d206265a25..0000000000
--- a/meta-oe/recipes-devtools/php/php/70_mod_php7.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-LoadModule php7_module lib/apache2/modules/libphp7.so
-
-<FilesMatch "\.ph(p[2-7]?|tml)$">
- SetHandler application/x-httpd-php
-</FilesMatch>
-
-<FilesMatch "\.phps$">
- SetHandler application/x-httpd-php-source
-</FilesMatch>