diff options
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.conf | 9 |
1 files changed, 9 insertions, 0 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 new file mode 100644 index 0000000000..d206265a25 --- /dev/null +++ b/meta-oe/recipes-devtools/php/php/70_mod_php7.conf | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | LoadModule php7_module lib/apache2/modules/libphp7.so | ||
| 2 | |||
| 3 | <FilesMatch "\.ph(p[2-7]?|tml)$"> | ||
| 4 | SetHandler application/x-httpd-php | ||
| 5 | </FilesMatch> | ||
| 6 | |||
| 7 | <FilesMatch "\.phps$"> | ||
| 8 | SetHandler application/x-httpd-php-source | ||
| 9 | </FilesMatch> | ||
