summaryrefslogtreecommitdiff
path: root/usr/local/etc/apache24/modules.d/001_mod_php.conf
blob: f756a8138ca358e6ef64e7b3ef98ff9a3a982447 (plain) (blame)
1
2
3
4
5
6
<FilesMatch "\.php$">
    SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
    SetHandler application/x-httpd-php-source
</FilesMatch>