{"id":2370,"date":"2012-03-18T10:02:30","date_gmt":"2012-03-18T02:02:30","guid":{"rendered":"https:\/\/webhostinggeeks.com\/howto\/?p=2370"},"modified":"2023-04-28T09:49:39","modified_gmt":"2023-04-28T09:49:39","slug":"how-to-remove-fedora-test-page-on-fedora-16-linux-server","status":"publish","type":"post","link":"https:\/\/webhostinggeeks.com\/howto\/how-to-remove-fedora-test-page-on-fedora-16-linux-server\/","title":{"rendered":"How to Remove &#8220;Fedora Test Page&#8221; on Fedora 16 Linux Server"},"content":{"rendered":"<p>Question :<br \/>\nHow to remove test page for the apache httpd server on Fedora 16 server. After installed apache and start the service, i will get this message :<\/p>\n<pre>\nFedora Test Page\n\nThis page is used to test the proper operation of the Apache HTTP server after it has been installed. \nIf you can read this page, it means that the web server installed at this site is working properly, \nbut has not yet been configured.\n<\/pre>\n<p>Answer :<br \/>\nComment out the following lines in welcome.conf :<\/p>\n<pre>\n[root@fedora16 ~]# vi \/etc\/httpd\/conf.d\/welcome.conf\n<\/pre>\n<p>Original welcome.conf :<\/p>\n<pre>\n#\n# This configuration file enables the default &quot;Welcome&quot;\n# page if there is no default index page present for\n# the root URL.  To disable the Welcome page, comment\n# out all the lines below.\n#\n&lt;LocationMatch &quot;^\/+$&quot;&gt;\n    Options -Indexes\n    ErrorDocument 403 \/error\/noindex.html\n&lt;\/LocationMatch&gt;\n<\/pre>\n<p>Examples :<\/p>\n<pre>\n#\n# This configuration file enables the default &quot;Welcome&quot;\n# page if there is no default index page present for\n# the root URL.  To disable the Welcome page, comment\n# out all the lines below.\n#\n#&lt;LocationMatch &quot;^\/+$&quot;&gt;\n#    Options -Indexes\n#    ErrorDocument 403 \/error\/noindex.html\n#&lt;\/LocationMatch&gt;\n<\/pre>\n<p>Reload the httpd service to take effect immediately :<\/p>\n<pre>\n[root@fedora16 ~]# systemctl reload httpd.service\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Question : How to remove test page for the apache httpd server on Fedora 16 server. After installed apache and start the service, i will get this message : Fedora&#8230;<\/p>\n","protected":false},"author":6,"featured_media":2351,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"wds_primary_category":0,"footnotes":""},"categories":[1103,2057],"tags":[1199,1536,1546],"class_list":["post-2370","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-apache","category-fedora","tag-apache","tag-linux","tag-linux-utilities"],"_links":{"self":[{"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/posts\/2370","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/comments?post=2370"}],"version-history":[{"count":0,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/posts\/2370\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/media\/2351"}],"wp:attachment":[{"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/media?parent=2370"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/categories?post=2370"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/tags?post=2370"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}