+49 (0) 89 2154 7447
Provenexpert
★★★★★
Google
★★★★★

How to fix Invalid command ‘RequestHeader’ in the server configuration

Invalid command ‘RequestHeader’ error occurs in the Linux server due to missing apache modules in our Linux server.

Invalid command 'RequestHeader', perhaps misspelled or defined by a 
module not included in the server configuration

To fix this issue, just enable the “headers” module. If you are using Ubuntu just enable the module by running the following command:

sudo a2enmod headers

After that. Restart apache

service apache2 restart

More from our latest blogs

Shopware download

The powerful E-Commerce solution for every business model. Shopware is the highly customizable, future-oriented open

Shopware Alan Bradford Dec 3, 2021

How to get full file path Linux? Get the absolute path of a file?

In this tutorial, we will guide you about how to get the Absolute Path of

Programming Vaid Ali Nov 30, 2021

Shopware 6.4.6.0 Changelog – Minor Release 03.11.2021

Shopware 6.4.6.0 changelog update package is cumulative and includes various bug fixes and new features

Shopware Mustafa Ali Nov 24, 2021

How to Check OS Version in Linux Command?

How to check OS Version in Linux Command? Linux is a free and open-source operating

Programming Alan Bradford Nov 22, 2021
1 24 25 26 27 28 46
Scroll to Top