APACHE2 - Virtual Host Configuration Security Best Practices: Revision history

From IT-Arts.net

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 January 2026

14 December 2025

  • curprev 11:1911:19, 14 December 2025 Admin talk contribs 5,309 bytes +5,309 Created page with "Category:Wiki == Secure ServerTokens and ServerSignature == By default, Apache may reveal sensitive information about your server version, OS, and modules. It’s important to disable these headers to minimize information exposure. <nowiki> # Disable ServerTokens to prevent detailed server version disclosure ServerTokens Prod # Disable ServerSignature to prevent the display of server version info in error pages ServerSignature Off</nowiki> == Restrict Access to..."