archrelease: copy trunk to testing-x86_64
[arch-packages.git] / php7 / trunk / apache.conf
blobb516b5e66ffa10e2f8fc9ad5bbcddc588cea031a
1 # Required modules: dir_module, php7_module
3 <IfModule dir_module>
4         <IfModule php7_module>
5                 DirectoryIndex index.php index.html
6                 <FilesMatch "\.php$">
7                         SetHandler application/x-httpd-php
8                 </FilesMatch>
9                 <FilesMatch "\.phps$">
10                         SetHandler application/x-httpd-php-source
11                 </FilesMatch>
12         </IfModule>
13 </IfModule>