php-8.3.4 (php-8.3.4 fcgi) #.htaccess
AddHandler php5-cgi .php
<Files "*.php">
SetHandler application/x-httpd-php5
Action application/x-httpd-php5 /cgi-bin/php-8.3.4
</Files>
php-8.0.13 (php-8.0.13 fcgi) #.htaccess
AddHandler php5-cgi .php
<Files "*.php">
SetHandler application/x-httpd-php5
Action application/x-httpd-php5 /cgi-bin/php-8.0.13
</Files>
php-7.4.21 (php-7.4.21 fcgi) #.htaccess
AddHandler php5-cgi .php
<Files "*.php">
SetHandler application/x-httpd-php5
Action application/x-httpd-php5 /cgi-bin/php-7.4.21
</Files>
php-7.3.9 (php-7.3.9 fcgi) #.htaccess
AddHandler php5-cgi .php
<Files "*.php">
SetHandler application/x-httpd-php5
Action application/x-httpd-php5 /cgi-bin/php-7.3.9
</Files>
php-7.1.0 (php-7.1.0 fcgi) #.htaccess
AddHandler php5-cgi .php
<Files "*.php">
SetHandler application/x-httpd-php5
Action application/x-httpd-php5 /cgi-bin/php7.1
</Files>
php5.6 ::default:: (5.6.40 jessie default ( mod_php5))
diese verison wird als mod_php5 ausgeführt, daher wird keine eigene php.ini unterstützt. Es ist kein Eintrag nötig; bzw. (falls eine andere
htaccess überschrieben werden muss in der htaccess dann:
#.htaccess: einfach leer lassen oder:
<Files "*.php">
SetHandler application/x-httpd-php
</Files>