apache-formula/apache/files/FreeBSD/mod_php5.conf.jinja

11 lines
263 B
Plaintext
Raw Normal View History

2020-12-08 21:46:27 +01:00
LoadModule php5_module /usr/local/libexec/{{ svcname }}/libphp5.so
2016-09-27 02:16:21 +02:00
DirectoryIndex index.html index.php
<FilesMatch "\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler application/x-httpd-php-source
</FilesMatch>