• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Unable to change Server: header with mod_headers

W

wesyah234

Guest
I'm trying to remove the Server: header in my apache installation to hide the type of web server I'm running.

To make sure mod_headers is actually working, I tried first a "Header append" of some new header value, and it worked fine:

Header append SomeNewHeader someValue

However, when I tried to unset the Server Header, it didn't work:

Header unset Server

I still see the
Server: Apache/2.0.51 (Fedora)

When viewing the headers using the LiveHttpHeaders extension in Firefox

Is there anything Plesk is doing that may prevent this from working?

Thanks!
 
Back
Top