{"id":18373,"date":"2024-09-23T12:16:06","date_gmt":"2024-09-23T06:46:06","guid":{"rendered":"https:\/\/www.milesweb.in\/hosting-faqs\/?p=18373"},"modified":"2024-09-23T12:16:44","modified_gmt":"2024-09-23T06:46:44","slug":"web-server-commands","status":"publish","type":"post","link":"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/","title":{"rendered":"Most Useful Web Server Commands That Sysadmins Must Know"},"content":{"rendered":"\n<p>Mastering useful web server commands is important for system administrators in order to efficiently handle and manage server platforms. This informative guide focuses on the most commonly used commands that sysadmins must be familiar with.<\/p>\n\n\n\n<p>System administrators can simplify server management using these commands for configuration, monitoring, and fault detection, thus assuring excellent performance and safety. Knowing these commands will not only improve operational performance but also facilitate admins to efficiently and precisely resolve issues.<\/p>\n\n\n\n<p>Ultimately, it\u2019ll contribute to improving the overall trustworthiness and integrity of the server platform.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Key Commands for Efficient Administration of Apache Web Server in Linux<\/h2>\n\n\n\n<p>Apache is the most extensively used free, open-source web server application around the world, specifically in Unix-like OSs but can also be compatible with Windows OSs. As a system admin or website developer, it\u2019ll be beneficial for you to get familiarized with these Apache web servers.&nbsp;<\/p>\n\n\n\n<p>It comes with various noteworthy features; among them, virtual hosting is an outstanding feature that enables a single Apache web server to cater to a varying number of websites. In this section, we\u2019ll explore a few of the most prominent commands required for managing Apache web servers. Sometimes these are also referred to as httpd on several other Linux-based distros. These commands can only be executed as a root or sudo user:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Install Apache Server<\/h3>\n\n\n\n<p>The following command is used for installing Apache servers on various Linux distros, like Debian or Ubuntu:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apt install apache2&nbsp;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">2. Find Out the Apache Version<\/h3>\n\n\n\n<p>The following command is used to find out the installed version of the Apache web server on Linux:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apache2 -v<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">3. Show Apache Compile Settings<\/h3>\n\n\n\n<p>The following command is used to show the Apache compile settings:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apache2 -V<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">4. Checking for Syntax Errors in the Apache Configuration File<\/h3>\n\n\n\n<p>To find out any syntax errors in the Apache configuration files on Debian-based systems, run the following command before restarting the service:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apache2ctl -t<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">5. Checking for Errors in the Apache Virtual Host<\/h3>\n\n\n\n<p>With the help of the following command, errors in the Apache virtual host can be found:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>apache2ctl -S<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Useful Apache2 Service Commands<\/h2>\n\n\n\n<p>All the following commands will be suitable for both Debian and Ubuntu Linux:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">1. To Start the Apache Service<\/h3>\n\n\n\n<p>To kick off the Apache service, use the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo service apache2 start<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">2. To Restart the Apache Service<\/h3>\n\n\n\n<p>For rebooting the Apache service, use the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl restart apache2<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">3. Check the Status of the Apache Service<\/h3>\n\n\n\n<p>For checking the status of the Apache service, execute the following command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl status apache2&nbsp;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">4. Reloading Apache Service<\/h3>\n\n\n\n<p>If you\u2019ve made any modifications to the Apache configuration file, then the following command will be useful for reloading it:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl reload apache2<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">5. Stop Apache Service<\/h3>\n\n\n\n<p>For stopping the Apache service, the following command is used:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl stop apache2&nbsp;<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">6. Get Apache Command Help<\/h3>\n\n\n\n<p>For receiving help with the Apache service, run the following command:&nbsp;<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo apache2 -h&nbsp;<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Other Crucial Web Server Commands<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. ip https certificate<\/h3>\n\n\n\n<p>For setting up the active HTTPS certificate, you can execute the ip https certificate Global Configuration mode command. Whereas, if you want to restore the default configuration, run the no form of this command.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Syntax<\/strong>\n<ul class=\"wp-block-list\">\n<li><strong>ip https certificate<\/strong><em> number<\/em><\/li>\n\n\n\n<li><strong>no ip https certificate<\/strong><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Parameters<\/strong>\n<ul class=\"wp-block-list\">\n<li><strong>Number\u2014<\/strong>indicates the certificate number. Ranges between: 1\u20132<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Default Configuration<\/strong>\n<ul class=\"wp-block-list\">\n<li>The default value for the certificate number is 1.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Command Mode Used<\/strong>\n<ul class=\"wp-block-list\">\n<li>Global Configuration Mode<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">2. ip https logging<\/h3>\n\n\n\n<p>To activate\/deactivate, or enable\/disable the HTTPS session intiation and termination, you can execute the ip https logging command in Global Configuration mode. In order to restore the default configuration, you can use the no form of this command.&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Syntax<\/strong>\n<ul class=\"wp-block-list\">\n<li><strong>ip https logging {enable| disable}<\/strong><\/li>\n\n\n\n<li><strong>no ip https logging<\/strong><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Parameters<\/strong>\n<ul class=\"wp-block-list\">\n<li><strong>enable <\/strong>\u2014\u00a0 for enabling HTTPS session logging on the device.<\/li>\n\n\n\n<li><strong>disable<\/strong> \u2014 for disabling HTTPS session logging on the device.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Default Configuration<\/strong>\n<ul class=\"wp-block-list\">\n<li>By default, the HTTPS session logging is disabled.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Command Mode Used<\/strong>\n<ul class=\"wp-block-list\">\n<li>Global Configuration mode.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>User Instructions<\/strong>\n<ul class=\"wp-block-list\">\n<li>The ip https session logging command activates https logging on the device, which means monitoring the stages of HTTPS session initiation and termination with the help of SYSLOG messages that are created at the time of the process. If you disable the HTTPS session logging, then SYSLOG messages won\u2019t be generated during the course of the SSH configuration or termination process.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">3. ip http port<\/h3>\n\n\n\n<p>To configure the TCP port utilized by the web browser interface, use the ip http port Global Configuration mode command. For restoring its default settings, use its no-form command.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Syntax<\/strong>\n<ul class=\"wp-block-list\">\n<li><strong>ip http port<\/strong> <em>port-number<\/em><\/li>\n\n\n\n<li><strong>no ip http port<\/strong><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Parameters<\/strong>\n<ul class=\"wp-block-list\">\n<li><strong>port<\/strong> <em>port-number<\/em>\u2014utilized by the HTTP server. Ranges between: 1\u201359999.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Default Configuration<\/strong>\n<ul class=\"wp-block-list\">\n<li>80 is the default port number.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Command Mode<\/strong>\n<ul class=\"wp-block-list\">\n<li>Global Configuration Mode<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<div class=\"vlt-box \">\n<div class=\"box-title\" style=\"background:#D5EAFF; color:#000\">Conclusion<\/div>\n<div class=\"box-content\" >\n<p>Knowing useful web server commands is necessary for effective server management that assures flawless website operations and improves all-around performance. Using these commands, system admins can easily manage server setups, analyze traffic, and resolve issues. Which subsequently results in a highly secure and improved server platform for hosting different websites.<\/p>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Mastering useful web server commands is important for system administrators in order to efficiently handle and manage server platforms. This informative guide focuses on the most commonly used commands that sysadmins must be familiar with. System administrators can simplify server management using these commands for configuration, monitoring, and fault detection, thus assuring excellent performance and [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[3039],"class_list":["post-18373","post","type-post","status-publish","format-standard","placeholder-for-hentry","category-web-hosting-faq","tag-web-server-commands"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Most Useful Web Server Commands That Sysadmins Must Know<\/title>\n<meta name=\"description\" content=\"Improve your server management skills using these most useful web server commands that every system administrator must know.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Most Useful Web Server Commands That Sysadmins Must Know\" \/>\n<meta property=\"og:description\" content=\"Improve your server management skills using these most useful web server commands that every system administrator must know.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/\" \/>\n<meta property=\"og:site_name\" content=\"Web Hosting FAQs by MilesWeb\" \/>\n<meta property=\"article:published_time\" content=\"2024-09-23T06:46:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-09-23T06:46:44+00:00\" \/>\n<meta name=\"author\" content=\"Ujwala\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ujwala\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/\"},\"author\":{\"name\":\"Ujwala\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/485f82549b85b9f4c82dc208c42964a8\"},\"headline\":\"Most Useful Web Server Commands That Sysadmins Must Know\",\"datePublished\":\"2024-09-23T06:46:06+00:00\",\"dateModified\":\"2024-09-23T06:46:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/\"},\"wordCount\":807,\"commentCount\":0,\"keywords\":[\"Web Server Commands\"],\"articleSection\":[\"Web Hosting FAQ\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/\",\"name\":\"Most Useful Web Server Commands That Sysadmins Must Know\",\"isPartOf\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#website\"},\"datePublished\":\"2024-09-23T06:46:06+00:00\",\"dateModified\":\"2024-09-23T06:46:44+00:00\",\"author\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/485f82549b85b9f4c82dc208c42964a8\"},\"description\":\"Improve your server management skills using these most useful web server commands that every system administrator must know.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.milesweb.in\/hosting-faqs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Most Useful Web Server Commands That Sysadmins Must Know\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#website\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/\",\"name\":\"Web Hosting FAQs by MilesWeb\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.milesweb.in\/hosting-faqs\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/485f82549b85b9f4c82dc208c42964a8\",\"name\":\"Ujwala\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/3688a73ea9910afb426b453e227deb5300ca470f5518aac6c3b676a5b0acfee5?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/3688a73ea9910afb426b453e227deb5300ca470f5518aac6c3b676a5b0acfee5?s=96&d=blank&r=g\",\"caption\":\"Ujwala\"},\"description\":\"My aim is to create enriching content on topics related to SEO, web hosting and social media. The idea is to elevate the readers to new levels of usability, accessibility and understanding.\",\"url\":\"https:\/\/www.milesweb.in\/hosting-faqs\/author\/ujwala\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Most Useful Web Server Commands That Sysadmins Must Know","description":"Improve your server management skills using these most useful web server commands that every system administrator must know.","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:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/","og_locale":"en_US","og_type":"article","og_title":"Most Useful Web Server Commands That Sysadmins Must Know","og_description":"Improve your server management skills using these most useful web server commands that every system administrator must know.","og_url":"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/","og_site_name":"Web Hosting FAQs by MilesWeb","article_published_time":"2024-09-23T06:46:06+00:00","article_modified_time":"2024-09-23T06:46:44+00:00","author":"Ujwala","twitter_misc":{"Written by":"Ujwala","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/#article","isPartOf":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/"},"author":{"name":"Ujwala","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/485f82549b85b9f4c82dc208c42964a8"},"headline":"Most Useful Web Server Commands That Sysadmins Must Know","datePublished":"2024-09-23T06:46:06+00:00","dateModified":"2024-09-23T06:46:44+00:00","mainEntityOfPage":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/"},"wordCount":807,"commentCount":0,"keywords":["Web Server Commands"],"articleSection":["Web Hosting FAQ"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/","url":"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/","name":"Most Useful Web Server Commands That Sysadmins Must Know","isPartOf":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#website"},"datePublished":"2024-09-23T06:46:06+00:00","dateModified":"2024-09-23T06:46:44+00:00","author":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/485f82549b85b9f4c82dc208c42964a8"},"description":"Improve your server management skills using these most useful web server commands that every system administrator must know.","breadcrumb":{"@id":"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/web-server-commands\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.milesweb.in\/hosting-faqs\/"},{"@type":"ListItem","position":2,"name":"Most Useful Web Server Commands That Sysadmins Must Know"}]},{"@type":"WebSite","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#website","url":"https:\/\/www.milesweb.in\/hosting-faqs\/","name":"Web Hosting FAQs by MilesWeb","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.milesweb.in\/hosting-faqs\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/485f82549b85b9f4c82dc208c42964a8","name":"Ujwala","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.milesweb.in\/hosting-faqs\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/3688a73ea9910afb426b453e227deb5300ca470f5518aac6c3b676a5b0acfee5?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3688a73ea9910afb426b453e227deb5300ca470f5518aac6c3b676a5b0acfee5?s=96&d=blank&r=g","caption":"Ujwala"},"description":"My aim is to create enriching content on topics related to SEO, web hosting and social media. The idea is to elevate the readers to new levels of usability, accessibility and understanding.","url":"https:\/\/www.milesweb.in\/hosting-faqs\/author\/ujwala\/"}]}},"_links":{"self":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/18373","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/comments?post=18373"}],"version-history":[{"count":7,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/18373\/revisions"}],"predecessor-version":[{"id":18381,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/posts\/18373\/revisions\/18381"}],"wp:attachment":[{"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/media?parent=18373"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/categories?post=18373"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.milesweb.in\/hosting-faqs\/wp-json\/wp\/v2\/tags?post=18373"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}