PDA

View Full Version : Apache2 supplies detailed version-information to attackers


JGZimmerle
November 3rd, 2006, 10:55 PM
Hi!

The default configuration of the apache2 package makes apache report detailed information about installed software versions of web-related packages to potential attackers. This could simply be prevented by putting the line

ServerTokens Prod

into the default apache2.conf of the apache2 package.

MJN
November 4th, 2006, 01:43 PM
Rather than hiding what you're running, you might want to instead concentrate on making sure what your are running doesn't have any vulnerabilities.

(If you are going to do what you've done, you might also want to have a ServerSignature Off directive as well.)

Mathew