ayaports/apk/v3.13/main/php5/php5-module.conf
build@apk-groulx 600a5bb90e update
2021-06-04 15:24:22 +00:00

13 lines
377 B
Text

LoadModule php5_module modules/libphp5.so
DirectoryIndex index.php index.html
<FilesMatch \.php$>
SetHandler application/x-httpd-php
</FilesMatch>
# Uncomment the following to allow .phps files to be handled by the php source filter,
# and displayed as syntax-highlighted source code
#<FilesMatch "\.phps$">
# SetHandler application/x-httpd-php-source
#</FilesMatch>