• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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