Invalid command Header

On a web site running Apache, i got following error in log file

[Fri Jan 19 06:43:41.146643 2018] [core:alert] [pid 3536:tid 139697024132864] [client 112.133.229.111:50559] /home/site.com/public_html/.htaccess: Invalid command 'Header', perhaps misspelled or defined by a module not included in the server configuration, referer: https://site.com/

This was Ubuntu server with Apache.

Advertisement

Problem is due to Apache Headers module not enabled. Fixed by running

a2enmod headers

Restart Apache

systemctl restart apache2

See Apache

Add a comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Advertisement