{"id":4232,"date":"2017-11-04T03:42:14","date_gmt":"2017-11-04T03:42:14","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/2017\/11\/04\/install-http2-vps-dedicated-server\/"},"modified":"2024-04-17T12:30:47","modified_gmt":"2024-04-17T16:30:47","slug":"install-http2-vps-dedicated-server","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/","title":{"rendered":"How to Install HTTP\/2 in WebHost Manager (WHM)"},"content":{"rendered":"<p>If you have just purchased your VPS or Dedicated server account, then congratulations you do not need to install <strong>HTTP\/2<\/strong> as it is already included. However, if you need to install it then it is a fairly simple process. You will need to have <a href=\"\/support\/edu\/easyapache\/upgrade-php-easyapache\/\">EasyApache 4<\/a> please review the instructions and conditions below if you need to install <strong>HTTP\/2<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"install\">Install HTTP\/2<\/h2>\n\n\n\n<p class=\"alert alert-warning\">The <strong>installation of HTTP\/2<\/strong> on a <a href=\"https:\/\/www.inmotionhosting.com\/vps-hosting\" target=\"_blank\" rel=\"noreferrer noopener\">VPS<\/a> or <a href=\"https:\/\/www.inmotionhosting.com\/dedicated-servers\" target=\"_blank\" rel=\"noreferrer noopener\">Dedicated server<\/a> account requires that you have root access. Make sure that you have also performed a complete backup before continuing.<\/p>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li><a href=\"\/support\/server\/ssh\/how-to-login-ssh\/\">Login to SSH as the root user<\/a><\/li>\n\n\n\n<li>Run the following command:<br>yum install ea-apache24-mod_http2<br><\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"enable\">Enable HTTP\/2 in Easy Apache4<\/h2>\n\n\n\n<ol class=\"article_list wp-block-list\">\n<li><a aria-label=\"Log into Web Host Manager (WHM) (opens in a new tab)\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/whm\/log-into-whm\/\" target=\"_blank\" rel=\"noreferrer noopener\">Log into Web Host Manager (WHM)<\/a><\/li>\n\n\n\n<li>Select <strong>EasyApache 4<\/strong><\/li>\n\n\n\n<li>Beside <em>Currently Installed Packages<\/em>, select <strong>Customize<\/strong><\/li>\n\n\n\n<li>Select <strong>Apache Modules<\/strong><\/li>\n\n\n\n<li>Search \u201chttp2\u201d<\/li>\n\n\n\n<li>Toggle <strong>mod_http2<\/strong> to blue<\/li>\n\n\n\n<li>Select <strong>Yes<\/strong> if you\u2019re prompted to remove conflicting packages such as PHP 7.1 and a Multi-Processing Module (MPM) package, <strong>Continue<\/strong>, and select another Apache MPM package<\/li>\n\n\n\n<li>Select <strong>Review<\/strong> at the bottom<\/li>\n\n\n\n<li>Select <strong>Provision<\/strong><\/li>\n\n\n\n<li>Select <strong>Done<\/strong><\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"503\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/ea4-http2-1024x503.png\" alt=\"Select mod_http2 in Easy Apache 4\" class=\"wp-image-53790\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/ea4-http2-1024x503.png 1024w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/ea4-http2-300x147.png 300w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/ea4-http2-768x377.png 768w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/ea4-http2.png 1050w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><figcaption class=\"wp-element-caption\">Toggle to install the HTTP\/2 Apache module<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"important\">Important conditions for HTTP\/2 installation<\/h2>\n\n\n<ul>\n<li>If you are using NGINX web server configured for port 80, you do not need to install <strong>HTTP\/2<\/strong> support for Apache as it is included in the default NGINX configuration. The installation of <strong>HTTP\/2<\/strong> in this type of configuration will cause secure connection issues with the Apple Safari internet browser in the Mac Operating System (OS 10+).<\/li>\n<li>If you install <a href=\"\/support\/server\/nginx\/install-nginx-on-cpanel\/\">NGINX<\/a> for your InMotion Hosting account, then it will automatically remove the <strong>HTTP\/2<\/strong> package for the Apache Web Server.<\/li>\n<li>Remember that the domain using <strong>HTTP\/2<\/strong> must have a valid SSL certificate for <strong>HTTP\/2<\/strong> to work properly.<\/li>\n<li>Apache offers three MPM modules: Prefork, Worker, and Event. <strong>HTTP\/2<\/strong> on Apache does not support the <em>mpm_prefork<\/em> module but you can use <strong>mpm_worker<\/strong> in its place. You can find more information on the different Multi-processing Modules (MPM) <a href=\"https:\/\/httpd.apache.org\/docs\/2.4\/mpm.html\" target=\"_blank\" rel=\"noopener noreferrer\">here<\/a>. The removal of the mpm_prefork module will affect how your PHP code is handled. If you are not familiar with the multiprocessing modules and how it affects your PHP installation then consult with an experienced developer. You can also find more information on the different PHP handlers in this article: <a href=\"\/support\/website\/choosing-the-best-php-handler\/\">Choosing the best PHP handler<\/a>.You can remove the mpm_prefork module by using the following command:\n<p class=\"cli\"><span style=\"color: red; text-shadow: 0 0px 0;\">yum remove ea-apache24-mod_mpm_prefork <\/span><\/p>\n<\/li>\n<\/ul>\n\n\n<p>You should now be able to <strong>install HTTP\/2 support on your VPS\/Dedicated server account<\/strong>. For further reading on enabling HTTP\/2 in Apache, please see <a href=\"https:\/\/www.inmotionhosting.com\/support\/server\/apache\/enable-http-2-apache\/\" target=\"_blank\" rel=\"noreferrer noopener\">How to enable HTTP\/2 support in Apache<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you have just purchased your VPS or Dedicated server account, then congratulations you do not need to install HTTP\/2 as it is already included. However, if you need to install it then it is a fairly simple process. You will need to have EasyApache 4 please review the instructions and conditions below if you<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/\"> Read More ><\/a><\/p>\n","protected":false},"author":57014,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4302],"tags":[],"class_list":["post-4232","post","type-post","status-publish","format-standard","hentry","category-easyapache"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Install HTTP\/2 on Your VPS or Dedicated Server | InMotion Hosting<\/title>\n<meta name=\"description\" content=\"Learn how to install HTTP\/2 on your VPS or Dedicated server\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install HTTP\/2 on Your VPS or Dedicated Server | InMotion Hosting\" \/>\n<meta property=\"og:description\" content=\"Learn how to install HTTP\/2 on your VPS or Dedicated server\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2017-11-04T03:42:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-17T16:30:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/ea4-http2-1024x503.png\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\"},\"headline\":\"How to Install HTTP\/2 in WebHost Manager (WHM)\",\"datePublished\":\"2017-11-04T03:42:14+00:00\",\"dateModified\":\"2024-04-17T16:30:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/\"},\"wordCount\":429,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/ea4-http2-1024x503.png\",\"articleSection\":[\"EasyApache\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/\",\"name\":\"Install HTTP\/2 on Your VPS or Dedicated Server | InMotion Hosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/ea4-http2-1024x503.png\",\"datePublished\":\"2017-11-04T03:42:14+00:00\",\"dateModified\":\"2024-04-17T16:30:47+00:00\",\"description\":\"Learn how to install HTTP\/2 on your VPS or Dedicated server\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/ea4-http2.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/ea4-http2.png\",\"width\":1050,\"height\":516},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install HTTP\/2 in WebHost Manager (WHM)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Install HTTP\/2 on Your VPS or Dedicated Server | InMotion Hosting","description":"Learn how to install HTTP\/2 on your VPS or Dedicated server","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/","og_locale":"en_US","og_type":"article","og_title":"Install HTTP\/2 on Your VPS or Dedicated Server | InMotion Hosting","og_description":"Learn how to install HTTP\/2 on your VPS or Dedicated server","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2017-11-04T03:42:14+00:00","article_modified_time":"2024-04-17T16:30:47+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/ea4-http2-1024x503.png","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644"},"headline":"How to Install HTTP\/2 in WebHost Manager (WHM)","datePublished":"2017-11-04T03:42:14+00:00","dateModified":"2024-04-17T16:30:47+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/"},"wordCount":429,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/ea4-http2-1024x503.png","articleSection":["EasyApache"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/","name":"Install HTTP\/2 on Your VPS or Dedicated Server | InMotion Hosting","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/ea4-http2-1024x503.png","datePublished":"2017-11-04T03:42:14+00:00","dateModified":"2024-04-17T16:30:47+00:00","description":"Learn how to install HTTP\/2 on your VPS or Dedicated server","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/ea4-http2.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2020\/03\/ea4-http2.png","width":1050,"height":516},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/install-http2-vps-dedicated-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Install HTTP\/2 in WebHost Manager (WHM)"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/f9a4fc454cd1df128ee8e898d30d4644","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/inmotion-hosting-contributor\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":{"id":4302,"name":"EasyApache","slug":"easyapache","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/easyapache\/"},"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4232","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/57014"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=4232"}],"version-history":[{"count":13,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4232\/revisions"}],"predecessor-version":[{"id":127583,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/4232\/revisions\/127583"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=4232"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=4232"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=4232"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}