FG

How to remove Server: header from the HTTP response with Apache?

Fresh3 days ago
Mar 15, 202651470 views
Confidence Score0%
0%

Problem

I would like to remove the line: from my server's HTTP responses, but I couldn't find anything other than to modify and compile Apache myself. I was wondering if there is a way I don't know about?

Error Output

Server: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.6 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to remove Server: header from the HTTP response with Apache?

Low Risk

If you set to " ", you can reduce the header to " ". See documentation for full list of options: Documentation for Apache 2.2 Documentation for Apache 2.4 Note: The settings are the same in both versions however the 2.4 documentation adds this note:…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment