1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/testing/php7/php7-module.conf
Andy Postnikov dd0e687c7a testing/php7: move from community
add patch for new curl
2022-05-20 22:44:46 +00:00

13 lines
378 B
Text

LoadModule php7_module modules/mod_php7.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>