I've configured apache2 to display folder content with option Indexes in one of my locations, but I really dislike how apache brags about its version and system's version.

How do I remove this message?

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

You may be looking for the ServerSignature option, specifically:

ServerSignature Off

Should be somewhere in /etc/apache2/httpd.conf (or wherever else your Apache main config file is).

link|improve this answer
This is it. Thanx! The option was in conf.d/security – naugtur Sep 3 '10 at 9:08
feedback

Set to Off the ServerSignature directive.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.