• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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