From ce1aaf7238befe73772c841590c25b0c9c2aa778 Mon Sep 17 00:00:00 2001 From: pmulay Date: Fri, 15 Dec 2017 10:14:02 +0530 Subject: [PATCH] Minor changes in proc_disabling-test-page.adoc and updated _topic_map.yml file --- en-US/modules/proc_disabling-test-page.adoc | 18 + en-US/modules/proc_disabling-test-page.html | 462 ++++++++++++++++++++ 2 files changed, 480 insertions(+) create mode 100644 en-US/modules/proc_disabling-test-page.adoc create mode 100644 en-US/modules/proc_disabling-test-page.html diff --git a/en-US/modules/proc_disabling-test-page.adoc b/en-US/modules/proc_disabling-test-page.adoc new file mode 100644 index 0000000..888f2e0 --- /dev/null +++ b/en-US/modules/proc_disabling-test-page.adoc @@ -0,0 +1,18 @@ += Disabling Test Page +[id='disabling-test-page'] + +To disable the test page, comment out all the lines in the file `/etc/httpd/conf.d/welcome.conf` using `pass:[#]` as follows: + +---- +# +# Options -Indexes +# ErrorDocument 403 /.noindex.html +# + +# +# AllowOverride None +# Require all granted +# + +# Alias /.noindex.html /usr/share/httpd/noindex/index.html +---- diff --git a/en-US/modules/proc_disabling-test-page.html b/en-US/modules/proc_disabling-test-page.html new file mode 100644 index 0000000..e2fb8fe --- /dev/null +++ b/en-US/modules/proc_disabling-test-page.html @@ -0,0 +1,462 @@ + + + + + + + + +Disabling Test Page + + + + + +
+
+

To disable the test page, comment out all the lines in the file /etc/httpd/conf.d/welcome.conf using # as follows:

+
+
+
+
# <LocationMatch "^/+$">
+#    Options -Indexes
+#    ErrorDocument 403 /.noindex.html
+# </LocationMatch>
+
+# <Directory /usr/share/httpd/noindex>
+#    AllowOverride None
+#    Require all granted
+# </Directory>
+
+# Alias /.noindex.html /usr/share/httpd/noindex/index.html
+
+
+
+ + + \ No newline at end of file