{"id":589,"date":"2018-05-27T08:41:25","date_gmt":"2018-05-27T08:41:25","guid":{"rendered":"https:\/\/www.dewlance.com\/kb\/?p=589"},"modified":"2022-08-16T11:14:05","modified_gmt":"2022-08-16T11:14:05","slug":"how-to-install-the-apache-virtual-host-in-ubuntu-18-04","status":"publish","type":"post","link":"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04","title":{"rendered":"How to install the Apache virtual host in Ubuntu 18.04 VPS?"},"content":{"rendered":"<p>Apache is a cross-platform, open source HTTP web server that implements the HTTP \/ 1.12 protocol and the notion of a virtual site. The objective of this project is to provide a secure, efficient and extensible server that provides HTTP services in synchronization with current HTTP standards. The Apache web server is often used in combination with the MySQL database engine, the PHP scripting language, and other popular scripting languages such as Python and Perl.<\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-603\" src=\"https:\/\/www.dewlance.com\/kb\/wp-content\/uploads\/2018\/05\/apache-install-virtualhost-main.gif\" alt=\"\" width=\"400\" height=\"284\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>What you need to know about this configuration is that it is called LAMP (Linux, Apache, MySQL and Perl \/ Python \/ PHP) and the most important, it forms a powerful and robust platform for the development and distribution of web-based applications.<\/p>\n<p>&nbsp;<\/p>\n<h4>Apache installation process<\/h4>\n<p>Due to the great popularity of the application it can be found within the repositories of most Linux distributions, so its installation is quite simple. In the case of Ubuntu 18.04 both desktop and server will support the package that is within the repositories.<\/p>\n<p>&nbsp;<\/p>\n<p>We just have to open a terminal and execute the following command:<\/p>\n<pre>sudo apt update\r\nsudo apt install apache2\r\n<\/pre>\n<p>&nbsp;<\/p>\n<p>We just have to confirm the installation and all the necessary packages for the functioning of Apache on our computer will be installed. Once the process is finished, we only have to verify that it was installed correctly, for this we execute:<\/p>\n<pre>sudo systemctl status apache2<\/pre>\n<p>&nbsp;<\/p>\n<p>Where we should receive a response similar to this one:<\/p>\n<pre>Loaded: loaded (\/lib\/systemd\/system\/apache2.service; enabled; vendor preset: enabled)<\/pre>\n<p>&nbsp;<\/p>\n<p>With this we can see that the service was installed and is running correctly. But we also have another method to verify this. The other method is by requesting an Apache page, for this we only have to enter our ip address in our browser. If you do not know the IP address of your computer, you can obtain it in different ways from the command line.<\/p>\n<p>&nbsp;<\/p>\n<p>We just have to execute this command:<\/p>\n<pre>hostname -I<\/pre>\n<p>&nbsp;<\/p>\n<p>When doing so, we can identify our IP address when the browser displays the following:<\/p>\n<pre>apache_default<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-591 aligncenter\" src=\"https:\/\/www.dewlance.com\/kb\/wp-content\/uploads\/2018\/05\/ip-blocked-error.gif\" alt=\"\" width=\"610\" height=\"439\" \/><\/p>\n<p>This is the page of Apache that shows us that it is running on our computer and shows us the directory where it has some configuration files.<\/p>\n<p>&nbsp;<\/p>\n<h5>Basic Apache commands<\/h5>\n<p>If we have the Apache web server running in our system, it is necessary to know some basic commands of this, because with this we can start or stop the process if necessary.<\/p>\n<p>&nbsp;<\/p>\n<p>The two most basic commands are to start and stop the service on our computer. For this we only have to run on the terminal when we want to start Apache:<\/p>\n<pre>sudo systemctl start apache2<\/pre>\n<p>&nbsp;<\/p>\n<p>While to stop Apache we execute:<\/p>\n<pre>sudo systemctl stop apache2<\/pre>\n<p>&nbsp;<\/p>\n<p>We also have the possibility of restarting the service without stopping it, for this we only execute:<\/p>\n<pre>sudo systemctl restart apache2<\/pre>\n<p>&nbsp;<\/p>\n<p>When it is in operation and we need a refresh of the process, we can execute this command which will not disconnect the existing connections with the server:<\/p>\n<pre>sudo systemctl reload apache2<\/pre>\n<p>&nbsp;<\/p>\n<p>In case of wanting to disable the service, we only execute:<\/p>\n<pre>sudo systemctl disable apache2<\/pre>\n<p>&nbsp;<\/p>\n<p>And for the opposite case in case of re-enabling the service in our team, we only execute:<\/p>\n<pre>sudo systemctl enable apache2<\/pre>\n<h5><\/h5>\n<p>&nbsp;<\/p>\n<h5><\/h5>\n<h5>Apache2 modules<\/h5>\n<p>Apache2 is a server that can be complemented with modules. Extended features are available through modules that can be loaded in Apache2. By default, a set of modules is included in the server at the time of compiling it. Ubuntu compiles Apache2 to allow dynamic loading of modules. Configuration directives can conditionally include the presence of a module by including them in a block.<\/p>\n<p>&nbsp;<\/p>\n<p>You can install more Apache2 modules and use them on your web server. For example, run the following command in a console to install the MySQL Authentication module:<\/p>\n<pre>sudo apt install libapache2-mod-auth-mysql<\/pre>\n<p>&nbsp;<\/p>\n<p>In the \/etc\/apache2\/mods-available directory you can verify the additional modules.<\/p>\n<p>&nbsp;<\/p>\n<p>Hope this article will help you understand how to configure Apache Virtual Host inside Ubuntu 18.04.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Apache is a cross-platform, open source HTTP web server that implements the HTTP \/ 1.12 protocol and the notion of a virtual site. The objective of this project is to provide a secure, efficient and extensible server that provides HTTP services in synchronization with current HTTP standards. The Apache web server is often used in [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[706],"tags":[165,164,162,161,163,166],"class_list":["post-589","post","type-post","status-publish","format-standard","hentry","category-vps","tag-apache-default-install-page-ubuntu","tag-apache2-install-on-ubuntu-18-04","tag-how-to-install-apache-on-ubuntu","tag-install-apache-virtualhost-on-ubuntu-18-04","tag-installing-apache-on-ubuntu-18-04","tag-tutorial-on-how-to-install-apache-virtual-host-on-ubuntu-18-04"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to install the Apache virtual host in Ubuntu 18.04 VPS? - Web Hosting Blog - Dewlance<\/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:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install the Apache virtual host in Ubuntu 18.04 VPS? - Web Hosting Blog - Dewlance\" \/>\n<meta property=\"og:description\" content=\"Apache is a cross-platform, open source HTTP web server that implements the HTTP \/ 1.12 protocol and the notion of a virtual site. The objective of this project is to provide a secure, efficient and extensible server that provides HTTP services in synchronization with current HTTP standards. The Apache web server is often used in [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04\" \/>\n<meta property=\"og:site_name\" content=\"Web Hosting Blog - Dewlance\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/dewlance.hosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-05-27T08:41:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-16T11:14:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.dewlance.com\/kb\/wp-content\/uploads\/2018\/05\/apache-install-virtualhost-main.gif\" \/>\n<meta name=\"author\" content=\"K.S\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dewlance\" \/>\n<meta name=\"twitter:site\" content=\"@dewlance\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"K.S\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04\"},\"author\":{\"name\":\"K.S\",\"@id\":\"https:\/\/www.dewlance.com\/blog\/#\/schema\/person\/0fe2f240cf5589599b50b9385ee53694\"},\"headline\":\"How to install the Apache virtual host in Ubuntu 18.04 VPS?\",\"datePublished\":\"2018-05-27T08:41:25+00:00\",\"dateModified\":\"2022-08-16T11:14:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04\"},\"wordCount\":636,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.dewlance.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dewlance.com\/kb\/wp-content\/uploads\/2018\/05\/apache-install-virtualhost-main.gif\",\"keywords\":[\"apache default install page ubuntu\",\"apache2 install on ubuntu 18.04\",\"how to install apache on ubuntu\",\"install apache virtualhost on ubuntu 18.04\",\"installing apache on ubuntu 18.04\",\"tutorial on how to install apache virtual host on ubuntu 18.04\"],\"articleSection\":[\"VPS\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04\",\"url\":\"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04\",\"name\":\"How to install the Apache virtual host in Ubuntu 18.04 VPS? - Web Hosting Blog - Dewlance\",\"isPartOf\":{\"@id\":\"https:\/\/www.dewlance.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.dewlance.com\/kb\/wp-content\/uploads\/2018\/05\/apache-install-virtualhost-main.gif\",\"datePublished\":\"2018-05-27T08:41:25+00:00\",\"dateModified\":\"2022-08-16T11:14:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04#primaryimage\",\"url\":\"https:\/\/www.dewlance.com\/kb\/wp-content\/uploads\/2018\/05\/apache-install-virtualhost-main.gif\",\"contentUrl\":\"https:\/\/www.dewlance.com\/kb\/wp-content\/uploads\/2018\/05\/apache-install-virtualhost-main.gif\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.dewlance.com\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install the Apache virtual host in Ubuntu 18.04 VPS?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dewlance.com\/blog\/#website\",\"url\":\"https:\/\/www.dewlance.com\/blog\/\",\"name\":\"Web Hosting Blog - Dewlance\",\"description\":\"Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.dewlance.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dewlance.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.dewlance.com\/blog\/#organization\",\"name\":\"Dewlance\",\"url\":\"https:\/\/www.dewlance.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.dewlance.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.dewlance.com\/blog\/wp-content\/uploads\/2022\/08\/logo.png\",\"contentUrl\":\"https:\/\/www.dewlance.com\/blog\/wp-content\/uploads\/2022\/08\/logo.png\",\"width\":274,\"height\":89,\"caption\":\"Dewlance\"},\"image\":{\"@id\":\"https:\/\/www.dewlance.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/dewlance.hosting\/\",\"https:\/\/x.com\/dewlance\",\"https:\/\/www.youtube.com\/user\/dewlances\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dewlance.com\/blog\/#\/schema\/person\/0fe2f240cf5589599b50b9385ee53694\",\"name\":\"K.S\",\"url\":\"https:\/\/www.dewlance.com\/blog\/author\/dewlancevpsxen\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to install the Apache virtual host in Ubuntu 18.04 VPS? - Web Hosting Blog - Dewlance","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.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04","og_locale":"en_US","og_type":"article","og_title":"How to install the Apache virtual host in Ubuntu 18.04 VPS? - Web Hosting Blog - Dewlance","og_description":"Apache is a cross-platform, open source HTTP web server that implements the HTTP \/ 1.12 protocol and the notion of a virtual site. The objective of this project is to provide a secure, efficient and extensible server that provides HTTP services in synchronization with current HTTP standards. The Apache web server is often used in [&hellip;]","og_url":"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04","og_site_name":"Web Hosting Blog - Dewlance","article_publisher":"https:\/\/www.facebook.com\/dewlance.hosting\/","article_published_time":"2018-05-27T08:41:25+00:00","article_modified_time":"2022-08-16T11:14:05+00:00","og_image":[{"url":"https:\/\/www.dewlance.com\/kb\/wp-content\/uploads\/2018\/05\/apache-install-virtualhost-main.gif","type":"","width":"","height":""}],"author":"K.S","twitter_card":"summary_large_image","twitter_creator":"@dewlance","twitter_site":"@dewlance","twitter_misc":{"Written by":"K.S","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04#article","isPartOf":{"@id":"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04"},"author":{"name":"K.S","@id":"https:\/\/www.dewlance.com\/blog\/#\/schema\/person\/0fe2f240cf5589599b50b9385ee53694"},"headline":"How to install the Apache virtual host in Ubuntu 18.04 VPS?","datePublished":"2018-05-27T08:41:25+00:00","dateModified":"2022-08-16T11:14:05+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04"},"wordCount":636,"commentCount":0,"publisher":{"@id":"https:\/\/www.dewlance.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04#primaryimage"},"thumbnailUrl":"https:\/\/www.dewlance.com\/kb\/wp-content\/uploads\/2018\/05\/apache-install-virtualhost-main.gif","keywords":["apache default install page ubuntu","apache2 install on ubuntu 18.04","how to install apache on ubuntu","install apache virtualhost on ubuntu 18.04","installing apache on ubuntu 18.04","tutorial on how to install apache virtual host on ubuntu 18.04"],"articleSection":["VPS"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04","url":"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04","name":"How to install the Apache virtual host in Ubuntu 18.04 VPS? - Web Hosting Blog - Dewlance","isPartOf":{"@id":"https:\/\/www.dewlance.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04#primaryimage"},"image":{"@id":"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04#primaryimage"},"thumbnailUrl":"https:\/\/www.dewlance.com\/kb\/wp-content\/uploads\/2018\/05\/apache-install-virtualhost-main.gif","datePublished":"2018-05-27T08:41:25+00:00","dateModified":"2022-08-16T11:14:05+00:00","breadcrumb":{"@id":"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04#primaryimage","url":"https:\/\/www.dewlance.com\/kb\/wp-content\/uploads\/2018\/05\/apache-install-virtualhost-main.gif","contentUrl":"https:\/\/www.dewlance.com\/kb\/wp-content\/uploads\/2018\/05\/apache-install-virtualhost-main.gif"},{"@type":"BreadcrumbList","@id":"https:\/\/www.dewlance.com\/blog\/how-to-install-the-apache-virtual-host-in-ubuntu-18-04#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.dewlance.com\/blog"},{"@type":"ListItem","position":2,"name":"How to install the Apache virtual host in Ubuntu 18.04 VPS?"}]},{"@type":"WebSite","@id":"https:\/\/www.dewlance.com\/blog\/#website","url":"https:\/\/www.dewlance.com\/blog\/","name":"Web Hosting Blog - Dewlance","description":"Tutorials","publisher":{"@id":"https:\/\/www.dewlance.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dewlance.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.dewlance.com\/blog\/#organization","name":"Dewlance","url":"https:\/\/www.dewlance.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.dewlance.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.dewlance.com\/blog\/wp-content\/uploads\/2022\/08\/logo.png","contentUrl":"https:\/\/www.dewlance.com\/blog\/wp-content\/uploads\/2022\/08\/logo.png","width":274,"height":89,"caption":"Dewlance"},"image":{"@id":"https:\/\/www.dewlance.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/dewlance.hosting\/","https:\/\/x.com\/dewlance","https:\/\/www.youtube.com\/user\/dewlances\/"]},{"@type":"Person","@id":"https:\/\/www.dewlance.com\/blog\/#\/schema\/person\/0fe2f240cf5589599b50b9385ee53694","name":"K.S","url":"https:\/\/www.dewlance.com\/blog\/author\/dewlancevpsxen"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/www.dewlance.com\/blog\/wp-json\/wp\/v2\/posts\/589","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dewlance.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dewlance.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dewlance.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dewlance.com\/blog\/wp-json\/wp\/v2\/comments?post=589"}],"version-history":[{"count":14,"href":"https:\/\/www.dewlance.com\/blog\/wp-json\/wp\/v2\/posts\/589\/revisions"}],"predecessor-version":[{"id":1343,"href":"https:\/\/www.dewlance.com\/blog\/wp-json\/wp\/v2\/posts\/589\/revisions\/1343"}],"wp:attachment":[{"href":"https:\/\/www.dewlance.com\/blog\/wp-json\/wp\/v2\/media?parent=589"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dewlance.com\/blog\/wp-json\/wp\/v2\/categories?post=589"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dewlance.com\/blog\/wp-json\/wp\/v2\/tags?post=589"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}