faqts : Computers : Internet : Web Servers : Apache

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

18 of 20 people (90%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

How i remove the banner named Apache 1.3.6.15cl of my computer?

May 5th, 2001 09:55
Christoph Vogel, Marcelo Caffaro,


Apache generates in many situation a server identity string called 
server tokens. You can configure it with the directive

ServerTokens

See

http://httpd.apache.org/docs/mod/core.html#servertokens

for possible options.
I restrict it to "ServerTokens OS" so it doesn't give any information 
about used modules (I think this type of information is a low level 
security risk).