{"id":240,"date":"2016-01-19T16:05:21","date_gmt":"2016-01-19T16:05:21","guid":{"rendered":"https:\/\/www.linuxcloudvps.com\/blog\/?p=240"},"modified":"2018-01-31T08:56:44","modified_gmt":"2018-01-31T14:56:44","slug":"install-and-configure-apache-traffic-server-on-ubuntu-14-04","status":"publish","type":"post","link":"https:\/\/www.linuxcloudvps.com\/blog\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\/","title":{"rendered":"Install and configure Apache Traffic Server on Ubuntu 14.04"},"content":{"rendered":"<p>Apache Traffic Server is a high-performance reverse proxy and forward proxy server licensed under Apache License. It allows you to improve the response time of your website while consuming less memory. It is used by many companies including Yahoo! and today we will show you how to install and configure it on a <a href=\"https:\/\/www.linuxcloudvps.com\/\" target=\"_blank\">Linux Cloud VPS<\/a>.<\/p>\n<p><!--more--><\/p>\n<p>First thing to do after logging in to your server is to upgrade all your system software to the latest version.<\/p>\n<pre>sudo apt-get update\r\nsudo apt-get upgrade<\/pre>\n<p>After the upgrade is completed successfully you can continue with the instructions below to install Apache Traffic Server.<\/p>\n<pre>sudo apt-get install trafficserver<\/pre>\n<p>This should take a few moments. Once Apache Traffic Server is installed on your <a href=\"https:\/\/www.linuxcloudvps.com\/ubuntu-cloud-vps.html\" target=\"_blank\">Ubuntu Cloud VPS<\/a> you can go ahead and configure it to work as a reverse proxy with your Apache web server.<\/p>\n<p>The very first file you need to edit is the &#8216;\/etc\/apache2\/ports.conf&#8217; file. Open the file using your favorite text editor and change the following line:<\/p>\n<pre>Listen 80<\/pre>\n<p>to<\/p>\n<pre>Listen 127.0.0.1:82<\/pre>\n<p>If port 82 is already used on your server by some other service you can use another port number which is available. Remember, you need to configure your Apache web server to listen locally. Next, you need to edit the virtual host for your website and change the following line:<\/p>\n<pre>&lt;VirtualHost *:80&gt;<\/pre>\n<p>to<\/p>\n<pre>&lt;VirtualHost 127.0.0.1:82&gt;<\/pre>\n<p>Save the file and close it. Now restart your Apache web server for the changes to take effect.<\/p>\n<pre>sudo \/etc\/init.d\/apache2 restart<\/pre>\n<p>To verify that Apache is listening on 127.0.0.1:82, you can execute the following command:<\/p>\n<pre>sudo netstat -tnlp<\/pre>\n<p>If everything is OK you can move on to the next step. Lets configure Apache Traffic Server to listen on port 80. For that purpose you need to edit the &#8216;\/etc\/trafficserver\/records.config&#8217; file. Change the following line:<\/p>\n<pre>CONFIG proxy.config.http.server_ports STRING 8080<\/pre>\n<p>to<\/p>\n<pre>CONFIG proxy.config.http.server_ports STRING 80<\/pre>\n<p>Then, edit the &#8216;\/etc\/trafficserver\/records.config&#8217; file and change the following line:<\/p>\n<pre>CONFIG proxy.config.proxy_name STRING allspice<\/pre>\n<p>to<\/p>\n<pre>CONFIG proxy.config.proxy_name STRING yourdomain.com<\/pre>\n<p>Do not forget to replace &#8216;yourdomain.com&#8217; with your domain name. Also, make sure that the following line persists in the same file:<\/p>\n<pre>CONFIG proxy.config.url_remap.pristine_host_hdr INT 1<\/pre>\n<p>If not, you need to add it. Save the file and close it. Finally, edit the &#8216;\/etc\/trafficserver\/remap.config&#8217; file and add the following lines:<\/p>\n<pre>map http:\/\/yourdomain.com:80 http:\/\/127.0.0.1:82\r\nreverse_map http:\/\/127.0.0.1:82 http:\/\/yourdomain.com:80<\/pre>\n<p>Again, do not forget to replace &#8216;yourdomain.com&#8217; with your domain name.<\/p>\n<p>Restart Apache Traffic Server using the following command:<\/p>\n<pre>\/etc\/init.d\/trafficserver restart<\/pre>\n<p>Ensure that Apache Traffic Server is listening on port 80.<\/p>\n<p>If everything is OK, you can test your website. Run the following command:<\/p>\n<pre>curl -I yourdomain.com<\/pre>\n<p>You should receive something like this:<\/p>\n<pre>...\r\nServer: ATS\/5.3.0\r\n...\r\n<\/pre>\n<p>This means, Apache Traffic Server is listening in front of your Apache web server and the configuration has been successful.<\/p>\n<p>Of course you don\u2019t have to do any of this if you use one of our <a href=\"https:\/\/www.linuxcloudvps.com\/cloud-vps.html\" target=\"_blank\">Linux Cloud VPS hosting<\/a> services, in which case you can simply ask our expert Linux admins to install and configure Apache Traffic Server for you. They are available 24\u00d77 and will take care of your request immediately.<\/p>\n<p><span style=\"color: #ff0000;\"><strong>PS.<\/strong><\/span> If you liked this post please share it with your friends on the social networks using the buttons on the left or simply leave a reply below. Thanks.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Apache Traffic Server is a high-performance reverse proxy and forward proxy server licensed under Apache License. It allows you to improve the response time of your website while consuming less memory. It is used by many companies including Yahoo! and today we will show you how to install and configure it on a Linux Cloud &#8230; <a title=\"Install and configure Apache Traffic Server on Ubuntu 14.04\" class=\"read-more\" href=\"https:\/\/www.linuxcloudvps.com\/blog\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\/\" aria-label=\"More on Install and configure Apache Traffic Server on Ubuntu 14.04\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":241,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13],"tags":[39,40,132],"class_list":["post-240","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-apache-traffic-server-linux-vps","tag-install-apache-traffic-server","tag-linuxcloudvps"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Install and configure Apache Traffic Server on Ubuntu 14.04 | LinuxCloudVPS Blog<\/title>\n<meta name=\"description\" content=\"Apache Traffic Server is a high-performance reverse proxy and forward proxy server licensed under Apache License. It allows you to improve the response\" \/>\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.linuxcloudvps.com\/blog\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Install and configure Apache Traffic Server on Ubuntu 14.04 | LinuxCloudVPS Blog\" \/>\n<meta property=\"og:description\" content=\"Apache Traffic Server is a high-performance reverse proxy and forward proxy server licensed under Apache License. It allows you to improve the response\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.linuxcloudvps.com\/blog\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\/\" \/>\n<meta property=\"og:site_name\" content=\"LinuxCloudVPS Blog\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/LinuxCloudVPS\" \/>\n<meta property=\"article:published_time\" content=\"2016-01-19T16:05:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-01-31T14:56:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2015\/11\/apachetrafficserver.png\" \/>\n\t<meta property=\"og:image:width\" content=\"382\" \/>\n\t<meta property=\"og:image:height\" content=\"73\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@LinuxCloudVPS\" \/>\n<meta name=\"twitter:site\" content=\"@LinuxCloudVPS\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\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.linuxcloudvps.com\\\/blog\\\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\\\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#\\\/schema\\\/person\\\/ed907227ee7d151c617e6d0fe74f531a\"},\"headline\":\"Install and configure Apache Traffic Server on Ubuntu 14.04\",\"datePublished\":\"2016-01-19T16:05:21+00:00\",\"dateModified\":\"2018-01-31T14:56:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\\\/\"},\"wordCount\":500,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/11\\\/apachetrafficserver.png\",\"keywords\":[\"apache traffic server linux vps\",\"install apache traffic server\",\"linuxcloudvps\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\\\/\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\\\/\",\"name\":\"Install and configure Apache Traffic Server on Ubuntu 14.04 | LinuxCloudVPS Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/11\\\/apachetrafficserver.png\",\"datePublished\":\"2016-01-19T16:05:21+00:00\",\"dateModified\":\"2018-01-31T14:56:44+00:00\",\"description\":\"Apache Traffic Server is a high-performance reverse proxy and forward proxy server licensed under Apache License. It allows you to improve the response\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/11\\\/apachetrafficserver.png\",\"contentUrl\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/11\\\/apachetrafficserver.png\",\"width\":382,\"height\":73},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Install and configure Apache Traffic Server on Ubuntu 14.04\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/\",\"name\":\"LinuxCloudVPS\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#organization\",\"name\":\"LinuxCloudVPS\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/08\\\/logo.png\",\"width\":217,\"height\":25,\"caption\":\"LinuxCloudVPS\"},\"image\":{\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"http:\\\/\\\/www.facebook.com\\\/LinuxCloudVPS\",\"https:\\\/\\\/x.com\\\/LinuxCloudVPS\",\"http:\\\/\\\/www.linkedin.com\\\/company\\\/linuxcloudvps-com\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/#\\\/schema\\\/person\\\/ed907227ee7d151c617e6d0fe74f531a\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"http:\\\/\\\/www.linuxcloudvps.com\\\/\"],\"url\":\"https:\\\/\\\/www.linuxcloudvps.com\\\/blog\\\/author\\\/r0s3admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Install and configure Apache Traffic Server on Ubuntu 14.04 | LinuxCloudVPS Blog","description":"Apache Traffic Server is a high-performance reverse proxy and forward proxy server licensed under Apache License. It allows you to improve the response","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.linuxcloudvps.com\/blog\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\/","og_locale":"en_US","og_type":"article","og_title":"Install and configure Apache Traffic Server on Ubuntu 14.04 | LinuxCloudVPS Blog","og_description":"Apache Traffic Server is a high-performance reverse proxy and forward proxy server licensed under Apache License. It allows you to improve the response","og_url":"https:\/\/www.linuxcloudvps.com\/blog\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\/","og_site_name":"LinuxCloudVPS Blog","article_publisher":"http:\/\/www.facebook.com\/LinuxCloudVPS","article_published_time":"2016-01-19T16:05:21+00:00","article_modified_time":"2018-01-31T14:56:44+00:00","og_image":[{"width":382,"height":73,"url":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2015\/11\/apachetrafficserver.png","type":"image\/png"}],"author":"admin","twitter_card":"summary_large_image","twitter_creator":"@LinuxCloudVPS","twitter_site":"@LinuxCloudVPS","twitter_misc":{"Written by":"admin","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.linuxcloudvps.com\/blog\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\/#article","isPartOf":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\/"},"author":{"name":"admin","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/person\/ed907227ee7d151c617e6d0fe74f531a"},"headline":"Install and configure Apache Traffic Server on Ubuntu 14.04","datePublished":"2016-01-19T16:05:21+00:00","dateModified":"2018-01-31T14:56:44+00:00","mainEntityOfPage":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\/"},"wordCount":500,"commentCount":0,"publisher":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\/#primaryimage"},"thumbnailUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2015\/11\/apachetrafficserver.png","keywords":["apache traffic server linux vps","install apache traffic server","linuxcloudvps"],"articleSection":["Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.linuxcloudvps.com\/blog\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.linuxcloudvps.com\/blog\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\/","url":"https:\/\/www.linuxcloudvps.com\/blog\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\/","name":"Install and configure Apache Traffic Server on Ubuntu 14.04 | LinuxCloudVPS Blog","isPartOf":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\/#primaryimage"},"image":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\/#primaryimage"},"thumbnailUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2015\/11\/apachetrafficserver.png","datePublished":"2016-01-19T16:05:21+00:00","dateModified":"2018-01-31T14:56:44+00:00","description":"Apache Traffic Server is a high-performance reverse proxy and forward proxy server licensed under Apache License. It allows you to improve the response","breadcrumb":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.linuxcloudvps.com\/blog\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.linuxcloudvps.com\/blog\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\/#primaryimage","url":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2015\/11\/apachetrafficserver.png","contentUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2015\/11\/apachetrafficserver.png","width":382,"height":73},{"@type":"BreadcrumbList","@id":"https:\/\/www.linuxcloudvps.com\/blog\/install-and-configure-apache-traffic-server-on-ubuntu-14-04\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.linuxcloudvps.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Install and configure Apache Traffic Server on Ubuntu 14.04"}]},{"@type":"WebSite","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#website","url":"https:\/\/www.linuxcloudvps.com\/blog\/","name":"LinuxCloudVPS","description":"","publisher":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.linuxcloudvps.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#organization","name":"LinuxCloudVPS","url":"https:\/\/www.linuxcloudvps.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2023\/08\/logo.png","contentUrl":"https:\/\/www.linuxcloudvps.com\/blog\/wp-content\/uploads\/2023\/08\/logo.png","width":217,"height":25,"caption":"LinuxCloudVPS"},"image":{"@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/www.facebook.com\/LinuxCloudVPS","https:\/\/x.com\/LinuxCloudVPS","http:\/\/www.linkedin.com\/company\/linuxcloudvps-com"]},{"@type":"Person","@id":"https:\/\/www.linuxcloudvps.com\/blog\/#\/schema\/person\/ed907227ee7d151c617e6d0fe74f531a","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"admin"},"sameAs":["http:\/\/www.linuxcloudvps.com\/"],"url":"https:\/\/www.linuxcloudvps.com\/blog\/author\/r0s3admin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts\/240","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/comments?post=240"}],"version-history":[{"count":4,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts\/240\/revisions"}],"predecessor-version":[{"id":264,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/posts\/240\/revisions\/264"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/media\/241"}],"wp:attachment":[{"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/media?parent=240"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/categories?post=240"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.linuxcloudvps.com\/blog\/wp-json\/wp\/v2\/tags?post=240"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}