Apache

From Bibliotheca Anonoma
Revision as of 20:42, 30 January 2018 by Antonizoon (talk | contribs) (Created page with "* [Hide Apache Header Information](http://www.serverschool.com/server-security/how-to-hide-apache-header-information/) - Apache tells the world about the operating system, the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
  • [Hide Apache Header Information](http://www.serverschool.com/server-security/how-to-hide-apache-header-information/) - Apache tells the world about the operating system, the modules, and the version currently running. This can be a big target for attackers that lets them know what version to try.
    • Better yet though, you can set your own silly strings there instead.
    • Security through Obscurity is nothing safe though.