{"id":3107,"date":"2025-12-31T07:44:23","date_gmt":"2025-12-31T07:44:23","guid":{"rendered":"https:\/\/pheonixsolutions.com\/knowledge-base\/?p=3107"},"modified":"2025-12-31T07:49:01","modified_gmt":"2025-12-31T07:49:01","slug":"how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/12\/31\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\/","title":{"rendered":"How to Switch from PHP-CGI to PHP-FPM in WHM (cPanel)"},"content":{"rendered":"\n<p>Introduction<\/p>\n\n\n\n<p>PHP-FPM (FastCGI Process Manager) is a modern and efficient PHP handler widely recommended for servers running cPanel\/WHM. Compared to the legacy PHP-CGI, PHP-FPM offers better performance, improved memory usage, and enhanced security, making it ideal for high-traffic and resource-intensive websites.<\/p>\n\n\n\n<p>Prerequisites<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Root access to <strong>WHM<\/strong><\/li>\n\n\n\n<li>cPanel\/WHM version <strong>68 or later<\/strong><\/li>\n\n\n\n<li>PHP installed via <strong>EasyApache 4<\/strong><\/li>\n\n\n\n<li>A recent <strong>server backup<\/strong> (recommended)<\/li>\n\n\n\n<li>Basic knowledge of WHM and Apache configuration<\/li>\n<\/ol>\n\n\n\n<p>Implementation<\/p>\n\n\n\n<p>Step 1: Log in to WHM<br>Access WHM using your root credentials<br>https:\/\/your-server-ip:2087<\/p>\n\n\n\n<p>Step 2: Ensure PHP-FPM Is Installed<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Navigate to Home \u2192 Software \u2192 EasyApache 4<\/li>\n\n\n\n<li>Click Customize<\/li>\n\n\n\n<li>Under PHP Extensions, ensure PHP-FPM is enabled<\/li>\n\n\n\n<li>Click Review and Provision if changes are required<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"805\" src=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-31-at-1.07.31-PM-1024x805.png\" alt=\"\" class=\"wp-image-3108\" srcset=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-31-at-1.07.31-PM-1024x805.png 1024w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-31-at-1.07.31-PM-300x236.png 300w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-31-at-1.07.31-PM-768x604.png 768w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-31-at-1.07.31-PM-150x118.png 150w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-31-at-1.07.31-PM.png 1506w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Step 3: Enable PHP-FPM Globally<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to Home \u2192 Software \u2192 MultiPHP Manager<\/li>\n\n\n\n<li>Click the Manage PHP-FPM tab<\/li>\n\n\n\n<li>Enable PHP-FPM for:<br>All Domains (Recommended)<br>or<br>Select individual domains as needed<\/li>\n\n\n\n<li>Click Apply<\/li>\n<\/ol>\n\n\n\n<p>Step 4: Disable PHP-CGI (Optional but Recommended)<\/p>\n\n\n\n<p>PHP-CGI is automatically replaced when PHP-FPM is enabled, but to ensure optimal performance:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Navigate to Home \u2192 Software \u2192 EasyApache 4<\/li>\n\n\n\n<li>Under Apache Modules, ensure mod_cgid is not required<\/li>\n\n\n\n<li>PHP handlers will now run via PHP-FPM (FastCGI)<\/li>\n<\/ol>\n\n\n\n<p>Step 5: Restart Services<br>Restart Apache and PHP-FPM to apply changes:<\/p>\n\n\n\n<p>$ systemctl restart httpd<br>$ systemctl restart ea-php*-php-fpm<\/p>\n\n\n\n<p>Conclusion<\/p>\n\n\n\n<p>Switching from PHP-CGI to PHP-FPM in WHM is a simple yet powerful optimization that significantly improves server performance, stability, and scalability. With PHP-FPM enabled, the server can efficiently handle higher traffic loads while maintaining better resource control.<\/p>\n\n\n\n<p>If we manage multiple websites or run high-traffic applications, PHP-FPM is strongly recommended as the default PHP handler.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction PHP-FPM (FastCGI Process Manager) is a modern and efficient PHP handler widely recommended for servers running cPanel\/WHM. Compared to the legacy PHP-CGI, PHP-FPM offers better performance, improved memory usage, and enhanced security, making it ideal for high-traffic and resource-intensive websites. Prerequisites Implementation Step 1: Log in to WHMAccess WHM using your root credentialshttps:\/\/your-server-ip:2087 Step ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/12\/31\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\/\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[33],"tags":[216],"class_list":["post-3107","post","type-post","status-publish","format-standard","hentry","category-whm","tag-php-fpm"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Switch from PHP-CGI to PHP-FPM in WHM (cPanel) - PheonixSolutions Knowledge-Base<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/12\/31\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Switch from PHP-CGI to PHP-FPM in WHM (cPanel) - PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"og:description\" content=\"Introduction PHP-FPM (FastCGI Process Manager) is a modern and efficient PHP handler widely recommended for servers running cPanel\/WHM. Compared to the legacy PHP-CGI, PHP-FPM offers better performance, improved memory usage, and enhanced security, making it ideal for high-traffic and resource-intensive websites. Prerequisites Implementation Step 1: Log in to WHMAccess WHM using your root credentialshttps:\/\/your-server-ip:2087 Step ..Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/12\/31\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\/\" \/>\n<meta property=\"og:site_name\" content=\"PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"article:published_time\" content=\"2025-12-31T07:44:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-31T07:49:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-31-at-1.07.31-PM.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1506\" \/>\n\t<meta property=\"og:image:height\" content=\"1184\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"meenakshi k\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"meenakshi k\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/12\\\/31\\\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/12\\\/31\\\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\\\/\"},\"author\":{\"name\":\"meenakshi k\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/baf2a3c7578108699459ee9dfee7211f\"},\"headline\":\"How to Switch from PHP-CGI to PHP-FPM in WHM (cPanel)\",\"datePublished\":\"2025-12-31T07:44:23+00:00\",\"dateModified\":\"2025-12-31T07:49:01+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/12\\\/31\\\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\\\/\"},\"wordCount\":258,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/12\\\/31\\\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Screenshot-2025-12-31-at-1.07.31-PM-1024x805.png\",\"keywords\":[\"php-fpm\"],\"articleSection\":[\"WHM\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/12\\\/31\\\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/12\\\/31\\\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/12\\\/31\\\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\\\/\",\"name\":\"How to Switch from PHP-CGI to PHP-FPM in WHM (cPanel) - PheonixSolutions Knowledge-Base\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/12\\\/31\\\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/12\\\/31\\\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Screenshot-2025-12-31-at-1.07.31-PM-1024x805.png\",\"datePublished\":\"2025-12-31T07:44:23+00:00\",\"dateModified\":\"2025-12-31T07:49:01+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/baf2a3c7578108699459ee9dfee7211f\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/12\\\/31\\\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/12\\\/31\\\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/12\\\/31\\\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\\\/#primaryimage\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Screenshot-2025-12-31-at-1.07.31-PM.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2025\\\/12\\\/Screenshot-2025-12-31-at-1.07.31-PM.png\",\"width\":1506,\"height\":1184},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2025\\\/12\\\/31\\\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Switch from PHP-CGI to PHP-FPM in WHM (cPanel)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\",\"name\":\"PheonixSolutions Knowledge-Base\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/baf2a3c7578108699459ee9dfee7211f\",\"name\":\"meenakshi k\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&d=mm&r=g\",\"caption\":\"meenakshi k\"},\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/author\\\/meenakshi\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Switch from PHP-CGI to PHP-FPM in WHM (cPanel) - PheonixSolutions Knowledge-Base","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:\/\/pheonixsolutions.com\/knowledge-base\/2025\/12\/31\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\/","og_locale":"en_US","og_type":"article","og_title":"How to Switch from PHP-CGI to PHP-FPM in WHM (cPanel) - PheonixSolutions Knowledge-Base","og_description":"Introduction PHP-FPM (FastCGI Process Manager) is a modern and efficient PHP handler widely recommended for servers running cPanel\/WHM. Compared to the legacy PHP-CGI, PHP-FPM offers better performance, improved memory usage, and enhanced security, making it ideal for high-traffic and resource-intensive websites. Prerequisites Implementation Step 1: Log in to WHMAccess WHM using your root credentialshttps:\/\/your-server-ip:2087 Step ..Read more","og_url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/12\/31\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\/","og_site_name":"PheonixSolutions Knowledge-Base","article_published_time":"2025-12-31T07:44:23+00:00","article_modified_time":"2025-12-31T07:49:01+00:00","og_image":[{"width":1506,"height":1184,"url":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-31-at-1.07.31-PM.png","type":"image\/png"}],"author":"meenakshi k","twitter_card":"summary_large_image","twitter_misc":{"Written by":"meenakshi k","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/12\/31\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/12\/31\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\/"},"author":{"name":"meenakshi k","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/baf2a3c7578108699459ee9dfee7211f"},"headline":"How to Switch from PHP-CGI to PHP-FPM in WHM (cPanel)","datePublished":"2025-12-31T07:44:23+00:00","dateModified":"2025-12-31T07:49:01+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/12\/31\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\/"},"wordCount":258,"commentCount":0,"image":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/12\/31\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-31-at-1.07.31-PM-1024x805.png","keywords":["php-fpm"],"articleSection":["WHM"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/12\/31\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/12\/31\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\/","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/12\/31\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\/","name":"How to Switch from PHP-CGI to PHP-FPM in WHM (cPanel) - PheonixSolutions Knowledge-Base","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/12\/31\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\/#primaryimage"},"image":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/12\/31\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-31-at-1.07.31-PM-1024x805.png","datePublished":"2025-12-31T07:44:23+00:00","dateModified":"2025-12-31T07:49:01+00:00","author":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/baf2a3c7578108699459ee9dfee7211f"},"breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/12\/31\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/12\/31\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/12\/31\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\/#primaryimage","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-31-at-1.07.31-PM.png","contentUrl":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2025\/12\/Screenshot-2025-12-31-at-1.07.31-PM.png","width":1506,"height":1184},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2025\/12\/31\/how-to-switch-from-php-cgi-to-php-fpm-in-whm-cpanel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"How to Switch from PHP-CGI to PHP-FPM in WHM (cPanel)"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/","name":"PheonixSolutions Knowledge-Base","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/knowledge-base\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/baf2a3c7578108699459ee9dfee7211f","name":"meenakshi k","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&d=mm&r=g","caption":"meenakshi k"},"url":"https:\/\/pheonixsolutions.com\/knowledge-base\/author\/meenakshi\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/3107","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/comments?post=3107"}],"version-history":[{"count":3,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/3107\/revisions"}],"predecessor-version":[{"id":3111,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/3107\/revisions\/3111"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=3107"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=3107"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=3107"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}