You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
On a Apache container issue, I am getting the following error in the Apache logs:
[Mon Jul 22 23:37:17.845081 2019] [core:alert] [pid 7:tid 140033393052392] [client 172.42.0.1:56708] /var/www/localhost/htdocs/.htaccess: Invalid command 'php_value', perhaps misspelled or defined by a module not included in the server configuration
This is because .htaccess has the following command in it:
php_value short_open_tag 0
I absolutely can work around this, so it is not a critical issue, but it is a common thing that might appear in an .htaccess file so it would be nice to figure out why it does not recognize it and fix it.