4.10.3-2: add gtktreeviewmodel fixes
[arch-packages.git] / php / repos / extra-x86_64 / apache.conf
blobbc57ba73dbcdf33dfc76296e788d15c01ab68a26
1 # Required modules: dir_module, php_module
3 <IfModule dir_module>
4         <IfModule php_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>