aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7/php7-module.conf
blob: 4c26b8f1cac6da0e5fd42166f27912ead6916a72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>