• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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