1

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?

naugtur
  • 284
  • 3
  • 11

2 Answers2

2

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).

0

Set to Off the ServerSignature directive.

lg.
  • 4,649
  • 3
  • 21
  • 20