diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2017-03-21 11:30:45 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-03-22 13:47:53 +0000 |
commit | fcd8a5235815bf1b296931d53aa67279c7e40bca (patch) | |
tree | 4d365b0a5afb8142ce24268284feb53044f3d66d /testing/php7/php7-module.conf | |
parent | 97f3eb696fa21aca9363a610ba6657a75d29fccc (diff) | |
download | aports-fcd8a5235815bf1b296931d53aa67279c7e40bca.tar.bz2 aports-fcd8a5235815bf1b296931d53aa67279c7e40bca.tar.xz |
rename: testing/php7.1 -> testing/php7
Diffstat (limited to 'testing/php7/php7-module.conf')
-rw-r--r-- | testing/php7/php7-module.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/php7/php7-module.conf b/testing/php7/php7-module.conf new file mode 100644 index 0000000000..cf7573bb10 --- /dev/null +++ b/testing/php7/php7-module.conf @@ -0,0 +1,5 @@ +LoadModule php7_module modules/mod_php7.so + +DirectoryIndex index.php index.html +AddHandler application/x-httpd-php .php +AddHandler application/x-httpd-php-source .phps |