1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00
aports/testing/php85/php85-module.conf
Andy Postnikov 5b1e2a9d59 testing/php85: new aport
Co-authored-by: Tim Düsterhus <tim@tideways-gmbh.com>
2025-07-02 16:41:25 +00:00

13 lines
378 B
Text

LoadModule php_module modules/mod_php85.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>