{"id":3101,"date":"2026-01-08T03:20:06","date_gmt":"2026-01-08T03:20:06","guid":{"rendered":"https:\/\/pheonixsolutions.com\/knowledge-base\/?p=3101"},"modified":"2026-01-08T03:20:10","modified_gmt":"2026-01-08T03:20:10","slug":"how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/08\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\/","title":{"rendered":"How to Fix Pure-FTPd Connection, Timeout &amp; Passive Mode Issues on cPanel (AlmaLinux 8)"},"content":{"rendered":"\n<p><strong>Introduction<\/strong><\/p>\n\n\n\n<p>When using FTP or FTPS on a cPanel server, Pure-FTPd manages all FTP connections.<br>However, improper passive mode configuration or firewall restrictions often cause connection failures such as:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>FTP login succeeds but directory listing fails<\/li>\n\n\n\n<li>FileZilla shows \u201cETIMEDOUT\u201d or \u201cFailed to retrieve directory listing\u201d<\/li>\n\n\n\n<li>FTP freezes after login<\/li>\n\n\n\n<li>Repeated login attempts in Pure-FTPd logs<\/li>\n\n\n\n<li>Error: 421 Too many connections (8) from this IP<\/li>\n<\/ol>\n\n\n\n<p>This guide explains how to properly configure Pure-FTPd passive mode on AlmaLinux 8 with cPanel, ensuring stable and secure FTP connectivity.<\/p>\n\n\n\n<p><strong>Prerequisites<\/strong><br>     1. Root SSH access to the server<br>     2. cPanel \/ WHM installed<br>     3. Pure-FTPd enabled<br>     4. CSF (ConfigServer Firewall) active<br>     5. Public IP address of the server<br><strong>Step 1:<\/strong><br>Identify the Issue from FTP Logs<br>Check the FTP logs for symptoms:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>$ tail -f \/var\/log\/messages<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Typical problematic logs:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>New connection from<br>TLS: Enabled TLSv1.3<br>logged in<br>Timeout<br>New connection from<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Step 2:<\/strong><br>Create Pure-FTPd Configuration Directory<br>On many cPanel servers, the Pure-FTPd config directory does not exist by default.<\/p>\n\n\n\n<p>Create it manually:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>$ mkdir -p \/etc\/pure-ftpd\/conf<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Verify:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>$ ls -ld \/etc\/pure-ftpd\/conf<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Step 3:<\/strong><br>Configure FTP Data Ports<br>Set a fixed port range for FTP data connections.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>$ echo &#8220;15295 78952 &#8221; &gt; \/etc\/pure-ftpd\/conf\/PassivePortRange<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Verify:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>$ cat \/etc\/pure-ftpd\/conf\/PassivePortRange<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Expected output:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>15295 78952<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Make sure this port range is allowed in your firewall settings so FTP connections work correctly.<br><strong>Note: <\/strong><br>The port range shown is an example. You may configure a different passive port range based on your server and firewall setup.<br><strong>Step 4:<\/strong><br>Set the Public IP for Passive Mode<br>Pure-FTPd must advertise the correct public IP to clients.<br><\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>$ echo &#8220;YOUR_PUBLIC_IP&#8221; &gt; \/etc\/pure-ftpd\/conf\/ForcePassiveIP<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Example:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>$ echo &#8220;123.111.156.11&#8221; &gt; \/etc\/pure-ftpd\/conf\/ForcePassiveIP<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Verify:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>$ cat \/etc\/pure-ftpd\/conf\/ForcePassiveIP<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Step 5:<\/strong><br>Restart Pure-FTPd Service<br>Apply the changes:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>$ systemctl restart pure-ftpd<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Confirm service status:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>$ systemctl status pure-ftpd<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Step 6:<\/strong><br>Open Passive Ports in CSF Firewall<br>Edit CSF configuration:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>$ nano \/etc\/csf\/csf.conf<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Update or confirm:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>TCP_IN = &#8220;20,21,22,25,53,80,443,15295:78952&#8221;<br>TCP_OUT = &#8220;20,21,22,25,53,80,443,15295:78952&#8243;Apply firewall changes:<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Apply firewall changes:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>$ csf -r<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Step 7:<\/strong><br>Verify FTP Connectivity<br>From a client (FileZilla \/ WinSCP):<br>     1. Protocol: FTP<br>     2. Encryption: Require explicit FTP over TLS=<br>     3. Transfer Mode: Passive<br>     4. Port: 21<br>You should now see:<br>     1. Immediate directory listing<br>     2. No timeout<br>     3. Stable file transfers<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction When using FTP or FTPS on a cPanel server, Pure-FTPd manages all FTP connections.However, improper passive mode configuration or firewall restrictions often cause connection failures such as: This guide explains how to properly configure Pure-FTPd passive mode on AlmaLinux 8 with cPanel, ensuring stable and secure FTP connectivity. Prerequisites 1. Root SSH access to ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/08\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\/\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":9,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-3101","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Fix Pure-FTPd Connection, Timeout &amp; Passive Mode Issues on cPanel (AlmaLinux 8) - 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\/2026\/01\/08\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Fix Pure-FTPd Connection, Timeout &amp; Passive Mode Issues on cPanel (AlmaLinux 8) - PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"og:description\" content=\"Introduction When using FTP or FTPS on a cPanel server, Pure-FTPd manages all FTP connections.However, improper passive mode configuration or firewall restrictions often cause connection failures such as: This guide explains how to properly configure Pure-FTPd passive mode on AlmaLinux 8 with cPanel, ensuring stable and secure FTP connectivity. Prerequisites 1. Root SSH access to ..Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/08\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\/\" \/>\n<meta property=\"og:site_name\" content=\"PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"article:published_time\" content=\"2026-01-08T03:20:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-08T03:20:10+00:00\" \/>\n<meta name=\"author\" content=\"ragupathi N\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"ragupathi N\" \/>\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\\\/2026\\\/01\\\/08\\\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/01\\\/08\\\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\\\/\"},\"author\":{\"name\":\"ragupathi N\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/f9ab652ef7b8085385dd36f2e2eddccb\"},\"headline\":\"How to Fix Pure-FTPd Connection, Timeout &amp; Passive Mode Issues on cPanel (AlmaLinux 8)\",\"datePublished\":\"2026-01-08T03:20:06+00:00\",\"dateModified\":\"2026-01-08T03:20:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/01\\\/08\\\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\\\/\"},\"wordCount\":357,\"commentCount\":0,\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/01\\\/08\\\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/01\\\/08\\\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/01\\\/08\\\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\\\/\",\"name\":\"How to Fix Pure-FTPd Connection, Timeout &amp; Passive Mode Issues on cPanel (AlmaLinux 8) - PheonixSolutions Knowledge-Base\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\"},\"datePublished\":\"2026-01-08T03:20:06+00:00\",\"dateModified\":\"2026-01-08T03:20:10+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/f9ab652ef7b8085385dd36f2e2eddccb\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/01\\\/08\\\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/01\\\/08\\\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/01\\\/08\\\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Fix Pure-FTPd Connection, Timeout &amp; Passive Mode Issues on cPanel (AlmaLinux 8)\"}]},{\"@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\\\/f9ab652ef7b8085385dd36f2e2eddccb\",\"name\":\"ragupathi N\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7a25050762812aa4121dc2fc399845811de371369904acb2bb9cea2ebc2ed8e0?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7a25050762812aa4121dc2fc399845811de371369904acb2bb9cea2ebc2ed8e0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7a25050762812aa4121dc2fc399845811de371369904acb2bb9cea2ebc2ed8e0?s=96&d=mm&r=g\",\"caption\":\"ragupathi N\"},\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/author\\\/ragupathi\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Fix Pure-FTPd Connection, Timeout &amp; Passive Mode Issues on cPanel (AlmaLinux 8) - 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\/2026\/01\/08\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\/","og_locale":"en_US","og_type":"article","og_title":"How to Fix Pure-FTPd Connection, Timeout &amp; Passive Mode Issues on cPanel (AlmaLinux 8) - PheonixSolutions Knowledge-Base","og_description":"Introduction When using FTP or FTPS on a cPanel server, Pure-FTPd manages all FTP connections.However, improper passive mode configuration or firewall restrictions often cause connection failures such as: This guide explains how to properly configure Pure-FTPd passive mode on AlmaLinux 8 with cPanel, ensuring stable and secure FTP connectivity. Prerequisites 1. Root SSH access to ..Read more","og_url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/08\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\/","og_site_name":"PheonixSolutions Knowledge-Base","article_published_time":"2026-01-08T03:20:06+00:00","article_modified_time":"2026-01-08T03:20:10+00:00","author":"ragupathi N","twitter_card":"summary_large_image","twitter_misc":{"Written by":"ragupathi N","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/08\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/08\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\/"},"author":{"name":"ragupathi N","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/f9ab652ef7b8085385dd36f2e2eddccb"},"headline":"How to Fix Pure-FTPd Connection, Timeout &amp; Passive Mode Issues on cPanel (AlmaLinux 8)","datePublished":"2026-01-08T03:20:06+00:00","dateModified":"2026-01-08T03:20:10+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/08\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\/"},"wordCount":357,"commentCount":0,"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/08\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/08\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\/","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/08\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\/","name":"How to Fix Pure-FTPd Connection, Timeout &amp; Passive Mode Issues on cPanel (AlmaLinux 8) - PheonixSolutions Knowledge-Base","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website"},"datePublished":"2026-01-08T03:20:06+00:00","dateModified":"2026-01-08T03:20:10+00:00","author":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/f9ab652ef7b8085385dd36f2e2eddccb"},"breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/08\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/08\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/01\/08\/how-to-fix-pure-ftpd-connection-timeout-passive-mode-issues-on-cpanel-almalinux-8\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"How to Fix Pure-FTPd Connection, Timeout &amp; Passive Mode Issues on cPanel (AlmaLinux 8)"}]},{"@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\/f9ab652ef7b8085385dd36f2e2eddccb","name":"ragupathi N","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/7a25050762812aa4121dc2fc399845811de371369904acb2bb9cea2ebc2ed8e0?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/7a25050762812aa4121dc2fc399845811de371369904acb2bb9cea2ebc2ed8e0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7a25050762812aa4121dc2fc399845811de371369904acb2bb9cea2ebc2ed8e0?s=96&d=mm&r=g","caption":"ragupathi N"},"url":"https:\/\/pheonixsolutions.com\/knowledge-base\/author\/ragupathi\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/3101","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\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/comments?post=3101"}],"version-history":[{"count":6,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/3101\/revisions"}],"predecessor-version":[{"id":3119,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/3101\/revisions\/3119"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=3101"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=3101"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=3101"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}