<IfModule !mod_php.c>
    LoadModule php_module libexec/mod_php82.so
</IfModule>
<IfModule mod_php.c>
    AddHandler application/x-httpd-php .php5
    AddHandler application/x-httpd-php .php
    AddHandler application/x-httpd-php-source .php5s
    AddHandler application/x-httpd-php-source .phps

    DirectoryIndex index.php
    DirectoryIndex index.php5
</IfModule>