+49 (0) 89 2154 7447
Provenexpert
★★★★★
Google
★★★★★
BrandCrock | Gateway to Digital Brand

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

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

Programming Alan Bradford Dec 7, 2021

PHP Interview Questions [1 – 15] you should know

Given below is the list of the most popular PHP interview questions which are commonly

Interview Questions and Answers Vaid Ali Dec 6, 2021

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
1 20 21 22 23 24 42
Scroll to Top