{"id":517,"date":"2019-12-05T03:20:08","date_gmt":"2019-12-05T03:20:08","guid":{"rendered":"http:\/\/blog.um-palembang.ac.id\/sayfudin\/?p=517"},"modified":"2019-12-05T03:34:00","modified_gmt":"2019-12-05T03:34:00","slug":"howto-allow-http-access-on-centos-7","status":"publish","type":"post","link":"http:\/\/blog.um-palembang.ac.id\/sayfudin\/howto-allow-http-access-on-centos-7\/","title":{"rendered":"Howto allow http access on Centos 7"},"content":{"rendered":"<p>How can I allow http access on Centos 7?<\/p>\n<p>By default, the Centos 7 template includes a fully locked down firewall.<\/p>\n<p>To test, you can disable the firewall using<\/p>\n<p>systemctl stop firewalld<\/p>\n<p>To open the firewall for http and https issue the following commands as root, using console or SSH<\/p>\n<p>Allow apache in firewall.<\/p>\n<pre class=\"dos\">firewall-cmd --permanent --zone=public --add-service=http\r\nfirewall-cmd --permanent --zone=public --add-service=https\r\nfirewall-cmd --reload<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>How can I allow http access on Centos 7? By default, the Centos 7 template includes a fully locked down firewall. To test, you can disable the firewall using systemctl stop firewalld To open the firewall for http and https issue the following commands as root, using console or SSH Allow apache in firewall. firewall-cmd [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":""},"categories":[11,1],"tags":[64],"_links":{"self":[{"href":"http:\/\/blog.um-palembang.ac.id\/sayfudin\/wp-json\/wp\/v2\/posts\/517"}],"collection":[{"href":"http:\/\/blog.um-palembang.ac.id\/sayfudin\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blog.um-palembang.ac.id\/sayfudin\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blog.um-palembang.ac.id\/sayfudin\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"http:\/\/blog.um-palembang.ac.id\/sayfudin\/wp-json\/wp\/v2\/comments?post=517"}],"version-history":[{"count":1,"href":"http:\/\/blog.um-palembang.ac.id\/sayfudin\/wp-json\/wp\/v2\/posts\/517\/revisions"}],"predecessor-version":[{"id":518,"href":"http:\/\/blog.um-palembang.ac.id\/sayfudin\/wp-json\/wp\/v2\/posts\/517\/revisions\/518"}],"wp:attachment":[{"href":"http:\/\/blog.um-palembang.ac.id\/sayfudin\/wp-json\/wp\/v2\/media?parent=517"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blog.um-palembang.ac.id\/sayfudin\/wp-json\/wp\/v2\/categories?post=517"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blog.um-palembang.ac.id\/sayfudin\/wp-json\/wp\/v2\/tags?post=517"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}