2020-10-13 02:39:45 +02:00
|
|
|
LoadModule php5_module /usr/local/libexec/{{ apache.service.name }}/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>
|