Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Apache container does not recognize php_value in .htaccess #583

Open
@mikeschinkel

Description

@mikeschinkel

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions