{"id":3158,"date":"2026-02-20T04:31:38","date_gmt":"2026-02-20T04:31:38","guid":{"rendered":"https:\/\/pheonixsolutions.com\/knowledge-base\/?p=3158"},"modified":"2026-02-20T04:31:42","modified_gmt":"2026-02-20T04:31:42","slug":"how-to-tune-mod_evasive-in-apache-cpanel","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/20\/how-to-tune-mod_evasive-in-apache-cpanel\/","title":{"rendered":"How to Tune mod_evasive in Apache (cPanel)"},"content":{"rendered":"\n<p><strong>Introduction<\/strong><br>mod_evasive is an Apache security module used in cPanel servers to protect websites from HTTP DoS, DDoS, and brute-force attacks.<br>If mod_evasive is not tuned properly, it may block legitimate user traffic.<br>This guide explains how to tune mod_evasive on a cPanel server to balance security and usability.By default, mod_evasive logs are stored in:<br><em>\/var\/log\/apache2\/mod_evasive\/<br><\/em><strong>Prerequisites<br><\/strong>Before proceeding, ensure you have:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Root or sudo access<\/li>\n\n\n\n<li>SSH access to the server or Terminal access via WHM<\/li>\n\n\n\n<li>Apache installed and running<\/li>\n\n\n\n<li>mod_evasive already installed and enabled<br><br><\/li>\n<\/ol>\n\n\n\n<p><strong>Step 1:<\/strong><br>Log in via SSH:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>$ ssh root@your-server-ip<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Or access Terminal directly from WHM.<br><strong>Step 2:<\/strong><br>Open the mod_evasive Configuration File<br>Edit the configuration file using your preferred editor.<br>Using vim<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>$ vim \/etc\/apache2\/conf.d\/300-mod_evasive.conf<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Using nano<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>nano \/etc\/apache2\/conf.d\/300-mod_evasive.conf<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Step 3:<\/strong><br>Tune mod_evasive Settings (DDoS Related)<br>Adjust the following commonly used directives based on traffic:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"311\" height=\"152\" src=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/02\/image-1.png\" alt=\"\" class=\"wp-image-3166\" srcset=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/02\/image-1.png 311w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/02\/image-1-300x147.png 300w, https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/02\/image-1-150x73.png 150w\" sizes=\"auto, (max-width: 311px) 100vw, 311px\" \/><\/figure>\n\n\n\n<p><strong>Explanation:<\/strong><\/p>\n\n\n\n<p><strong>DOSPageCount<\/strong> \u2013 Requests allowed for the same page<br>|<strong>DOSSiteCount<\/strong> \u2013 Total requests allowed to the site<br><strong>DOSBlockingPeriod<\/strong> \u2013 Time (in seconds) an IP remains blocked<br>Increase values if legitimate users are being blocked.<br><strong>Step 4:<\/strong><br>Apply the changes by restarting Apache.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>$ \/scripts\/restartsrv_httpd<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Monitor mod_evasive activity:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>$ tail -f \/var\/log\/apache2\/mod_evasive\/*<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Conclusion<\/strong><br>Properly tuning mod_evasive on a cPanel server helps mitigate DDoS attacks while allowing genuine traffic to pass through.<br>Always monitor logs after changes to ensure legitimate users are not impacted.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introductionmod_evasive is an Apache security module used in cPanel servers to protect websites from HTTP DoS, DDoS, and brute-force attacks.If mod_evasive is not tuned properly, it may block legitimate user traffic.This guide explains how to tune mod_evasive on a cPanel server to balance security and usability.By default, mod_evasive logs are stored in:\/var\/log\/apache2\/mod_evasive\/PrerequisitesBefore proceeding, ensure you ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/20\/how-to-tune-mod_evasive-in-apache-cpanel\/\" 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-3158","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Tune mod_evasive in Apache (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\/2026\/02\/20\/how-to-tune-mod_evasive-in-apache-cpanel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Tune mod_evasive in Apache (cPanel) - PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"og:description\" content=\"Introductionmod_evasive is an Apache security module used in cPanel servers to protect websites from HTTP DoS, DDoS, and brute-force attacks.If mod_evasive is not tuned properly, it may block legitimate user traffic.This guide explains how to tune mod_evasive on a cPanel server to balance security and usability.By default, mod_evasive logs are stored in:\/var\/log\/apache2\/mod_evasive\/PrerequisitesBefore proceeding, ensure you ..Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/20\/how-to-tune-mod_evasive-in-apache-cpanel\/\" \/>\n<meta property=\"og:site_name\" content=\"PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-20T04:31:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-20T04:31:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/02\/image-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"311\" \/>\n\t<meta property=\"og:image:height\" content=\"152\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\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\\\/02\\\/20\\\/how-to-tune-mod_evasive-in-apache-cpanel\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/20\\\/how-to-tune-mod_evasive-in-apache-cpanel\\\/\"},\"author\":{\"name\":\"ragupathi N\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/f9ab652ef7b8085385dd36f2e2eddccb\"},\"headline\":\"How to Tune mod_evasive in Apache (cPanel)\",\"datePublished\":\"2026-02-20T04:31:38+00:00\",\"dateModified\":\"2026-02-20T04:31:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/20\\\/how-to-tune-mod_evasive-in-apache-cpanel\\\/\"},\"wordCount\":250,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/20\\\/how-to-tune-mod_evasive-in-apache-cpanel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/image-1.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/20\\\/how-to-tune-mod_evasive-in-apache-cpanel\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/20\\\/how-to-tune-mod_evasive-in-apache-cpanel\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/20\\\/how-to-tune-mod_evasive-in-apache-cpanel\\\/\",\"name\":\"How to Tune mod_evasive in Apache (cPanel) - PheonixSolutions Knowledge-Base\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/20\\\/how-to-tune-mod_evasive-in-apache-cpanel\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/20\\\/how-to-tune-mod_evasive-in-apache-cpanel\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/image-1.png\",\"datePublished\":\"2026-02-20T04:31:38+00:00\",\"dateModified\":\"2026-02-20T04:31:42+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/f9ab652ef7b8085385dd36f2e2eddccb\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/20\\\/how-to-tune-mod_evasive-in-apache-cpanel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/20\\\/how-to-tune-mod_evasive-in-apache-cpanel\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/20\\\/how-to-tune-mod_evasive-in-apache-cpanel\\\/#primaryimage\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/image-1.png\",\"contentUrl\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/wp-content\\\/uploads\\\/2026\\\/02\\\/image-1.png\",\"width\":311,\"height\":152},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2026\\\/02\\\/20\\\/how-to-tune-mod_evasive-in-apache-cpanel\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Tune mod_evasive in Apache (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\\\/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 Tune mod_evasive in Apache (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\/2026\/02\/20\/how-to-tune-mod_evasive-in-apache-cpanel\/","og_locale":"en_US","og_type":"article","og_title":"How to Tune mod_evasive in Apache (cPanel) - PheonixSolutions Knowledge-Base","og_description":"Introductionmod_evasive is an Apache security module used in cPanel servers to protect websites from HTTP DoS, DDoS, and brute-force attacks.If mod_evasive is not tuned properly, it may block legitimate user traffic.This guide explains how to tune mod_evasive on a cPanel server to balance security and usability.By default, mod_evasive logs are stored in:\/var\/log\/apache2\/mod_evasive\/PrerequisitesBefore proceeding, ensure you ..Read more","og_url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/20\/how-to-tune-mod_evasive-in-apache-cpanel\/","og_site_name":"PheonixSolutions Knowledge-Base","article_published_time":"2026-02-20T04:31:38+00:00","article_modified_time":"2026-02-20T04:31:42+00:00","og_image":[{"width":311,"height":152,"url":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/02\/image-1.png","type":"image\/png"}],"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\/02\/20\/how-to-tune-mod_evasive-in-apache-cpanel\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/20\/how-to-tune-mod_evasive-in-apache-cpanel\/"},"author":{"name":"ragupathi N","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/f9ab652ef7b8085385dd36f2e2eddccb"},"headline":"How to Tune mod_evasive in Apache (cPanel)","datePublished":"2026-02-20T04:31:38+00:00","dateModified":"2026-02-20T04:31:42+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/20\/how-to-tune-mod_evasive-in-apache-cpanel\/"},"wordCount":250,"commentCount":0,"image":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/20\/how-to-tune-mod_evasive-in-apache-cpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/02\/image-1.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/20\/how-to-tune-mod_evasive-in-apache-cpanel\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/20\/how-to-tune-mod_evasive-in-apache-cpanel\/","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/20\/how-to-tune-mod_evasive-in-apache-cpanel\/","name":"How to Tune mod_evasive in Apache (cPanel) - PheonixSolutions Knowledge-Base","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/20\/how-to-tune-mod_evasive-in-apache-cpanel\/#primaryimage"},"image":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/20\/how-to-tune-mod_evasive-in-apache-cpanel\/#primaryimage"},"thumbnailUrl":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/02\/image-1.png","datePublished":"2026-02-20T04:31:38+00:00","dateModified":"2026-02-20T04:31:42+00:00","author":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/f9ab652ef7b8085385dd36f2e2eddccb"},"breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/20\/how-to-tune-mod_evasive-in-apache-cpanel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/20\/how-to-tune-mod_evasive-in-apache-cpanel\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/20\/how-to-tune-mod_evasive-in-apache-cpanel\/#primaryimage","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/02\/image-1.png","contentUrl":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-content\/uploads\/2026\/02\/image-1.png","width":311,"height":152},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2026\/02\/20\/how-to-tune-mod_evasive-in-apache-cpanel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"How to Tune mod_evasive in Apache (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\/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\/3158","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=3158"}],"version-history":[{"count":4,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/3158\/revisions"}],"predecessor-version":[{"id":3172,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/3158\/revisions\/3172"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=3158"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=3158"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=3158"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}