{"id":37847,"date":"2024-06-26T16:00:47","date_gmt":"2024-06-26T15:00:47","guid":{"rendered":"https:\/\/airoserver.com\/?p=37847"},"modified":"2024-06-26T09:03:58","modified_gmt":"2024-06-26T08:03:58","slug":"installing-openlitespeed-on-directadmin","status":"publish","type":"post","link":"https:\/\/airoserver.com\/ar\/blog\/installing-openlitespeed-on-directadmin\/","title":{"rendered":"Installing OpenLiteSpeed on DirectAdmin"},"content":{"rendered":"<h3>Installing OpenLiteSpeed on DirectAdmin<\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-37852 size-full\" src=\"https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/OpenLiteSpeed-3.webp\" alt=\"Installing OpenLiteSpeed on DirectAdmin\" width=\"2048\" height=\"1287\" srcset=\"https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/OpenLiteSpeed-3.webp 2048w, https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/OpenLiteSpeed-3-300x189.webp 300w, https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/OpenLiteSpeed-3-1024x644.webp 1024w, https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/OpenLiteSpeed-3-768x483.webp 768w, https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/OpenLiteSpeed-3-1536x965.webp 1536w, https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/OpenLiteSpeed-3-18x12.webp 18w\" sizes=\"auto, (max-width: 2048px) 100vw, 2048px\" \/><br \/>\nOpenLiteSpeed is the open-source version of the LiteSpeed Web Server Enterprise. OpenLiteSpeed includes all essential features available in LiteSpeed Enterprise, including LSCache (the required plugin for WordPress).<\/p>\n<p>To install OpenLiteSpeed, DirectAdmin version 1.57 or higher is required.<\/p>\n<h3>Steps<\/h3>\n<p>Before installation, make sure that CustomBuild 2.0 is installed on your DirectAdmin. If not, you can update the CustomBuild version on your DirectAdmin server using the following commands:<\/p>\n<p>First, to check the version of CustomBuild currently in use, you can run the following command in your server terminal:<\/p>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-bash\"><span class=\"hljs-built_in\">cd<\/span> \/usr\/local\/directadmin\/custombuild<br \/>\n.\/build version<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-37853 size-full\" src=\"https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/OpenLiteSpeed-2.webp\" alt=\"OpenLiteSpeed\" width=\"1024\" height=\"550\" srcset=\"https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/OpenLiteSpeed-2.webp 1024w, https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/OpenLiteSpeed-2-300x161.webp 300w, https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/OpenLiteSpeed-2-768x413.webp 768w, https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/OpenLiteSpeed-2-18x10.webp 18w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><br \/>\n<\/code><\/div>\n<p>After running the above command, the CustomBuild version will be displayed:<\/p>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-bash\">[root@server custombuild]<span class=\"hljs-comment\"># .\/build version<\/span><br \/>\n2.0.0-RC7 (rev: 798)<br \/>\n<\/code><\/div>\n<\/div>\n<p>The CustomBuild version is also specified in the options.conf file, but you cannot change custombuild = 1.2 to custombuild = 2.0 directly as the settings in version 2.0 are different.<\/p>\n<p>On servers with an older DirectAdmin version, the above command may not display the CustomBuild version. In such cases, you can test the following command to find out your server&#8217;s CustomBuild version:<\/p>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-bash\"><span class=\"hljs-built_in\">cd<\/span> \/usr\/local\/directadmin\/custombuild<br \/>\ngrep BUILDSCRIPT_VER build<br \/>\n<\/code><\/div>\n<\/div>\n<p>If you are using CustomBuild 1.1 or 1.2 and want to upgrade to CustomBuild 2.0, the update process is not just about changing settings in options.conf because the values in options.conf for version 2.0 are different.<\/p>\n<p>To update to CB2 with default settings, run the following commands on your server:<\/p>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"flex items-center relative text-token-text-secondary bg-token-main-surface-secondary px-4 py-2 text-xs font-sans justify-between rounded-t-md\"><\/div>\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-bash\"><span class=\"hljs-built_in\">cd<\/span> \/usr\/local\/directadmin<br \/>\n<span class=\"hljs-built_in\">mv<\/span> custombuild custombuild_1.x<br \/>\nwget -O custombuild.tar.gz http:\/\/files.directadmin.com\/services\/custombuild\/2.0\/custombuild.tar.gz<br \/>\ntar xvzf custombuild.tar.gz<br \/>\n<span class=\"hljs-built_in\">cd<\/span> custombuild<br \/>\n.\/build<br \/>\n<\/code><\/div>\n<\/div>\n<p>If you want to customize the CB2 settings on your DirectAdmin, after running the above commands, you can edit the options.conf file to customize it. Otherwise, to complete the upgrade process, run the following commands:<\/p>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-bash\">.\/build all d<br \/>\n.\/build rewrite_confs<br \/>\n<\/code><\/div>\n<\/div>\n<p>Finally, your server is ready to install OpenLiteSpeed, and you can install OpenLiteSpeed on your server using the following commands:<\/p>\n<div class=\"dark bg-gray-950 rounded-md border-[0.5px] border-token-border-medium\">\n<div class=\"overflow-y-auto p-4\" dir=\"ltr\"><code class=\"!whitespace-pre hljs language-bash\">.\/build update<br \/>\n.\/build <span class=\"hljs-built_in\">set<\/span> webserver openlitespeed<br \/>\n.\/build <span class=\"hljs-built_in\">set<\/span> mod_ruid2 no<br \/>\n.\/build <span class=\"hljs-built_in\">set<\/span> php1_mode lsphp<br \/>\n.\/build openlitespeed<br \/>\n.\/build php n<br \/>\n.\/build rewrite_confs<\/code><\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Installing OpenLiteSpeed on DirectAdmin OpenLiteSpeed is the open-source version of the LiteSpeed Web Server Enterprise. OpenLiteSpeed includes all essential features available in LiteSpeed Enterprise, including LSCache (the required plugin for WordPress). To install OpenLiteSpeed, DirectAdmin version 1.57 or higher is required. Steps Before installation, make sure that CustomBuild 2.0 is installed on your DirectAdmin. If [&hellip;]<\/p>","protected":false},"author":26,"featured_media":37851,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-37847","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Installing OpenLiteSpeed on DirectAdmin - Airoserver | Cloud Hosting Solutions<\/title>\n<meta name=\"description\" content=\"Install OpenLiteSpeed on DirectAdmin 1.57+ easily. Ensure CustomBuild 2.0 is installed. Follow our guide for seamless installation.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/airoserver.com\/ar\/blog\/installing-openlitespeed-on-directadmin\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Installing OpenLiteSpeed on DirectAdmin - Airoserver | Cloud Hosting Solutions\" \/>\n<meta property=\"og:description\" content=\"Install OpenLiteSpeed on DirectAdmin 1.57+ easily. Ensure CustomBuild 2.0 is installed. Follow our guide for seamless installation.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/airoserver.com\/ar\/blog\/installing-openlitespeed-on-directadmin\/\" \/>\n<meta property=\"og:site_name\" content=\"Airoserver | Cloud Hosting Solutions\" \/>\n<meta property=\"article:published_time\" content=\"2024-06-26T15:00:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-26T08:03:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/OpenLiteSpeed-1.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"550\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Codinoob\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0643\u064f\u062a\u0628 \u0628\u0648\u0627\u0633\u0637\u0629\" \/>\n\t<meta name=\"twitter:data1\" content=\"Codinoob\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data2\" content=\"\u062f\u0642\u064a\u0642\u062a\u0627\u0646\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/airoserver.com\/blog\/installing-openlitespeed-on-directadmin\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/airoserver.com\/blog\/installing-openlitespeed-on-directadmin\/\"},\"author\":{\"name\":\"Codinoob\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/person\/98c9f3c9d2d2baaf929d2c4a53462e97\"},\"headline\":\"Installing OpenLiteSpeed on DirectAdmin\",\"datePublished\":\"2024-06-26T15:00:47+00:00\",\"dateModified\":\"2024-06-26T08:03:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/airoserver.com\/blog\/installing-openlitespeed-on-directadmin\/\"},\"wordCount\":266,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/airoserver.com\/#organization\"},\"articleSection\":[\"Blog\"],\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/airoserver.com\/blog\/installing-openlitespeed-on-directadmin\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/airoserver.com\/blog\/installing-openlitespeed-on-directadmin\/\",\"url\":\"https:\/\/airoserver.com\/blog\/installing-openlitespeed-on-directadmin\/\",\"name\":\"Installing OpenLiteSpeed on DirectAdmin - Airoserver | Cloud Hosting Solutions\",\"isPartOf\":{\"@id\":\"https:\/\/airoserver.com\/#website\"},\"datePublished\":\"2024-06-26T15:00:47+00:00\",\"dateModified\":\"2024-06-26T08:03:58+00:00\",\"description\":\"Install OpenLiteSpeed on DirectAdmin 1.57+ easily. Ensure CustomBuild 2.0 is installed. Follow our guide for seamless installation.\",\"breadcrumb\":{\"@id\":\"https:\/\/airoserver.com\/blog\/installing-openlitespeed-on-directadmin\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/airoserver.com\/blog\/installing-openlitespeed-on-directadmin\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/airoserver.com\/blog\/installing-openlitespeed-on-directadmin\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/airoserver.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Installing OpenLiteSpeed on DirectAdmin\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/airoserver.com\/#website\",\"url\":\"https:\/\/airoserver.com\/\",\"name\":\"Airoserver | Cloud Hosting Solutions\",\"description\":\"Cloud server | Dedicated server | Domain | Hosting| SSL | Virtual server | Airoserver\",\"publisher\":{\"@id\":\"https:\/\/airoserver.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/airoserver.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/airoserver.com\/#organization\",\"name\":\"Airoserver | Cloud Hosting Solutions\",\"url\":\"https:\/\/airoserver.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png\",\"contentUrl\":\"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png\",\"width\":925,\"height\":880,\"caption\":\"Airoserver | Cloud Hosting Solutions\"},\"image\":{\"@id\":\"https:\/\/airoserver.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/person\/98c9f3c9d2d2baaf929d2c4a53462e97\",\"name\":\"Codinoob\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\/\/airoserver.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/016ea0daadd857a2718a67b0e8afc43ac449be1b2c2945db2414893811a00a97?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/016ea0daadd857a2718a67b0e8afc43ac449be1b2c2945db2414893811a00a97?s=96&d=mm&r=g\",\"caption\":\"Codinoob\"},\"sameAs\":[\"http:\/\/codinoob.ir\"],\"url\":\"https:\/\/airoserver.com\/ar\/author\/codinoob\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Installing OpenLiteSpeed on DirectAdmin - Airoserver | Cloud Hosting Solutions","description":"Install OpenLiteSpeed on DirectAdmin 1.57+ easily. Ensure CustomBuild 2.0 is installed. Follow our guide for seamless installation.","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:\/\/airoserver.com\/ar\/blog\/installing-openlitespeed-on-directadmin\/","og_locale":"ar_AR","og_type":"article","og_title":"Installing OpenLiteSpeed on DirectAdmin - Airoserver | Cloud Hosting Solutions","og_description":"Install OpenLiteSpeed on DirectAdmin 1.57+ easily. Ensure CustomBuild 2.0 is installed. Follow our guide for seamless installation.","og_url":"https:\/\/airoserver.com\/ar\/blog\/installing-openlitespeed-on-directadmin\/","og_site_name":"Airoserver | Cloud Hosting Solutions","article_published_time":"2024-06-26T15:00:47+00:00","article_modified_time":"2024-06-26T08:03:58+00:00","og_image":[{"width":1024,"height":550,"url":"https:\/\/airoserver.com\/wp-content\/uploads\/2024\/06\/OpenLiteSpeed-1.webp","type":"image\/webp"}],"author":"Codinoob","twitter_card":"summary_large_image","twitter_misc":{"\u0643\u064f\u062a\u0628 \u0628\u0648\u0627\u0633\u0637\u0629":"Codinoob","\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"\u062f\u0642\u064a\u0642\u062a\u0627\u0646"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/airoserver.com\/blog\/installing-openlitespeed-on-directadmin\/#article","isPartOf":{"@id":"https:\/\/airoserver.com\/blog\/installing-openlitespeed-on-directadmin\/"},"author":{"name":"Codinoob","@id":"https:\/\/airoserver.com\/#\/schema\/person\/98c9f3c9d2d2baaf929d2c4a53462e97"},"headline":"Installing OpenLiteSpeed on DirectAdmin","datePublished":"2024-06-26T15:00:47+00:00","dateModified":"2024-06-26T08:03:58+00:00","mainEntityOfPage":{"@id":"https:\/\/airoserver.com\/blog\/installing-openlitespeed-on-directadmin\/"},"wordCount":266,"commentCount":0,"publisher":{"@id":"https:\/\/airoserver.com\/#organization"},"articleSection":["Blog"],"inLanguage":"ar","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/airoserver.com\/blog\/installing-openlitespeed-on-directadmin\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/airoserver.com\/blog\/installing-openlitespeed-on-directadmin\/","url":"https:\/\/airoserver.com\/blog\/installing-openlitespeed-on-directadmin\/","name":"Installing OpenLiteSpeed on DirectAdmin - Airoserver | Cloud Hosting Solutions","isPartOf":{"@id":"https:\/\/airoserver.com\/#website"},"datePublished":"2024-06-26T15:00:47+00:00","dateModified":"2024-06-26T08:03:58+00:00","description":"Install OpenLiteSpeed on DirectAdmin 1.57+ easily. Ensure CustomBuild 2.0 is installed. Follow our guide for seamless installation.","breadcrumb":{"@id":"https:\/\/airoserver.com\/blog\/installing-openlitespeed-on-directadmin\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/airoserver.com\/blog\/installing-openlitespeed-on-directadmin\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/airoserver.com\/blog\/installing-openlitespeed-on-directadmin\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/airoserver.com\/"},{"@type":"ListItem","position":2,"name":"Installing OpenLiteSpeed on DirectAdmin"}]},{"@type":"WebSite","@id":"https:\/\/airoserver.com\/#website","url":"https:\/\/airoserver.com\/","name":"Airoserver | Cloud Hosting Solutions","description":"Cloud server | Dedicated server | Domain | Hosting| SSL | Virtual server | Airoserver","publisher":{"@id":"https:\/\/airoserver.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/airoserver.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/airoserver.com\/#organization","name":"Airoserver | Cloud Hosting Solutions","url":"https:\/\/airoserver.com\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/airoserver.com\/#\/schema\/logo\/image\/","url":"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png","contentUrl":"https:\/\/airoserver.com\/wp-content\/uploads\/2023\/09\/logo_airoserver.png","width":925,"height":880,"caption":"Airoserver | Cloud Hosting Solutions"},"image":{"@id":"https:\/\/airoserver.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/airoserver.com\/#\/schema\/person\/98c9f3c9d2d2baaf929d2c4a53462e97","name":"Codinoob","image":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/airoserver.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/016ea0daadd857a2718a67b0e8afc43ac449be1b2c2945db2414893811a00a97?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/016ea0daadd857a2718a67b0e8afc43ac449be1b2c2945db2414893811a00a97?s=96&d=mm&r=g","caption":"Codinoob"},"sameAs":["http:\/\/codinoob.ir"],"url":"https:\/\/airoserver.com\/ar\/author\/codinoob\/"}]}},"_links":{"self":[{"href":"https:\/\/airoserver.com\/ar\/wp-json\/wp\/v2\/posts\/37847","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/airoserver.com\/ar\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/airoserver.com\/ar\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/airoserver.com\/ar\/wp-json\/wp\/v2\/users\/26"}],"replies":[{"embeddable":true,"href":"https:\/\/airoserver.com\/ar\/wp-json\/wp\/v2\/comments?post=37847"}],"version-history":[{"count":0,"href":"https:\/\/airoserver.com\/ar\/wp-json\/wp\/v2\/posts\/37847\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/airoserver.com\/ar\/wp-json\/wp\/v2\/media\/37851"}],"wp:attachment":[{"href":"https:\/\/airoserver.com\/ar\/wp-json\/wp\/v2\/media?parent=37847"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/airoserver.com\/ar\/wp-json\/wp\/v2\/categories?post=37847"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/airoserver.com\/ar\/wp-json\/wp\/v2\/tags?post=37847"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}