diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2017-02-13 23:43:29 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-02-14 19:02:29 +0000 |
commit | 15e434419f5b0896610dcf7d30b36044b9faf88f (patch) | |
tree | b77d70aed5860d6212652cf81d06aad8b40bc35b /testing/php7.1/php-module.conf.in | |
parent | f9076aa05a5d999a832ea135e0dec918d8b32cc2 (diff) | |
download | aports-15e434419f5b0896610dcf7d30b36044b9faf88f.tar.bz2 aports-15e434419f5b0896610dcf7d30b36044b9faf88f.tar.xz |
testing/php7.1: new aport
The PHP7.1 language runtime engine
http://php.net/
Diffstat (limited to 'testing/php7.1/php-module.conf.in')
-rw-r--r-- | testing/php7.1/php-module.conf.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/php7.1/php-module.conf.in b/testing/php7.1/php-module.conf.in new file mode 100644 index 0000000000..267ad00e6e --- /dev/null +++ b/testing/php7.1/php-module.conf.in @@ -0,0 +1,5 @@ +LoadModule php@_suffix@_module modules/mod_php@_suffix@.so + +DirectoryIndex index.php index.html +AddHandler application/x-httpd-php .php +AddHandler application/x-httpd-php-source .phps |