aboutsummaryrefslogtreecommitdiffstats
path: root/main/apache2/conf/0003-httpd.conf-ServerSignature.patch
blob: f269f04516bcf9710478c59a9a85a527c6160e37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
From f5c03e6a248fcf273efeabc31665f0af56a17b55 Mon Sep 17 00:00:00 2001
From: Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>
Date: Fri, 11 Sep 2015 11:46:25 +0300
Subject: [PATCH 03/14] httpd.conf: ServerSignature

---
 docs/conf/extra/httpd-default.conf.in | 10 ----------
 docs/conf/httpd.conf.in               | 10 ++++++++++
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/docs/conf/extra/httpd-default.conf.in b/docs/conf/extra/httpd-default.conf.in
index a05ebc1..dcc2fb5 100644
--- a/docs/conf/extra/httpd-default.conf.in
+++ b/docs/conf/extra/httpd-default.conf.in
@@ -45,16 +45,6 @@ UseCanonicalName Off
 AccessFileName .htaccess
 
 #
-# Optionally add a line containing the server version and virtual host
-# name to server-generated pages (internal error documents, FTP directory 
-# listings, mod_status and mod_info output etc., but not CGI generated 
-# documents or custom error documents).
-# Set to "EMail" to also include a mailto: link to the ServerAdmin.
-# Set to one of:  On | Off | EMail
-#
-ServerSignature Off
-
-#
 # HostnameLookups: Log the names of clients or just their IP addresses
 # e.g., www.apache.org (on) or 204.62.129.132 (off).
 # The default is off because it'd be overall better for the net if people
diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in
index e995794..748b5ef 100644
--- a/docs/conf/httpd.conf.in
+++ b/docs/conf/httpd.conf.in
@@ -109,6 +109,16 @@ Group daemon
 ServerAdmin you@example.com
 
 #
+# Optionally add a line containing the server version and virtual host
+# name to server-generated pages (internal error documents, FTP directory
+# listings, mod_status and mod_info output etc., but not CGI generated
+# documents or custom error documents).
+# Set to "EMail" to also include a mailto: link to the ServerAdmin.
+# Set to one of:  On | Off | EMail
+#
+ServerSignature On
+
+#
 # ServerName gives the name and port that the server uses to identify itself.
 # This can often be determined automatically, but we recommend you specify
 # it explicitly to prevent problems during startup.
-- 
2.9.4