diff options
author | Max Rees <maxcrees@me.com> | 2018-06-04 21:47:16 -0400 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2018-06-05 00:09:19 -0400 |
commit | 8be79780a4d67231c74bfe1f57648a16aea85687 (patch) | |
tree | 5c81c8a6b2e698c08207ab8295e3ccb1f45be220 /user/php7/php-module.conf | |
parent | 577d8627b43bd18379271db3dcc796cc65c4035f (diff) | |
download | packages-8be79780a4d67231c74bfe1f57648a16aea85687.tar.gz packages-8be79780a4d67231c74bfe1f57648a16aea85687.tar.bz2 packages-8be79780a4d67231c74bfe1f57648a16aea85687.tar.xz packages-8be79780a4d67231c74bfe1f57648a16aea85687.zip |
user/php7: new package
Diffstat (limited to 'user/php7/php-module.conf')
-rw-r--r-- | user/php7/php-module.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/user/php7/php-module.conf b/user/php7/php-module.conf new file mode 100644 index 000000000..f29fc3125 --- /dev/null +++ b/user/php7/php-module.conf @@ -0,0 +1,13 @@ +LoadModule php7_module /usr/libexec/apache2/mod_php.so + +DirectoryIndex index.php index.html + +<FilesMatch \.php$> + SetHandler application/x-httpd-php +</FilesMatch> + +# Uncomment the following to allow .phps files to be handled by the php source filter, +# and displayed as syntax-highlighted source code +#<FilesMatch "\.phps$"> +# SetHandler application/x-httpd-php-source +#</FilesMatch> |