1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/community/php83/php83-module.conf
Andy Postnikov 0a5a82bbbb community/php83: move from testing
and set priority to 70 over php81's 50
2023-11-23 00:23:59 +01:00

13 lines
378 B
Text

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