{"id":12138,"date":"2023-12-21T10:54:57","date_gmt":"2023-12-21T05:24:57","guid":{"rendered":"https:\/\/googiehost.com\/ambi\/?p=12138"},"modified":"2026-04-26T17:08:05","modified_gmt":"2026-04-26T11:38:05","slug":"install-nginx-litespeed-direct-admin","status":"publish","type":"post","link":"https:\/\/googiehost.com\/blog\/install-nginx-litespeed-direct-admin\/","title":{"rendered":"How to Install Nginx or LiteSpeed on Direct Admin"},"content":{"rendered":"\n<p><strong>How to Install Nginx on Direct Admin Control Panel easy setup guide:<\/strong><\/p>\n \n<h2 class=\"wp-block-heading\" id=\"nginx-vs-litespeed-web-server\">Nginx Vs Litespeed Web Server<\/h2>\n \n<p>Nginx is open-source software that runs in Linux Servers as Web Servers, Reverse Proxy Servers, Load balancers, Media Caching etc. Nginx is mainly used as Web Server and it replaces Apache in many cases.<\/p>\n \n<p>Nginx consumes little Memory, CPU and Network Bandwidth in the server. Nginx works in the asynchronous model. Nginx runs on one Master Process instead of creating multiple threads for each request. <\/p>\n \n<p>Nginx serves 100x to 1000x requests per server which are faster than Apache. I have already explained in our previous article Nginx Vs Apache which is better for cPanel Hosting. <\/p>\n \n<p class=\"has-text-align-center\"><strong>Litespeed Web Server<\/strong><\/p>\n \n<p>Litespeed is a lightweight web server that&#8217;s developed and owned by the company Litespeed Technologies. <\/p>\n \n<p>Litespeed web server again replaces Apache webserver. But Litespeed is highly compatible with all Apache Modules like mod_security, mod_rewrite etc. <\/p>\n \n<p>Litespeed web server has three releases.<\/p>\n \n<div id=\"affiliate-style-1ce78691-c489-4a21-9035-4ff8cf212612\" class=\"wp-block-affiliate-booster-ab-icon-list affiliate-block-1ce786 affiliate-iconlist-wrapper\"><div class=\"affiliate-iconlist-inner aff-list-isshow-icon\"><div class=\"affiliate-block-advanced-list affiliate-icon-list affiliate-alignment-left\"><ul class=\"affiliate-list affiliate-list-type-unordered affiliate-list-bullet-arrow-right\"><li><strong><em>Open Source<\/em><\/strong><\/li><\/ul><\/div><\/div><\/div>\n \n<p>Opensource Litespeed webserver runs in plain Linux Servers and doesn\u2019t have GUI interface. This is used in small and non-commercial web servers.<\/p>\n \n<div id=\"affiliate-style-08dcab41-07a7-48c5-b035-ccd30981e837\" class=\"wp-block-affiliate-booster-ab-icon-list affiliate-block-08dcab affiliate-iconlist-wrapper\"><div class=\"affiliate-iconlist-inner aff-list-isshow-icon\"><div class=\"affiliate-block-advanced-list affiliate-icon-list affiliate-alignment-left\"><ul class=\"affiliate-list affiliate-list-type-unordered affiliate-list-bullet-arrow-right\"><li><strong><em>Standard Edition<\/em><\/strong><\/li><\/ul><\/div><\/div><\/div>\n \n<p>This edition is licensed version which runs in Medium Web servers with less traffic. This edition can be installed along with control panels like WHM\/cPanel or Direct Admin servers. This edition gets integrated with the control panels and can be managed within the control panel with GUI interface<\/p>\n \n<div id=\"affiliate-style-9c7874d1-a2e4-42f2-84ec-0dd180d374b0\" class=\"wp-block-affiliate-booster-ab-icon-list affiliate-block-9c7874 affiliate-iconlist-wrapper\"><div class=\"affiliate-iconlist-inner aff-list-isshow-icon\"><div class=\"affiliate-block-advanced-list affiliate-icon-list affiliate-alignment-left\"><ul class=\"affiliate-list affiliate-list-type-unordered affiliate-list-bullet-arrow-right\"><li><strong><em>Enterprise edition<\/em><\/strong><\/li><\/ul><\/div><\/div><\/div>\n \n<p>This edition is similar to Standard Edition, which can be installed and integrated with WHM\/cPanel and Direct Admin Web Servers. This edition is developed to run on large web servers with high-traffic<\/p>\n \n<p><a aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.litespeedtech.com\/\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"rank-math-link\"><strong>Litespeed web server<\/strong><\/a> is majorly used in Web Servers with Media Streaming. It handles concurrent connections with less memory and CPU usage. <\/p>\n \n<p>Apart from Web Server, Litespeed is also used as Load Balancer, Cache Accelerator etc. Litespeed handles sudden spikes in traffic as well as DDOS attacks.<\/p>\n \n<h3 class=\"wp-block-heading\" id=\"direct-admin-control-panel-setup-powerful-guide\">Direct Admin Control Panel Setup |&nbsp;Powerful Guide<\/h3>\n \n<p>#1 Powerful guide for Direct Admin Control Panel Setup \ud83d\udd25 Follow these simple steps to setting up Direct Admin Control Panel | Apache, Custom Logo, Php, SSL<\/p>\n \n<h2 class=\"wp-block-heading\" id=\"how-to-install-nginx-in-direct-admin-server\">How to Install nginx in Direct Admin Server<\/h2>\n \n<p>Nginx can be installed in a DA server via CustomBuild 2.0<\/p>\n \n<p>If the CustomBuild version is less than 2.0, upgrade CustomBuild as below, Login to Direct Admin control panel as Admin. Navigate to Extra Features > CustomBuild. Click the Upgrade button available on the left-right side of the control panel.<\/p>\n \n<p>Now ssh the server and navigate to \/usr\/local\/directadmin\/custombuild<\/p>\n \n<p>Run below command to set the options.conf to use Nginx and php-fpm<\/p>\n \n<p>#.\/build set webserver nginx<\/p>\n \n<h4 class=\"wp-block-heading\" id=\"changed-webserver-option-from-apache-to-nginx\">Changed webserver option from apache to nginx<\/h4>\n \n<pre class=\"wp-block-code\"><code>#.\/build set php1_mode php-fpm Changed php1_mode option from mod_php to php-fpm #.\/build update #.\/build all d #.\/build rewrite_confs<\/code><\/pre>\n \n<p>After install Nginx check the Nginx status with below command<\/p>\n \n<p># lsof -i :80<\/p>\n \n<pre class=\"wp-block-code\"><code>COMMAND PID USER FD TYPE DEVICE SIZE\/OFF NODE NAME nginx 3246 root 12u IPv4 631306 0t0 TCP server.rajesh.com:http (LISTEN) nginx 3246 root 13u IPv4 631307 0t0 TCP localhost:http (LISTEN) nginx 3247 nginx 12u IPv4 631306 0t0 TCP server.rajesh.com:http (LISTEN) nginx 3247 nginx 13u IPv4 631307 0t0 TCP localhost:http (LISTEN)<\/code><\/pre>\n \n<h2 class=\"wp-block-heading\" id=\"litespeed-installation-on-directadmin-server\">Litespeed installation on DirectAdmin Server<\/h2>\n \n<p>Before Litespeed installation (<strong>install nginx<\/strong>), visit the Litespeed store and obtain a License. The free license is available for a Server with Single Domain with less than 2G of RAM.<\/p>\n \n<p class=\"has-text-align-center\"><strong># bash &lt;(curl https:\/\/get.litespeed.sh) your_serial_no<\/strong><\/p>\n \n<p>After Litespeed installation, cross-check <strong>LiteSpeed web server<\/strong> is up and running as below<\/p>\n \n<pre class=\"wp-block-code\"><code># lsof -i :80 COMMAND PID USER FD TYPE DEVICE SIZE\/OFF NODE NAME litespeed 12713 root 11u IPv4 987842 0t0 TCP *:http (LISTEN) litespeed 12713 root 14u IPv6 987843 0t0 TCP *:http (LISTEN) litespeed 12716 apache 11u IPv4 987842 0t0 TCP *:http (LISTEN) litespeed 12716 apache 14u IPv6 987843 0t0 TCP *:http (LISTEN)<\/code><\/pre>\n \n<p>Login to DA as admin and navigate to Services in Dashboard. Check for LiteSpeed is running as service.<\/p>\n \n<figure class=\"wp-block-image aligncenter size-full\"><a href=\"https:\/\/googiehost.com\/blog\/wp-content\/uploads\/2023\/02\/Check-for-LiteSpeed-is-running-as-service.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"546\" src=\"https:\/\/googiehost.com\/blog\/wp-content\/uploads\/2023\/02\/Check-for-LiteSpeed-is-running-as-service.png\" alt=\"Check for LiteSpeed is running as service\" class=\"wp-image-1000063139\" title=\"\" srcset=\"https:\/\/googiehost.com\/blog\/wp-content\/uploads\/2023\/02\/Check-for-LiteSpeed-is-running-as-service.png 1024w, https:\/\/googiehost.com\/blog\/wp-content\/uploads\/2023\/02\/Check-for-LiteSpeed-is-running-as-service-300x160.png 300w, https:\/\/googiehost.com\/blog\/wp-content\/uploads\/2023\/02\/Check-for-LiteSpeed-is-running-as-service-768x410.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n \n<h3 class=\"wp-block-heading\" id=\"add-server-level-caching\">Add Server Level Caching<\/h3>\n \n<p class=\"has-text-align-center\"><strong>Edit the file \/etc\/httpd\/conf\/extra\/httpd-includes.conf and add the below entries<\/strong><\/p>\n \n<pre class=\"wp-block-code\"><code>&lt;IfModule Litespeed&gt; CacheRoot \/home\/lscache\/ &lt;\/IfModule&gt;<\/code><\/pre>\n \n<h3 class=\"wp-block-heading\" id=\"add-virtual-host-caching\">Add Virtual Host Caching<\/h3>\n \n<p>Create a file \/usr\/local\/directadmin\/data\/templates\/custom\/cust_httpd.CUSTOM.2.pre Add below entries to the file<\/p>\n \n<pre class=\"wp-block-code\"><code>&lt;IfModule Litespeed&gt;\nCacheRoot lscache\n&lt;\/IfModule&gt;<\/code><\/pre>\n \n<h3 class=\"wp-block-heading\" id=\"enable-mod_security\">Enable mod_security<\/h3>\n \n<p>Execute below command to <strong>enable mod_security<\/strong> with the Litespeed webserver<\/p>\n \n<pre class=\"wp-block-code\"><code># cd \/usr\/local\/directadmin\/custombuild\n#.\/build set modsecurity yes\n#.\/build set modsecurity_ruleset comodo\n#.\/build modsecurity<\/code><\/pre>\n \n<p>To apply the changes, execute below commands<\/p>\n \n<pre class=\"wp-block-code\"><code># cd \/usr\/local\/directadmin\/custombuild\n#.\/build rewrite_confs<\/code><\/pre>\n \n<h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h2>\n \n<p>Lightspeed web server remains an alternative of all WebServers like <a aria-label=\" (opens in a new tab)\" class=\"rank-math-link\" href=\"https:\/\/googiehost.com\/blog\/nginx-vs-apache\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Nginx or Apache<\/strong><\/a> due to below reasons.<\/p>\n \n<p>Also read: <a href=\"https:\/\/googiehost.com\/blog\/needed-to-install-and-configure-apache-server\">Needed to install and configure apache server<\/a><\/p>\n \n<p>Also read: <a href=\"https:\/\/googiehost.com\/blog\/best-cheap-asp-net-hosting\">Cheap asp net hosting<\/a><\/p>\n \n<p>Also read: <a href=\"https:\/\/googiehost.com\/blog\/best-free-laravel-hosting\">Free laravel hosting<\/a><\/p>\n \n<p>Also read: <a href=\"https:\/\/googiehost.com\/blog\/best-free-nodejs-hosting\">Free nodejs hosting<\/a><\/p>\n \n<div id=\"affiliate-style-1e01e1ac-b9b0-4e94-9ec1-eff202f70526\" class=\"wp-block-affiliate-booster-ab-icon-list affiliate-block-1e01e1 affiliate-iconlist-wrapper\"><div class=\"affiliate-iconlist-inner aff-list-isshow-icon\"><div class=\"affiliate-block-advanced-list affiliate-icon-list affiliate-alignment-left\"><ul class=\"affiliate-list affiliate-list-type-unordered affiliate-list-bullet-long-arrow-alt-right\"><li>Litespeed is highly compatible with all Apache modules and provides high performance than other web servers.<\/li><li>Litespeed can manage 1000s of visitors per second<\/li><li>Litespeed requires minimal hardware resources. Litespeed consumes less Memory and CPU.<\/li><li>Litespeed is highly secure with <strong>mod_security<\/strong>. It prevents servers from DDOS attacks.<\/li><li>Litespeed offers zero downtime of websites<\/li><li>Large E-Commerce and Video streaming servers use Litespeed web server for greater performance.<\/li><\/ul><\/div><\/div><\/div>\n \n<h2 class=\"wp-block-heading\" class=\"wp-block-heading\" id=\"faqs\">FAQs<\/h2>\n \n<div id=\"acf-accordion-block_b02dbfcd7a0d2ace5613c130a493d3d4\" class=\"acf-accordion\">\n                <details class=\"acf-accordion-item\" open>\n                <summary class=\"acf-accordion-title\">\n                    Is Nginx better than Apache for DirectAdmin?                <\/summary>\n                <div class=\"acf-accordion-content\">\n                    <p>Nginx outperforms Apache in most benchmarks, especially for serving static content and handling concurrent connections. On a DirectAdmin server, Nginx uses significantly less memory and CPU compared to Apache. If your server hosts multiple websites or handles high traffic, Nginx is the better choice. Apache still has advantages for.htaccess-heavy configurations, but Nginx with php-fpm is the preferred setup for modern DirectAdmin servers.<\/p>\n                <\/div>\n            <\/details>\n                        <details class=\"acf-accordion-item\">\n                <summary class=\"acf-accordion-title\">\n                    How do I switch from Apache to Nginx on DirectAdmin?                <\/summary>\n                <div class=\"acf-accordion-content\">\n                    <p>SSH into your server and navigate to \/usr\/local\/directadmin\/custombuild. Run.\/build set webserver nginx to change the web server option, then run.\/build set php1_mode php-fpm to switch PHP mode. After that, run.\/build update,.\/build all d, and.\/build rewrite_confs to apply the changes. Verify Nginx is running with lsof -i :80. The entire process takes about 10 to 15 minutes depending on your server.<\/p>\n                <\/div>\n            <\/details>\n                        <details class=\"acf-accordion-item\">\n                <summary class=\"acf-accordion-title\">\n                    Does LiteSpeed require a paid license?                <\/summary>\n                <div class=\"acf-accordion-content\">\n                    <p>LiteSpeed has both free and paid options. The OpenLiteSpeed version is completely free and open source, but it lacks control panel integration. The Standard and Enterprise editions require paid licenses from LiteSpeed Technologies. However, LiteSpeed offers a free starter license for servers with a single domain and less than 2GB of RAM. For production DirectAdmin servers hosting multiple sites, you will need a Standard or Enterprise license.<\/p>\n                <\/div>\n            <\/details>\n                        <details class=\"acf-accordion-item\">\n                <summary class=\"acf-accordion-title\">\n                    Can you use LiteSpeed with the free version of DirectAdmin?                <\/summary>\n                <div class=\"acf-accordion-content\">\n                    <p>Yes, LiteSpeed works with both the free and paid versions of DirectAdmin. DirectAdmin offers a free license for personal use that supports a limited number of domains. You can install LiteSpeed on a DirectAdmin server regardless of the license tier. The LiteSpeed plugin integrates with DirectAdmin through CustomBuild 2.0, so you get the same GUI management features with any DirectAdmin license.<\/p>\n                <\/div>\n            <\/details>\n                        <details class=\"acf-accordion-item\">\n                <summary class=\"acf-accordion-title\">\n                    What is the difference between Nginx and LiteSpeed?                <\/summary>\n                <div class=\"acf-accordion-content\">\n                    <p>Nginx is fully open source and free, while LiteSpeed has both open source and commercial editions. LiteSpeed is drop-in compatible with Apache modules like mod_rewrite and mod_security, making migration from Apache easier. Nginx requires separate configuration syntax. LiteSpeed also includes built-in page caching (LSCache) that works with WordPress and other CMS platforms out of the box. Nginx needs third-party caching solutions. For raw performance they&#8217;re comparable, but LiteSpeed offers better Apache compatibility and built-in caching features.<\/p>\n                <\/div>\n            <\/details>\n            <\/div>\n\n    <script type=\"application\/ld+json\">\n        {\"@context\":\"https:\/\/schema.org\",\"@type\":\"FAQPage\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"Is Nginx better than Apache for DirectAdmin?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Nginx outperforms Apache in most benchmarks, especially for serving static content and handling concurrent connections. On a DirectAdmin server, Nginx uses significantly less memory and CPU compared to Apache. If your server hosts multiple websites or handles high traffic, Nginx is the better choice. Apache still has advantages for.htaccess-heavy configurations, but Nginx with php-fpm is the preferred setup for modern DirectAdmin servers.\"}},{\"@type\":\"Question\",\"name\":\"How do I switch from Apache to Nginx on DirectAdmin?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"SSH into your server and navigate to \/usr\/local\/directadmin\/custombuild. Run.\/build set webserver nginx to change the web server option, then run.\/build set php1_mode php-fpm to switch PHP mode. After that, run.\/build update,.\/build all d, and.\/build rewrite_confs to apply the changes. Verify Nginx is running with lsof -i :80. The entire process takes about 10 to 15 minutes depending on your server.\"}},{\"@type\":\"Question\",\"name\":\"Does LiteSpeed require a paid license?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"LiteSpeed has both free and paid options. The OpenLiteSpeed version is completely free and open source, but it lacks control panel integration. The Standard and Enterprise editions require paid licenses from LiteSpeed Technologies. However, LiteSpeed offers a free starter license for servers with a single domain and less than 2GB of RAM. For production DirectAdmin servers hosting multiple sites, you will need a Standard or Enterprise license.\"}},{\"@type\":\"Question\",\"name\":\"Can you use LiteSpeed with the free version of DirectAdmin?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes, LiteSpeed works with both the free and paid versions of DirectAdmin. DirectAdmin offers a free license for personal use that supports a limited number of domains. You can install LiteSpeed on a DirectAdmin server regardless of the license tier. The LiteSpeed plugin integrates with DirectAdmin through CustomBuild 2.0, so you get the same GUI management features with any DirectAdmin license.\"}},{\"@type\":\"Question\",\"name\":\"What is the difference between Nginx and LiteSpeed?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Nginx is fully open source and free, while LiteSpeed has both open source and commercial editions. LiteSpeed is drop-in compatible with Apache modules like mod_rewrite and mod_security, making migration from Apache easier. Nginx requires separate configuration syntax. LiteSpeed also includes built-in page caching (LSCache) that works with WordPress and other CMS platforms out of the box. Nginx needs third-party caching solutions. For raw performance they're comparable, but LiteSpeed offers better Apache compatibility and built-in caching features.\"}}]}    <\/script>\n \n<div class=\"acf-cta-block\">\n    <div class=\"acf-cta-content\">\n                                                <h2 class=\"acf-cta-heading\" class=\"acf-cta-heading\" id=\"get-managed-directadmin-hosting\">Get Managed DirectAdmin Hosting<\/h2>\n            \n                            <div class=\"acf-cta-description\">\n                    Skip the manual setup. Get pre-configured DirectAdmin hosting with your choice of web server.                <\/div>\n            \n                            <a href=\"https:\/\/googiehost.com\/blog\/best-web-hosting-services\/\" class=\"acf-cta-button primary\">\n                    View VPS Plans                <\/a>\n                        <\/div>\n<\/div>\n ","protected":false},"excerpt":{"rendered":"<p>How to Install Nginx on Direct Admin Control Panel easy setup guide: Nginx Vs Litespeed Web Server Nginx is open-source&#8230;<\/p>\n","protected":false},"author":33,"featured_media":1000073991,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"iawp_total_views":2,"footnotes":""},"categories":[7],"tags":[2627,2628,2624,2625,2629,2626,2622,2623,2630],"class_list":["post-12138","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to","tag-directadmin-install-nginx-apache","tag-directadmin-integrates-litespeed","tag-how-to-install-nginx","tag-how-to-install-nginx-on-directadmin","tag-how-to-install-openlitespeed","tag-install-nginx-directadmin","tag-install-nginx-or-litespeed-in-direct-admin","tag-installing-nginx-on-directadmin","tag-litespeed-installation-with-directadmin"],"acf":[],"_links":{"self":[{"href":"https:\/\/googiehost.com\/blog\/wp-json\/wp\/v2\/posts\/12138","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/googiehost.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/googiehost.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/googiehost.com\/blog\/wp-json\/wp\/v2\/users\/33"}],"replies":[{"embeddable":true,"href":"https:\/\/googiehost.com\/blog\/wp-json\/wp\/v2\/comments?post=12138"}],"version-history":[{"count":1,"href":"https:\/\/googiehost.com\/blog\/wp-json\/wp\/v2\/posts\/12138\/revisions"}],"predecessor-version":[{"id":1000110007,"href":"https:\/\/googiehost.com\/blog\/wp-json\/wp\/v2\/posts\/12138\/revisions\/1000110007"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/googiehost.com\/blog\/wp-json\/wp\/v2\/media\/1000073991"}],"wp:attachment":[{"href":"https:\/\/googiehost.com\/blog\/wp-json\/wp\/v2\/media?parent=12138"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/googiehost.com\/blog\/wp-json\/wp\/v2\/categories?post=12138"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/googiehost.com\/blog\/wp-json\/wp\/v2\/tags?post=12138"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}