{"id":246,"date":"2019-05-30T22:28:25","date_gmt":"2019-05-30T22:28:25","guid":{"rendered":"https:\/\/howto.ciscoar.com\/?page_id=246"},"modified":"2020-02-17T23:30:29","modified_gmt":"2020-02-17T23:30:29","slug":"installing-apache-on-centos-7","status":"publish","type":"page","link":"https:\/\/lamp.ciscoar.com\/?page_id=246","title":{"rendered":"Installing Apache on CentOS 7"},"content":{"rendered":"\n\n\n<h2 class=\"wp-block-heading\">How to install Apache web server?<\/h2>\n\n\n\n<p>Another easy installation is the Apache web server installation, you&#8217;ll have to just copy and run the following CLI commands and Apache will be up and running in no time.<\/p>\n\n\n<p class=\"fonts-plugin-block \" style=\"font-family: calibri;font-weight: 700;font-size: 20px;color: #9b51e0\"><strong>yum -y install httpd<\/strong><\/p>\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"504\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/02\/linux-centos7-installing-Apache-web-server.gif\" alt=\"\" class=\"wp-image-3237\"\/><figcaption>Installing Apache web server on Linux CentOS 7<\/figcaption><\/figure><\/div>\n\n\n\n<p>Please be sure to run the above command using an account with &#8220;sudo&#8221; privileges, in our case we are using the &#8220;root&#8221; account because we&#8217;re working on a LAB environment.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Apache installation Log<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"rest\" class=\"language-rest\">[root@centos7 ~]# yum -y install httpd\nLoaded plugins: fastestmirror\nLoading mirror speeds from cached hostfile\n * base: centos.itsbrasil.net\n * extras: mirror.ci.ifes.edu.br\n * updates: linorg.usp.br\nResolving Dependencies\n--> Running transaction check\n---> Package httpd.x86_64 0:2.4.6-90.el7.centos will be installed\n--> Processing Dependency: httpd-tools = 2.4.6-90.el7.centos for package: httpd-2.4.6-90.el7.centos.x86_64\n--> Processing Dependency: \/etc\/mime.types for package: httpd-2.4.6-90.el7.centos.x86_64\n--> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.4.6-90.el7.centos.x86_64\n--> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.4.6-90.el7.centos.x86_64\n--> Running transaction check\n---> Package apr.x86_64 0:1.4.8-5.el7 will be installed\n---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed\n---> Package httpd-tools.x86_64 0:2.4.6-90.el7.centos will be installed\n---> Package mailcap.noarch 0:2.1.41-2.el7 will be installed\n--> Finished Dependency Resolution\n\nDependencies Resolved\n\n================================================================================================\n Package                Arch              Version                         Repository       Size\n================================================================================================\nInstalling:\n httpd                  x86_64            2.4.6-90.el7.centos             base            2.7 M\nInstalling for dependencies:\n apr                    x86_64            1.4.8-5.el7                     base            103 k\n apr-util               x86_64            1.5.2-6.el7                     base             92 k\n httpd-tools            x86_64            2.4.6-90.el7.centos             base             91 k\n mailcap                noarch            2.1.41-2.el7                    base             31 k\n\nTransaction Summary\n================================================================================================\nInstall  1 Package (+4 Dependent packages)\n\nTotal download size: 3.0 M\nInstalled size: 10 M\nDownloading packages:\n(1\/5): apr-util-1.5.2-6.el7.x86_64.rpm                                   |  92 kB  00:00:15     \n(2\/5): apr-1.4.8-5.el7.x86_64.rpm                                        | 103 kB  00:00:16     \n(3\/5): httpd-tools-2.4.6-90.el7.centos.x86_64.rpm                        |  91 kB  00:00:00     \n(4\/5): mailcap-2.1.41-2.el7.noarch.rpm                                   |  31 kB  00:00:00     \n(5\/5): httpd-2.4.6-90.el7.centos.x86_64.rpm                              | 2.7 MB  00:00:00     \n------------------------------------------------------------------------------------------------\nTotal                                                           186 kB\/s | 3.0 MB  00:00:16     \nRunning transaction check\nRunning transaction test\nTransaction test succeeded\nRunning transaction\n  Installing : apr-1.4.8-5.el7.x86_64                                                       1\/5 \n  Installing : apr-util-1.5.2-6.el7.x86_64                                                  2\/5 \n  Installing : httpd-tools-2.4.6-90.el7.centos.x86_64                                       3\/5 \n  Installing : mailcap-2.1.41-2.el7.noarch                                                  4\/5 \n  Installing : httpd-2.4.6-90.el7.centos.x86_64                                             5\/5 \n  Verifying  : apr-1.4.8-5.el7.x86_64                                                       1\/5 \n  Verifying  : mailcap-2.1.41-2.el7.noarch                                                  2\/5 \n  Verifying  : httpd-tools-2.4.6-90.el7.centos.x86_64                                       3\/5 \n  Verifying  : apr-util-1.5.2-6.el7.x86_64                                                  4\/5 \n  Verifying  : httpd-2.4.6-90.el7.centos.x86_64                                             5\/5 \n\nInstalled:\n  httpd.x86_64 0:2.4.6-90.el7.centos                                                            \n\nDependency Installed:\n  apr.x86_64 0:1.4.8-5.el7                             apr-util.x86_64 0:1.5.2-6.el7            \n  httpd-tools.x86_64 0:2.4.6-90.el7.centos             mailcap.noarch 0:2.1.41-2.el7            \n\nComplete!\n<\/code><\/pre>\n\n\n\n<p>As you can see in the installation log above, one of the dependencies installed is called &#8220;<a href=\"\/apache-httpd-tools\/\">httpd-tools<\/a>&#8221; and that&#8217;s good news because that include a bunch of very useful utilities.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Enabling Apache<\/h2>\n\n\n\n<p>The following CLI command tells the system to enable Apache at boot time, this way when the machine is restarted you don&#8217;t have to worry for Apache being shut down.<\/p>\n\n\n<p class=\"fonts-plugin-block \" style=\"font-family: calibri;font-weight: 700;font-size: 20px;color: #9b51e0\"><strong>systemctl enable httpd.service<\/strong><\/p>\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/02\/linux-centos7-installing-Apache-web-server-01-enable-at-boot.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/02\/linux-centos7-installing-Apache-web-server-01-enable-at-boot.png\" alt=\"\" class=\"wp-image-3248\" width=\"686\" height=\"222\" srcset=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/02\/linux-centos7-installing-Apache-web-server-01-enable-at-boot.png 915w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/02\/linux-centos7-installing-Apache-web-server-01-enable-at-boot-300x97.png 300w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/02\/linux-centos7-installing-Apache-web-server-01-enable-at-boot-768x248.png 768w\" sizes=\"auto, (max-width: 686px) 100vw, 686px\" \/><\/a><figcaption>Enabling Apache at boot time<\/figcaption><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Starting Apache<\/h2>\n\n\n\n<p>The following CLI command is self-explanatory, we&#8217;re simply starting up Apache web server, I personally would like to get some sort of confirmation after running this command, but as you can see in the below image, this is not the case, for that purpose we do have the next CLI command.<\/p>\n\n\n<p class=\"fonts-plugin-block \" style=\"font-family: calibri;font-weight: 700;font-size: 20px;color: #9b51e0\"><strong>systemctl start httpd.service<\/strong><\/p>\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><a href=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/02\/linux-centos7-installing-Apache-web-server-02-start.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/02\/linux-centos7-installing-Apache-web-server-02-start.png\" alt=\"\" class=\"wp-image-3256\" width=\"549\" height=\"214\" srcset=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/02\/linux-centos7-installing-Apache-web-server-02-start.png 549w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/02\/linux-centos7-installing-Apache-web-server-02-start-300x117.png 300w\" sizes=\"auto, (max-width: 549px) 100vw, 549px\" \/><\/a><figcaption>Starting Apache web server<\/figcaption><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Checking Apache status<\/h2>\n\n\n\n<p>Running this command is mandatory, as you saw when starting Apache no message was displayed confirming to us that Apache was successfully started, hence we have to use the below CLI command to be sure that Apache is actually up and running.<\/p>\n\n\n<p class=\"fonts-plugin-block \" style=\"font-family: calibri;font-weight: 700;font-size: 20px;color: #9b51e0\"><strong>systemctl status httpd.service<\/strong><\/p>\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/02\/linux-centos7-installing-Apache-web-server-03-status-ok.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/02\/linux-centos7-installing-Apache-web-server-03-status-ok.png\" alt=\"\" class=\"wp-image-3261\" width=\"686\" height=\"391\" srcset=\"https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/02\/linux-centos7-installing-Apache-web-server-03-status-ok.png 915w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/02\/linux-centos7-installing-Apache-web-server-03-status-ok-300x171.png 300w, https:\/\/lamp.ciscoar.com\/wp-content\/uploads\/2020\/02\/linux-centos7-installing-Apache-web-server-03-status-ok-768x437.png 768w\" sizes=\"auto, (max-width: 686px) 100vw, 686px\" \/><\/a><figcaption>Checking Apache current status<\/figcaption><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Apache files and folders<\/h2>\n\n\n\n<p>In case you are curious about which files and folders have been added to your system having installed Apache, then you can use the following CLI command to see the list:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"vim\" class=\"language-vim\">repoquery --list httpd<\/code><\/pre>\n\n\n\n<p>\/etc\/httpd<br>\n\/etc\/httpd\/conf<br>\n\/etc\/httpd\/conf.d<br>\n\/etc\/httpd\/conf.d\/README<br>\n\/etc\/httpd\/conf.d\/autoindex.conf<br>\n\/etc\/httpd\/conf.d\/userdir.conf<br>\n\/etc\/httpd\/conf.d\/welcome.conf<br>\n\/etc\/httpd\/conf.modules.d<br>\n\/etc\/httpd\/conf.modules.d\/00-base.conf<br>\n\/etc\/httpd\/conf.modules.d\/00-dav.conf<br>\n\/etc\/httpd\/conf.modules.d\/00-lua.conf<br>\n\/etc\/httpd\/conf.modules.d\/00-mpm.conf<br>\n\/etc\/httpd\/conf.modules.d\/00-proxy.conf<br>\n\/etc\/httpd\/conf.modules.d\/00-systemd.conf<br>\n\/etc\/httpd\/conf.modules.d\/01-cgi.conf<br>\n\/etc\/httpd\/conf\/httpd.conf<br>\n\/etc\/httpd\/conf\/magic<br>\n\/etc\/httpd\/logs<br>\n\/etc\/httpd\/modules<br>\n\/etc\/httpd\/run<br>\n\/etc\/logrotate.d\/httpd<br>\n\/etc\/sysconfig\/htcacheclean<br>\n\/etc\/sysconfig\/httpd<br>\n\/run\/httpd<br>\n\/run\/httpd\/htcacheclean<br>\n\/usr\/lib\/systemd\/system\/htcacheclean.service<br>\n\/usr\/lib\/systemd\/system\/httpd.service<br>\n\/usr\/lib\/tmpfiles.d\/httpd.conf<br>\n\/usr\/lib64\/httpd<br>\n\/usr\/lib64\/httpd\/modules<br>\n\/usr\/lib64\/httpd\/modules\/mod_access_compat.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_actions.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_alias.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_allowmethods.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_asis.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_auth_basic.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_auth_digest.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_authn_anon.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_authn_core.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_authn_dbd.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_authn_dbm.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_authn_file.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_authn_socache.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_authz_core.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_authz_dbd.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_authz_dbm.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_authz_groupfile.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_authz_host.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_authz_owner.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_authz_user.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_autoindex.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_buffer.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_cache.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_cache_disk.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_cache_socache.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_cgi.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_cgid.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_charset_lite.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_data.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_dav.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_dav_fs.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_dav_lock.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_dbd.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_deflate.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_dialup.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_dir.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_dumpio.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_echo.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_env.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_expires.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_ext_filter.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_file_cache.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_filter.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_headers.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_heartbeat.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_heartmonitor.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_include.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_info.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_lbmethod_bybusyness.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_lbmethod_byrequests.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_lbmethod_bytraffic.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_lbmethod_heartbeat.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_log_config.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_log_debug.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_log_forensic.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_logio.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_lua.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_macro.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_mime.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_mime_magic.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_mpm_event.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_mpm_prefork.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_mpm_worker.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_negotiation.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_proxy.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_proxy_ajp.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_proxy_balancer.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_proxy_connect.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_proxy_express.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_proxy_fcgi.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_proxy_fdpass.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_proxy_ftp.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_proxy_http.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_proxy_scgi.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_proxy_wstunnel.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_ratelimit.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_reflector.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_remoteip.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_reqtimeout.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_request.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_rewrite.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_sed.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_setenvif.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_slotmem_plain.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_slotmem_shm.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_socache_dbm.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_socache_memcache.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_socache_shmcb.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_speling.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_status.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_substitute.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_suexec.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_systemd.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_unique_id.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_unixd.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_userdir.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_usertrack.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_version.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_vhost_alias.so<br>\n\/usr\/lib64\/httpd\/modules\/mod_watchdog.so<br>\n\/usr\/libexec\/initscripts\/legacy-actions\/httpd<br>\n\/usr\/libexec\/initscripts\/legacy-actions\/httpd\/configtest<br>\n\/usr\/libexec\/initscripts\/legacy-actions\/httpd\/graceful<br>\n\/usr\/sbin\/apachectl<br>\n\/usr\/sbin\/fcgistarter<br>\n\/usr\/sbin\/htcacheclean<br>\n\/usr\/sbin\/httpd<br>\n\/usr\/sbin\/rotatelogs<br>\n\/usr\/sbin\/suexec<br>\n\/usr\/share\/doc\/httpd-2.4.6<br>\n\/usr\/share\/doc\/httpd-2.4.6\/ABOUT_APACHE<br>\n\/usr\/share\/doc\/httpd-2.4.6\/CHANGES<br>\n\/usr\/share\/doc\/httpd-2.4.6\/LICENSE<br>\n\/usr\/share\/doc\/httpd-2.4.6\/NOTICE<br>\n\/usr\/share\/doc\/httpd-2.4.6\/README<br>\n\/usr\/share\/doc\/httpd-2.4.6\/VERSIONING<br>\n\/usr\/share\/doc\/httpd-2.4.6\/httpd-dav.conf<br>\n\/usr\/share\/doc\/httpd-2.4.6\/httpd-default.conf<br>\n\/usr\/share\/doc\/httpd-2.4.6\/httpd-info.conf<br>\n\/usr\/share\/doc\/httpd-2.4.6\/httpd-languages.conf<br>\n\/usr\/share\/doc\/httpd-2.4.6\/httpd-manual.conf<br>\n\/usr\/share\/doc\/httpd-2.4.6\/httpd-mpm.conf<br>\n\/usr\/share\/doc\/httpd-2.4.6\/httpd-multilang-errordoc.conf<br>\n\/usr\/share\/doc\/httpd-2.4.6\/httpd-vhosts.conf<br>\n\/usr\/share\/doc\/httpd-2.4.6\/proxy-html.conf<br>\n\/usr\/share\/httpd<br>\n\/usr\/share\/httpd\/error<br>\n\/usr\/share\/httpd\/error\/HTTP_BAD_GATEWAY.html.var<br>\n\/usr\/share\/httpd\/error\/HTTP_BAD_REQUEST.html.var<br>\n\/usr\/share\/httpd\/error\/HTTP_FORBIDDEN.html.var<br>\n\/usr\/share\/httpd\/error\/HTTP_GONE.html.var<br>\n\/usr\/share\/httpd\/error\/HTTP_INTERNAL_SERVER_ERROR.html.var<br>\n\/usr\/share\/httpd\/error\/HTTP_LENGTH_REQUIRED.html.var<br>\n\/usr\/share\/httpd\/error\/HTTP_METHOD_NOT_ALLOWED.html.var<br>\n\/usr\/share\/httpd\/error\/HTTP_NOT_FOUND.html.var<br>\n\/usr\/share\/httpd\/error\/HTTP_NOT_IMPLEMENTED.html.var<br>\n\/usr\/share\/httpd\/error\/HTTP_PRECONDITION_FAILED.html.var<br>\n\/usr\/share\/httpd\/error\/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var<br>\n\/usr\/share\/httpd\/error\/HTTP_REQUEST_TIME_OUT.html.var<br>\n\/usr\/share\/httpd\/error\/HTTP_REQUEST_URI_TOO_LARGE.html.var<br>\n\/usr\/share\/httpd\/error\/HTTP_SERVICE_UNAVAILABLE.html.var<br>\n\/usr\/share\/httpd\/error\/HTTP_UNAUTHORIZED.html.var<br>\n\/usr\/share\/httpd\/error\/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var<br>\n\/usr\/share\/httpd\/error\/HTTP_VARIANT_ALSO_VARIES.html.var<br>\n\/usr\/share\/httpd\/error\/README<br>\n\/usr\/share\/httpd\/error\/contact.html.var<br>\n\/usr\/share\/httpd\/error\/include<br>\n\/usr\/share\/httpd\/error\/include\/bottom.html<br>\n\/usr\/share\/httpd\/error\/include\/spacer.html<br>\n\/usr\/share\/httpd\/error\/include\/top.html<br>\n\/usr\/share\/httpd\/icons<br>\n\/usr\/share\/httpd\/icons\/README<br>\n\/usr\/share\/httpd\/icons\/README.html<br>\n\/usr\/share\/httpd\/icons\/a.gif<br>\n\/usr\/share\/httpd\/icons\/a.png<br>\n\/usr\/share\/httpd\/icons\/alert.black.gif<br>\n\/usr\/share\/httpd\/icons\/alert.black.png<br>\n\/usr\/share\/httpd\/icons\/alert.red.gif<br>\n\/usr\/share\/httpd\/icons\/alert.red.png<br>\n\/usr\/share\/httpd\/icons\/apache_pb.gif<br>\n\/usr\/share\/httpd\/icons\/apache_pb.png<br>\n\/usr\/share\/httpd\/icons\/apache_pb.svg<br>\n\/usr\/share\/httpd\/icons\/apache_pb2.gif<br>\n\/usr\/share\/httpd\/icons\/apache_pb2.png<br>\n\/usr\/share\/httpd\/icons\/back.gif<br>\n\/usr\/share\/httpd\/icons\/back.png<br>\n\/usr\/share\/httpd\/icons\/ball.gray.gif<br>\n\/usr\/share\/httpd\/icons\/ball.gray.png<br>\n\/usr\/share\/httpd\/icons\/ball.red.gif<br>\n\/usr\/share\/httpd\/icons\/ball.red.png<br>\n\/usr\/share\/httpd\/icons\/binary.gif<br>\n\/usr\/share\/httpd\/icons\/binary.png<br>\n\/usr\/share\/httpd\/icons\/binhex.gif<br>\n\/usr\/share\/httpd\/icons\/binhex.png<br>\n\/usr\/share\/httpd\/icons\/blank.gif<br>\n\/usr\/share\/httpd\/icons\/blank.png<br>\n\/usr\/share\/httpd\/icons\/bomb.gif<br>\n\/usr\/share\/httpd\/icons\/bomb.png<br>\n\/usr\/share\/httpd\/icons\/box1.gif<br>\n\/usr\/share\/httpd\/icons\/box1.png<br>\n\/usr\/share\/httpd\/icons\/box2.gif<br>\n\/usr\/share\/httpd\/icons\/box2.png<br>\n\/usr\/share\/httpd\/icons\/broken.gif<br>\n\/usr\/share\/httpd\/icons\/broken.png<br>\n\/usr\/share\/httpd\/icons\/burst.gif<br>\n\/usr\/share\/httpd\/icons\/burst.png<br>\n\/usr\/share\/httpd\/icons\/c.gif<br>\n\/usr\/share\/httpd\/icons\/c.png<br>\n\/usr\/share\/httpd\/icons\/comp.blue.gif<br>\n\/usr\/share\/httpd\/icons\/comp.blue.png<br>\n\/usr\/share\/httpd\/icons\/comp.gray.gif<br>\n\/usr\/share\/httpd\/icons\/comp.gray.png<br>\n\/usr\/share\/httpd\/icons\/compressed.gif<br>\n\/usr\/share\/httpd\/icons\/compressed.png<br>\n\/usr\/share\/httpd\/icons\/continued.gif<br>\n\/usr\/share\/httpd\/icons\/continued.png<br>\n\/usr\/share\/httpd\/icons\/dir.gif<br>\n\/usr\/share\/httpd\/icons\/dir.png<br>\n\/usr\/share\/httpd\/icons\/diskimg.gif<br>\n\/usr\/share\/httpd\/icons\/diskimg.png<br>\n\/usr\/share\/httpd\/icons\/down.gif<br>\n\/usr\/share\/httpd\/icons\/down.png<br>\n\/usr\/share\/httpd\/icons\/dvi.gif<br>\n\/usr\/share\/httpd\/icons\/dvi.png<br>\n\/usr\/share\/httpd\/icons\/f.gif<br>\n\/usr\/share\/httpd\/icons\/f.png<br>\n\/usr\/share\/httpd\/icons\/folder.gif<br>\n\/usr\/share\/httpd\/icons\/folder.open.gif<br>\n\/usr\/share\/httpd\/icons\/folder.open.png<br>\n\/usr\/share\/httpd\/icons\/folder.png<br>\n\/usr\/share\/httpd\/icons\/folder.sec.gif<br>\n\/usr\/share\/httpd\/icons\/folder.sec.png<br>\n\/usr\/share\/httpd\/icons\/forward.gif<br>\n\/usr\/share\/httpd\/icons\/forward.png<br>\n\/usr\/share\/httpd\/icons\/generic.gif<br>\n\/usr\/share\/httpd\/icons\/generic.png<br>\n\/usr\/share\/httpd\/icons\/generic.red.gif<br>\n\/usr\/share\/httpd\/icons\/generic.red.png<br>\n\/usr\/share\/httpd\/icons\/generic.sec.gif<br>\n\/usr\/share\/httpd\/icons\/generic.sec.png<br>\n\/usr\/share\/httpd\/icons\/hand.right.gif<br>\n\/usr\/share\/httpd\/icons\/hand.right.png<br>\n\/usr\/share\/httpd\/icons\/hand.up.gif<br>\n\/usr\/share\/httpd\/icons\/hand.up.png<br>\n\/usr\/share\/httpd\/icons\/icon.sheet.gif<br>\n\/usr\/share\/httpd\/icons\/icon.sheet.png<br>\n\/usr\/share\/httpd\/icons\/image1.gif<br>\n\/usr\/share\/httpd\/icons\/image1.png<br>\n\/usr\/share\/httpd\/icons\/image2.gif<br>\n\/usr\/share\/httpd\/icons\/image2.png<br>\n\/usr\/share\/httpd\/icons\/image3.gif<br>\n\/usr\/share\/httpd\/icons\/image3.png<br>\n\/usr\/share\/httpd\/icons\/index.gif<br>\n\/usr\/share\/httpd\/icons\/index.png<br>\n\/usr\/share\/httpd\/icons\/layout.gif<br>\n\/usr\/share\/httpd\/icons\/layout.png<br>\n\/usr\/share\/httpd\/icons\/left.gif<br>\n\/usr\/share\/httpd\/icons\/left.png<br>\n\/usr\/share\/httpd\/icons\/link.gif<br>\n\/usr\/share\/httpd\/icons\/link.png<br>\n\/usr\/share\/httpd\/icons\/movie.gif<br>\n\/usr\/share\/httpd\/icons\/movie.png<br>\n\/usr\/share\/httpd\/icons\/odf6odb.png<br>\n\/usr\/share\/httpd\/icons\/odf6odc.png<br>\n\/usr\/share\/httpd\/icons\/odf6odf.png<br>\n\/usr\/share\/httpd\/icons\/odf6odg.png<br>\n\/usr\/share\/httpd\/icons\/odf6odi.png<br>\n\/usr\/share\/httpd\/icons\/odf6odm.png<br>\n\/usr\/share\/httpd\/icons\/odf6odp.png<br>\n\/usr\/share\/httpd\/icons\/odf6ods.png<br>\n\/usr\/share\/httpd\/icons\/odf6odt.png<br>\n\/usr\/share\/httpd\/icons\/odf6otc.png<br>\n\/usr\/share\/httpd\/icons\/odf6otf.png<br>\n\/usr\/share\/httpd\/icons\/odf6otg.png<br>\n\/usr\/share\/httpd\/icons\/odf6oth.png<br>\n\/usr\/share\/httpd\/icons\/odf6oti.png<br>\n\/usr\/share\/httpd\/icons\/odf6otp.png<br>\n\/usr\/share\/httpd\/icons\/odf6ots.png<br>\n\/usr\/share\/httpd\/icons\/odf6ott.png<br>\n\/usr\/share\/httpd\/icons\/p.gif<br>\n\/usr\/share\/httpd\/icons\/p.png<br>\n\/usr\/share\/httpd\/icons\/patch.gif<br>\n\/usr\/share\/httpd\/icons\/patch.png<br>\n\/usr\/share\/httpd\/icons\/pdf.gif<br>\n\/usr\/share\/httpd\/icons\/pdf.png<br>\n\/usr\/share\/httpd\/icons\/pie0.gif<br>\n\/usr\/share\/httpd\/icons\/pie0.png<br>\n\/usr\/share\/httpd\/icons\/pie1.gif<br>\n\/usr\/share\/httpd\/icons\/pie1.png<br>\n\/usr\/share\/httpd\/icons\/pie2.gif<br>\n\/usr\/share\/httpd\/icons\/pie2.png<br>\n\/usr\/share\/httpd\/icons\/pie3.gif<br>\n\/usr\/share\/httpd\/icons\/pie3.png<br>\n\/usr\/share\/httpd\/icons\/pie4.gif<br>\n\/usr\/share\/httpd\/icons\/pie4.png<br>\n\/usr\/share\/httpd\/icons\/pie5.gif<br>\n\/usr\/share\/httpd\/icons\/pie5.png<br>\n\/usr\/share\/httpd\/icons\/pie6.gif<br>\n\/usr\/share\/httpd\/icons\/pie6.png<br>\n\/usr\/share\/httpd\/icons\/pie7.gif<br>\n\/usr\/share\/httpd\/icons\/pie7.png<br>\n\/usr\/share\/httpd\/icons\/pie8.gif<br>\n\/usr\/share\/httpd\/icons\/pie8.png<br>\n\/usr\/share\/httpd\/icons\/portal.gif<br>\n\/usr\/share\/httpd\/icons\/portal.png<br>\n\/usr\/share\/httpd\/icons\/poweredby.png<br>\n\/usr\/share\/httpd\/icons\/ps.gif<br>\n\/usr\/share\/httpd\/icons\/ps.png<br>\n\/usr\/share\/httpd\/icons\/quill.gif<br>\n\/usr\/share\/httpd\/icons\/quill.png<br>\n\/usr\/share\/httpd\/icons\/right.gif<br>\n\/usr\/share\/httpd\/icons\/right.png<br>\n\/usr\/share\/httpd\/icons\/screw1.gif<br>\n\/usr\/share\/httpd\/icons\/screw1.png<br>\n\/usr\/share\/httpd\/icons\/screw2.gif<br>\n\/usr\/share\/httpd\/icons\/screw2.png<br>\n\/usr\/share\/httpd\/icons\/script.gif<br>\n\/usr\/share\/httpd\/icons\/script.png<br>\n\/usr\/share\/httpd\/icons\/small<br>\n\/usr\/share\/httpd\/icons\/small\/back.gif<br>\n\/usr\/share\/httpd\/icons\/small\/back.png<br>\n\/usr\/share\/httpd\/icons\/small\/binary.gif<br>\n\/usr\/share\/httpd\/icons\/small\/binary.png<br>\n\/usr\/share\/httpd\/icons\/small\/binhex.gif<br>\n\/usr\/share\/httpd\/icons\/small\/binhex.png<br>\n\/usr\/share\/httpd\/icons\/small\/blank.gif<br>\n\/usr\/share\/httpd\/icons\/small\/blank.png<br>\n\/usr\/share\/httpd\/icons\/small\/broken.gif<br>\n\/usr\/share\/httpd\/icons\/small\/broken.png<br>\n\/usr\/share\/httpd\/icons\/small\/burst.gif<br>\n\/usr\/share\/httpd\/icons\/small\/burst.png<br>\n\/usr\/share\/httpd\/icons\/small\/comp1.gif<br>\n\/usr\/share\/httpd\/icons\/small\/comp1.png<br>\n\/usr\/share\/httpd\/icons\/small\/comp2.gif<br>\n\/usr\/share\/httpd\/icons\/small\/comp2.png<br>\n\/usr\/share\/httpd\/icons\/small\/compressed.gif<br>\n\/usr\/share\/httpd\/icons\/small\/compressed.png<br>\n\/usr\/share\/httpd\/icons\/small\/continued.gif<br>\n\/usr\/share\/httpd\/icons\/small\/continued.png<br>\n\/usr\/share\/httpd\/icons\/small\/doc.gif<br>\n\/usr\/share\/httpd\/icons\/small\/doc.png<br>\n\/usr\/share\/httpd\/icons\/small\/folder.gif<br>\n\/usr\/share\/httpd\/icons\/small\/folder.png<br>\n\/usr\/share\/httpd\/icons\/small\/folder2.gif<br>\n\/usr\/share\/httpd\/icons\/small\/folder2.png<br>\n\/usr\/share\/httpd\/icons\/small\/forward.gif<br>\n\/usr\/share\/httpd\/icons\/small\/forward.png<br>\n\/usr\/share\/httpd\/icons\/small\/generic.gif<br>\n\/usr\/share\/httpd\/icons\/small\/generic.png<br>\n\/usr\/share\/httpd\/icons\/small\/generic2.gif<br>\n\/usr\/share\/httpd\/icons\/small\/generic2.png<br>\n\/usr\/share\/httpd\/icons\/small\/generic3.gif<br>\n\/usr\/share\/httpd\/icons\/small\/generic3.png<br>\n\/usr\/share\/httpd\/icons\/small\/image.gif<br>\n\/usr\/share\/httpd\/icons\/small\/image.png<br>\n\/usr\/share\/httpd\/icons\/small\/image2.gif<br>\n\/usr\/share\/httpd\/icons\/small\/image2.png<br>\n\/usr\/share\/httpd\/icons\/small\/index.gif<br>\n\/usr\/share\/httpd\/icons\/small\/index.png<br>\n\/usr\/share\/httpd\/icons\/small\/key.gif<br>\n\/usr\/share\/httpd\/icons\/small\/key.png<br>\n\/usr\/share\/httpd\/icons\/small\/movie.gif<br>\n\/usr\/share\/httpd\/icons\/small\/movie.png<br>\n\/usr\/share\/httpd\/icons\/small\/patch.gif<br>\n\/usr\/share\/httpd\/icons\/small\/patch.png<br>\n\/usr\/share\/httpd\/icons\/small\/ps.gif<br>\n\/usr\/share\/httpd\/icons\/small\/ps.png<br>\n\/usr\/share\/httpd\/icons\/small\/rainbow.gif<br>\n\/usr\/share\/httpd\/icons\/small\/rainbow.png<br>\n\/usr\/share\/httpd\/icons\/small\/sound.gif<br>\n\/usr\/share\/httpd\/icons\/small\/sound.png<br>\n\/usr\/share\/httpd\/icons\/small\/sound2.gif<br>\n\/usr\/share\/httpd\/icons\/small\/sound2.png<br>\n\/usr\/share\/httpd\/icons\/small\/tar.gif<br>\n\/usr\/share\/httpd\/icons\/small\/tar.png<br>\n\/usr\/share\/httpd\/icons\/small\/text.gif<br>\n\/usr\/share\/httpd\/icons\/small\/text.png<br>\n\/usr\/share\/httpd\/icons\/small\/transfer.gif<br>\n\/usr\/share\/httpd\/icons\/small\/transfer.png<br>\n\/usr\/share\/httpd\/icons\/small\/unknown.gif<br>\n\/usr\/share\/httpd\/icons\/small\/unknown.png<br>\n\/usr\/share\/httpd\/icons\/small\/uu.gif<br>\n\/usr\/share\/httpd\/icons\/small\/uu.png<br>\n\/usr\/share\/httpd\/icons\/sound1.gif<br>\n\/usr\/share\/httpd\/icons\/sound1.png<br>\n\/usr\/share\/httpd\/icons\/sound2.gif<br>\n\/usr\/share\/httpd\/icons\/sound2.png<br>\n\/usr\/share\/httpd\/icons\/sphere1.gif<br>\n\/usr\/share\/httpd\/icons\/sphere1.png<br>\n\/usr\/share\/httpd\/icons\/sphere2.gif<br>\n\/usr\/share\/httpd\/icons\/sphere2.png<br>\n\/usr\/share\/httpd\/icons\/svg.png<br>\n\/usr\/share\/httpd\/icons\/tar.gif<br>\n\/usr\/share\/httpd\/icons\/tar.png<br>\n\/usr\/share\/httpd\/icons\/tex.gif<br>\n\/usr\/share\/httpd\/icons\/tex.png<br>\n\/usr\/share\/httpd\/icons\/text.gif<br>\n\/usr\/share\/httpd\/icons\/text.png<br>\n\/usr\/share\/httpd\/icons\/transfer.gif<br>\n\/usr\/share\/httpd\/icons\/transfer.png<br>\n\/usr\/share\/httpd\/icons\/unknown.gif<br>\n\/usr\/share\/httpd\/icons\/unknown.png<br>\n\/usr\/share\/httpd\/icons\/up.gif<br>\n\/usr\/share\/httpd\/icons\/up.png<br>\n\/usr\/share\/httpd\/icons\/uu.gif<br>\n\/usr\/share\/httpd\/icons\/uu.png<br>\n\/usr\/share\/httpd\/icons\/uuencoded.gif<br>\n\/usr\/share\/httpd\/icons\/uuencoded.png<br>\n\/usr\/share\/httpd\/icons\/world1.gif<br>\n\/usr\/share\/httpd\/icons\/world1.png<br>\n\/usr\/share\/httpd\/icons\/world2.gif<br>\n\/usr\/share\/httpd\/icons\/world2.png<br>\n\/usr\/share\/httpd\/icons\/xml.png<br>\n\/usr\/share\/httpd\/noindex<br>\n\/usr\/share\/httpd\/noindex\/css<br>\n\/usr\/share\/httpd\/noindex\/css\/bootstrap-theme.min.css<br>\n\/usr\/share\/httpd\/noindex\/css\/bootstrap.min.css<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Bold<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Bold\/OpenSans-Bold.eot<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Bold\/OpenSans-Bold.svg<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Bold\/OpenSans-Bold.ttf<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Bold\/OpenSans-Bold.woff<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/BoldItalic<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/BoldItalic\/OpenSans-BoldItalic.eot<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/BoldItalic\/OpenSans-BoldItalic.svg<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/BoldItalic\/OpenSans-BoldItalic.ttf<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/BoldItalic\/OpenSans-BoldItalic.woff<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/ExtraBold<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/ExtraBold\/OpenSans-ExtraBold.eot<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/ExtraBold\/OpenSans-ExtraBold.svg<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/ExtraBold\/OpenSans-ExtraBold.ttf<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/ExtraBold\/OpenSans-ExtraBold.woff<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/ExtraBoldItalic<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/ExtraBoldItalic\/OpenSans-ExtraBoldItalic.eot<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/ExtraBoldItalic\/OpenSans-ExtraBoldItalic.svg<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/ExtraBoldItalic\/OpenSans-ExtraBoldItalic.ttf<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/ExtraBoldItalic\/OpenSans-ExtraBoldItalic.woff<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Italic<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Italic\/OpenSans-Italic.eot<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Italic\/OpenSans-Italic.svg<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Italic\/OpenSans-Italic.ttf<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Italic\/OpenSans-Italic.woff<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Light<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Light\/OpenSans-Light.eot<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Light\/OpenSans-Light.svg<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Light\/OpenSans-Light.ttf<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Light\/OpenSans-Light.woff<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/LightItalic<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/LightItalic\/OpenSans-LightItalic.eot<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/LightItalic\/OpenSans-LightItalic.svg<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/LightItalic\/OpenSans-LightItalic.ttf<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/LightItalic\/OpenSans-LightItalic.woff<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Regular<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Regular\/OpenSans-Regular.eot<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Regular\/OpenSans-Regular.svg<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Regular\/OpenSans-Regular.ttf<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Regular\/OpenSans-Regular.woff<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Semibold<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Semibold\/OpenSans-Semibold.eot<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Semibold\/OpenSans-Semibold.svg<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Semibold\/OpenSans-Semibold.ttf<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/Semibold\/OpenSans-Semibold.woff<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/SemiboldItalic<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/SemiboldItalic\/OpenSans-SemiboldItalic.eot<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/SemiboldItalic\/OpenSans-SemiboldItalic.svg<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/SemiboldItalic\/OpenSans-SemiboldItalic.ttf<br>\n\/usr\/share\/httpd\/noindex\/css\/fonts\/SemiboldItalic\/OpenSans-SemiboldItalic.woff<br>\n\/usr\/share\/httpd\/noindex\/css\/open-sans.css<br>\n\/usr\/share\/httpd\/noindex\/images<br>\n\/usr\/share\/httpd\/noindex\/images\/apache_pb.gif<br>\n\/usr\/share\/httpd\/noindex\/images\/poweredby.png<br>\n\/usr\/share\/httpd\/noindex\/index.html<br>\n\/usr\/share\/man\/man8\/apachectl.8.gz<br>\n\/usr\/share\/man\/man8\/fcgistarter.8.gz<br>\n\/usr\/share\/man\/man8\/htcacheclean.8.gz<br>\n\/usr\/share\/man\/man8\/httpd.8.gz<br>\n\/usr\/share\/man\/man8\/rotatelogs.8.gz<br>\n\/usr\/share\/man\/man8\/suexec.8.gz<br>\n\/var\/cache\/httpd<br>\n\/var\/cache\/httpd\/proxy<br>\n\/var\/lib\/dav<br>\n\/var\/log\/httpd<br>\n\/var\/www<br>\n\/var\/www\/cgi-bin<br>\n\/var\/www\/html<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Where to go next?<\/h2>\n\n\n\n<p>You&#8217;ve successfully installed the world most famous and widely used web server, here a few articles to help you in the learning adventure of Apache web server.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"\/apache-http-server-status\/\">How to check Apache&#8217;s status<\/a><\/li><li><a href=\"\/apache-test-page\/\">Apache Test Page<\/a><\/li><li><a href=\"\/apache-and-firewall\/\">Apache and Firewall<\/a><\/li><li><a href=\"\/add-an-apaches-virtual-host\/\">How to add an Apache&#8217;s Virtual Host<\/a><\/li><li><a href=\"\/removing-an-apaches-virtual-host\/\">How to remove an Apache&#8217;s Virtual Host<\/a><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>How to install Apache web server? Another easy installation is the Apache web server installation, you&#8217;ll have to just copy and run the following CLI commands and Apache will be up and running in no time. Please be sure to run the above command using an account with &#8220;sudo&#8221; privileges, in our case we are &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/lamp.ciscoar.com\/?page_id=246\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Installing Apache on CentOS 7&#8221;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-246","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=\/wp\/v2\/pages\/246","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=246"}],"version-history":[{"count":51,"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=\/wp\/v2\/pages\/246\/revisions"}],"predecessor-version":[{"id":3579,"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=\/wp\/v2\/pages\/246\/revisions\/3579"}],"wp:attachment":[{"href":"https:\/\/lamp.ciscoar.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=246"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}