Skip to content

Commit e13f94d

Browse files
authored
Merge pull request #74 from LordVeovis/feature/hide-apache-version
Hide the Apache version on the Server header
2 parents 5c85b66 + c757b8f commit e13f94d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

root/defaults/httpd.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# Set to one of: Full | OS | Minor | Minimal | Major | Prod
2727
# where Full conveys the most information, and Prod the least.
2828
#
29-
ServerTokens OS
29+
ServerTokens Prod
3030

3131
#
3232
# ServerRoot: The top of the directory tree under which the server's
@@ -204,7 +204,7 @@ ServerAdmin [email protected]
204204
# Set to "EMail" to also include a mailto: link to the ServerAdmin.
205205
# Set to one of: On | Off | EMail
206206
#
207-
ServerSignature On
207+
ServerSignature Off
208208

209209
#
210210
# ServerName gives the name and port that the server uses to identify itself.

0 commit comments

Comments
 (0)