{"id":1960,"date":"2012-02-12T21:55:59","date_gmt":"2012-02-12T13:55:59","guid":{"rendered":"https:\/\/webhostinggeeks.com\/howto\/?p=1960"},"modified":"2023-06-21T08:41:29","modified_gmt":"2023-06-21T08:41:29","slug":"how-to-install-apache-httpd-server-on-rhel-6","status":"publish","type":"post","link":"https:\/\/webhostinggeeks.com\/howto\/how-to-install-apache-httpd-server-on-rhel-6\/","title":{"rendered":"How to Install Apache Httpd Server on RHEL 6"},"content":{"rendered":"<p>In this post, i will show on how to install <a href=\"https:\/\/webhostinggeeks.com\/blog\/apache-http-server-explained\/\">Apache Httpd server<\/a> on Redhat Enterprise Linux 6 (RHEL 6). The Apache HTTP Server is an open-source <a href=\"https:\/\/webhostinggeeks.com\/best\/web-server\/\">web server<\/a> for modern operating systems such as Unix, Linux and windows platform. This post assumed that you have set up local yum repository using your DVDROM. If you haven&#8217;t set up the local yum repository, please proceed to this steps :<br \/>\n<a href=\"https:\/\/webhostinggeeks.com\/howto\/how-to-setup-local-yum-repository-from-cd-romdvd-rom-image-on-rhel-6\/\">How to Setup Local Yum Repository from CD-ROM\/DVD-ROM image on RHEL 6<\/a><\/p>\n<p>Simply run this command to install Apache Httpd server :<\/p>\n<ol>\n<pre class=\"code\">\r\n[root@rhel6 ~]# yum install httpd -y\r\nLoaded plugins: rhnplugin\r\nThis system is not registered with RHN.\r\nRHN support will be disabled.\r\nSetting up Install Process\r\nResolving Dependencies\r\n--> Running transaction check\r\n---> Package httpd.i686 0:2.2.15-5.el6 set to be updated\r\n--> Finished Dependency Resolution\r\n\r\nDependencies Resolved\r\n\r\n====================================================================================================\r\n Package           Arch             Version                  Repository                        Size\r\n====================================================================================================\r\nInstalling:\r\n httpd             i686             2.2.15-5.el6             DVD-RHEL6-Repository             813 k\r\n\r\nTransaction Summary\r\n====================================================================================================\r\nInstall       1 Package(s)\r\nUpgrade       0 Package(s)\r\n\r\nTotal download size: 813 k\r\nInstalled size: 2.8 M\r\nDownloading Packages:\r\nRunning rpm_check_debug\r\nRunning Transaction Test\r\nTransaction Test Succeeded\r\nRunning Transaction\r\n  Installing     : httpd-2.2.15-5.el6.i686                                                      1\/1\r\n\r\nInstalled:\r\n  httpd.i686 0:2.2.15-5.el6\r\n\r\nComplete!\r\n<\/pre>\n<\/ol>\n<p>Command to start Httpd service :<\/p>\n<ol>\n<pre class=\"code\">\r\n[root@rhel6 ~]# service httpd start\r\nStarting httpd:                                            [  OK  ]\r\n<\/pre>\n<\/ol>\n<p>Command to stop Httpd service :<\/p>\n<ol>\n<pre class=\"code\">\r\n[root@rhel6 ~]# service httpd stop\r\nStopping httpd:                                            [  OK  ]\r\n<\/pre>\n<\/ol>\n<p>Command to restart Httpd service :<\/p>\n<ol>\n<pre class=\"code\">\r\n[root@rhel6 ~]# service httpd restart\r\nStopping httpd:                                            [  OK  ]\r\nStarting httpd:                                            [  OK  ]\r\n<\/pre>\n<\/ol>\n<p>Make Apache Httpd service auto start at boot :<\/p>\n<ol>\n<pre class=\"code\">\r\n[root@rhel6 ~]# chkconfig httpd on\r\n<\/pre>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>In this post, i will show on how to install Apache Httpd server on Redhat Enterprise Linux 6 (RHEL 6). The Apache HTTP Server is an open-source web server for&#8230;<\/p>\n","protected":false},"author":6,"featured_media":1499,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"wds_primary_category":0,"footnotes":""},"categories":[1103],"tags":[1199,1473,1536,1713,1715,1914],"class_list":["post-1960","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-apache","tag-apache","tag-httpd","tag-linux","tag-rhel","tag-rhel-6","tag-web-server"],"_links":{"self":[{"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/posts\/1960","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=1960"}],"version-history":[{"count":0,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/posts\/1960\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/media\/1499"}],"wp:attachment":[{"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/media?parent=1960"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/categories?post=1960"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webhostinggeeks.com\/howto\/wp-json\/wp\/v2\/tags?post=1960"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}