{"id":1383,"date":"2022-05-10T20:55:58","date_gmt":"2022-05-10T20:55:58","guid":{"rendered":"https:\/\/pheonixsolutions.com\/knowledge-base\/?p=1383"},"modified":"2026-05-28T16:06:23","modified_gmt":"2026-05-28T16:06:23","slug":"how-to-change-the-log-level-of-apache-in-cpanel","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/05\/10\/how-to-change-the-log-level-of-apache-in-cpanel\/","title":{"rendered":"How to Change the Log Level of Apache in cPanel\/WHM"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p>While troubleshooting Apache-related issues on a server managed through cPanel\/WHM, you may encounter errors requesting a more detailed logging level. Increasing the Apache <code>LogLevel<\/code> helps generate more verbose logs, making it easier to identify the root cause of issues such as failed requests, permission problems, or module-related errors.<\/p>\n\n\n\n<p>You may see an error similar to the following in the Apache logs:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&#91;client IP.AD.DR.ES] &#91;host website_url.tld] In order to get more info about fail reason try to change LogLevel to Info in httpd.conf and restart Apache\n<\/code><\/pre>\n\n\n\n<p>In such cases, adjusting the Apache <code>LogLevel<\/code> to <code>Info<\/code> or another suitable level can provide additional debugging information.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Prerequisites<\/h2>\n\n\n\n<p>Before proceeding, ensure the following requirements are met:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"has-black-color has-text-color has-link-color wp-elements-4e0ae9c6fc1d5c2ff0dfdb383cc93059\">Root access to WHM<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-f32414ef1aa829f7a6c15a5354094561\">A server running cPanel\/WHM<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-d3b3c2358c8fecf0e21196d7195021d0\">Apache web server installed and active<\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-32f5a0b05d403ecc12ce7e593f02e8f0\">Basic understanding of Apache logging<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Steps to Change Apache Log Level in WHM<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. Log in to WHM<\/h3>\n\n\n\n<p>Access WHM using the root user credentials.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">2. Navigate to Apache Global Configuration<\/h3>\n\n\n\n<p>Go to:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>WHM \u2192 Service Configuration \u2192 Apache Configuration \u2192 Global Configuration\n<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">3. Modify the LogLevel<\/h3>\n\n\n\n<p>Locate the <strong>LogLevel<\/strong> setting.<\/p>\n\n\n\n<p>Change the current value to the required level, such as:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>info\n<\/code><\/pre>\n\n\n\n<p>Common log levels include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"has-black-color has-text-color has-link-color wp-elements-a959222caf402af4dccfb65418fbfd2e\"><code>emerg<\/code><\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-78efd72a9560cc630dc76aff44cbe65f\"><code>alert<\/code><\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-9a4caa3b9142dec306be23cbc87d49d4\"><code>crit<\/code><\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-795cbfb2c191436233ff002823c18667\"><code>error<\/code><\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-41f57551e84a07d17f54324e17c9ad92\"><code>warn<\/code><\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-d718f663293f66847011215ba58e2222\"><code>notice<\/code><\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-592f5fc41f2f23f19082bd2096ba7d7a\"><code>info<\/code><\/li>\n\n\n\n<li class=\"has-black-color has-text-color has-link-color wp-elements-3199ffb32fd351cc8ba18cf56490e503\"><code>debug<\/code><\/li>\n<\/ul>\n\n\n\n<p>For troubleshooting purposes, <code>info<\/code> or <code>debug<\/code> is typically used.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">4. Save the Configuration<\/h3>\n\n\n\n<p>Scroll to the bottom of the page and click the blue <strong>Save<\/strong> button.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">5. Rebuild Configuration and Restart Apache<\/h3>\n\n\n\n<p>After saving, click:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Rebuild Configuration and Restart Apache\n<\/code><\/pre>\n\n\n\n<p>This applies the new logging configuration and restarts the Apache service.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\">6. Replicate the Issue<\/h3>\n\n\n\n<p>Perform the same action that originally triggered the error.<\/p>\n\n\n\n<p>Then review the Apache logs again for more detailed information.<\/p>\n\n\n\n<p>Apache logs are commonly located at:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/var\/log\/apache2\/error_log\n<\/code><\/pre>\n\n\n\n<p>or<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\/usr\/local\/apache\/logs\/error_log\n<\/code><\/pre>\n\n\n\n<p>depending on the server configuration.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p>Changing the Apache <code>LogLevel<\/code> in WHM is a useful troubleshooting step when additional debugging information is required. Increasing the verbosity of logs helps administrators identify and resolve web server issues more efficiently. Once troubleshooting is completed, it is recommended to revert the <code>LogLevel<\/code> back to its default value to avoid excessive log generation and unnecessary disk usage.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction While troubleshooting Apache-related issues on a server managed through cPanel\/WHM, you may encounter errors requesting a more detailed logging level. Increasing the Apache LogLevel helps generate more verbose logs, making it easier to identify the root cause of issues such as failed requests, permission problems, or module-related errors. You may see an error similar ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/05\/10\/how-to-change-the-log-level-of-apache-in-cpanel\/\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[31,33],"tags":[155,154],"class_list":["post-1383","post","type-post","status-publish","format-standard","hentry","category-apache","category-whm","tag-apache","tag-log-level"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Change the Log Level of Apache in cPanel\/WHM - 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\/2022\/05\/10\/how-to-change-the-log-level-of-apache-in-cpanel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Change the Log Level of Apache in cPanel\/WHM - PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"og:description\" content=\"Introduction While troubleshooting Apache-related issues on a server managed through cPanel\/WHM, you may encounter errors requesting a more detailed logging level. Increasing the Apache LogLevel helps generate more verbose logs, making it easier to identify the root cause of issues such as failed requests, permission problems, or module-related errors. You may see an error similar ..Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/05\/10\/how-to-change-the-log-level-of-apache-in-cpanel\/\" \/>\n<meta property=\"og:site_name\" content=\"PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"article:published_time\" content=\"2022-05-10T20:55:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-28T16:06:23+00:00\" \/>\n<meta name=\"author\" content=\"knowledge-base\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"knowledge-base\" \/>\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\\\/2022\\\/05\\\/10\\\/how-to-change-the-log-level-of-apache-in-cpanel\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/05\\\/10\\\/how-to-change-the-log-level-of-apache-in-cpanel\\\/\"},\"author\":{\"name\":\"knowledge-base\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/24ddfd756e23cf1ce3c8e5f0fb309e6b\"},\"headline\":\"How to Change the Log Level of Apache in cPanel\\\/WHM\",\"datePublished\":\"2022-05-10T20:55:58+00:00\",\"dateModified\":\"2026-05-28T16:06:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/05\\\/10\\\/how-to-change-the-log-level-of-apache-in-cpanel\\\/\"},\"wordCount\":297,\"commentCount\":0,\"keywords\":[\"Apache\",\"log level\"],\"articleSection\":[\"Apache\",\"WHM\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/05\\\/10\\\/how-to-change-the-log-level-of-apache-in-cpanel\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/05\\\/10\\\/how-to-change-the-log-level-of-apache-in-cpanel\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/05\\\/10\\\/how-to-change-the-log-level-of-apache-in-cpanel\\\/\",\"name\":\"How to Change the Log Level of Apache in cPanel\\\/WHM - PheonixSolutions Knowledge-Base\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\"},\"datePublished\":\"2022-05-10T20:55:58+00:00\",\"dateModified\":\"2026-05-28T16:06:23+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/24ddfd756e23cf1ce3c8e5f0fb309e6b\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/05\\\/10\\\/how-to-change-the-log-level-of-apache-in-cpanel\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/05\\\/10\\\/how-to-change-the-log-level-of-apache-in-cpanel\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2022\\\/05\\\/10\\\/how-to-change-the-log-level-of-apache-in-cpanel\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Change the Log Level of Apache in cPanel\\\/WHM\"}]},{\"@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\\\/24ddfd756e23cf1ce3c8e5f0fb309e6b\",\"name\":\"knowledge-base\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g\",\"caption\":\"knowledge-base\"},\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/author\\\/knowledge-base\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Change the Log Level of Apache in cPanel\/WHM - 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\/2022\/05\/10\/how-to-change-the-log-level-of-apache-in-cpanel\/","og_locale":"en_US","og_type":"article","og_title":"How to Change the Log Level of Apache in cPanel\/WHM - PheonixSolutions Knowledge-Base","og_description":"Introduction While troubleshooting Apache-related issues on a server managed through cPanel\/WHM, you may encounter errors requesting a more detailed logging level. Increasing the Apache LogLevel helps generate more verbose logs, making it easier to identify the root cause of issues such as failed requests, permission problems, or module-related errors. You may see an error similar ..Read more","og_url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/05\/10\/how-to-change-the-log-level-of-apache-in-cpanel\/","og_site_name":"PheonixSolutions Knowledge-Base","article_published_time":"2022-05-10T20:55:58+00:00","article_modified_time":"2026-05-28T16:06:23+00:00","author":"knowledge-base","twitter_card":"summary_large_image","twitter_misc":{"Written by":"knowledge-base","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/05\/10\/how-to-change-the-log-level-of-apache-in-cpanel\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/05\/10\/how-to-change-the-log-level-of-apache-in-cpanel\/"},"author":{"name":"knowledge-base","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/24ddfd756e23cf1ce3c8e5f0fb309e6b"},"headline":"How to Change the Log Level of Apache in cPanel\/WHM","datePublished":"2022-05-10T20:55:58+00:00","dateModified":"2026-05-28T16:06:23+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/05\/10\/how-to-change-the-log-level-of-apache-in-cpanel\/"},"wordCount":297,"commentCount":0,"keywords":["Apache","log level"],"articleSection":["Apache","WHM"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/05\/10\/how-to-change-the-log-level-of-apache-in-cpanel\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/05\/10\/how-to-change-the-log-level-of-apache-in-cpanel\/","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/05\/10\/how-to-change-the-log-level-of-apache-in-cpanel\/","name":"How to Change the Log Level of Apache in cPanel\/WHM - PheonixSolutions Knowledge-Base","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website"},"datePublished":"2022-05-10T20:55:58+00:00","dateModified":"2026-05-28T16:06:23+00:00","author":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/24ddfd756e23cf1ce3c8e5f0fb309e6b"},"breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/05\/10\/how-to-change-the-log-level-of-apache-in-cpanel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/05\/10\/how-to-change-the-log-level-of-apache-in-cpanel\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2022\/05\/10\/how-to-change-the-log-level-of-apache-in-cpanel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"How to Change the Log Level of Apache in cPanel\/WHM"}]},{"@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\/24ddfd756e23cf1ce3c8e5f0fb309e6b","name":"knowledge-base","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7203df2304073f631b2bf04267130cc48b8b1a82bb0ec98285125d6bc3cb8ade?s=96&d=mm&r=g","caption":"knowledge-base"},"url":"https:\/\/pheonixsolutions.com\/knowledge-base\/author\/knowledge-base\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/1383","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/comments?post=1383"}],"version-history":[{"count":3,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/1383\/revisions"}],"predecessor-version":[{"id":3675,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/1383\/revisions\/3675"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=1383"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=1383"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=1383"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}