I'm guessing this is a bug related to issue #101. But now php.init keeps getting modified, changing the value to session.cookie_httponly = on on. This causes:
[Thu Feb 15 16:31:40.081012 2024] [core:notice] [pid 53] AH00094: Command line: '/usr/sbin/apache2'
PHP: syntax error, unexpected BOOL_TRUE in /etc/php/8.1/apache2/php.ini on line 1413
PHP: syntax error, unexpected BOOL_TRUE in /etc/php/8.1/apache2/php.ini on line 1413
PHP: syntax error, unexpected BOOL_TRUE in /etc/php/8.1/apache2/php.ini on line 1413
PHP: syntax error, unexpected BOOL_TRUE in /etc/php/8.1/apache2/php.ini on line 1413
PHP: syntax error, unexpected BOOL_TRUE in /etc/php/8.1/apache2/php.ini on line 1413
[Thu Feb 15 16:31:41.123214 2024] [mpm_prefork:notice] [pid 53] AH00169: caught SIGTERM, shutting down
I'm guessing this is a bug related to issue #101. But now php.init keeps getting modified, changing the value to
session.cookie_httponly = on on
. This causes: