Activate Full WAF on Hetzner Webhosting with PHP 8
-
Has anyone managed to activate full WAF on Hetzner with PHP greater than 8? Under PHP 7, it still works with:
<IfModule mod_php7.c> php_value auto_prepend_file […] </IfModule>
But with PHP 8 and:
<IfModule mod_php.c> php_value auto_prepend_file […] </IfModule>
everything is ignored. It doesn’t matter if it’s through
.htaccess
,.user.ini
, orphp.ini
.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.