PDA

View Full Version : [ubuntu] Change apache server identification


Tux.Ice
October 10th, 2009, 07:30 PM
See this screenshot:

http://imgur.com/05MAm.png

How do I change this, to for example 'MyWebServer' (just wondering).

Thanks. :popcorn::popcorn:

lkagan
October 11th, 2009, 12:01 AM
In your apache config file, change or add the config item ServerTokens so the value is 'Prod' (no quotes). That will only display 'Apache' with no version. It's the safest. You can't change what it says without modifying source code and compiling your own binary.