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