{"id":22874,"date":"2017-08-01T12:38:43","date_gmt":"2017-08-01T17:38:43","guid":{"rendered":"https:\/\/www.rosehosting.com\/blog\/?p=22874"},"modified":"2022-06-03T03:42:03","modified_gmt":"2022-06-03T08:42:03","slug":"how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/","title":{"rendered":"How to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy"},"content":{"rendered":"
<\/div>

\"\"<\/p>\n

We’ll show you, how to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy.\u00a0 Odoo is a web-based open source business software including a number of business applications for Sales, Project and Warehouse Management, CRM, Accounting, Website\/eCommerce, Billing, Inventory and thousands of more additional modules developed by the community.<\/p>\n

In this guide, we will walk you through a complete Odoo 10 installation on your Ubuntu 16.04 VPS<\/a> and show you how to configure Apache as a reverse proxy for your Odoo 10. If you follow these instructions properly it should take no longer than 20 minutes to set up an Odoo on your VPS<\/a>.<\/p>\n

<\/p>\n

Odoo Installation<\/h2>\n

Before you begin, you need to connect to your server<\/a> via SSH. Also, if this is your first time logging to your VPS make sure you check out our First Steps After Getting an Ubuntu VPS<\/a> tutorial.<\/p>\n

After you have successfully logged in, we need to make sure that all our packages are up to date<\/a> by running the following commands:<\/p>\n

apt-get update\napt-get upgrade<\/pre>\n

You can also enable automatic updates<\/a> on your VPS.<\/p>\n

To install Odoo 10 on our system we will use a script made by Yenthe Van Ginneken.<\/p>\n

Navigate to a directory wherever you would like to download the script. For example, to go into the ‘home’ directory you need to type:<\/p>\n

cd \/home<\/pre>\n

Then use the following command to download the script:<\/p>\n

wget https:\/\/raw.githubusercontent.com\/Yenthe666\/InstallScript\/10.0\/odoo_install.sh<\/pre>\n

You can also modify the script if you would like with:<\/p>\n

nano odoo_install.sh<\/pre>\n

For example, you can change the version you would like to install, the location of where it will installed, whether you install the enterprise version or not and most important you can change the master admin password you would like to use.<\/p>\n

After you make the desired changes, make sure you save them.<\/p>\n

In order to run the script we need to make the file executable with the following command:<\/p>\n

chmod +x odoo_install.sh<\/pre>\n

Now we can run the script and wait until Odoo 10 gets installed.<\/p>\n

.\/odoo_install.sh<\/pre>\n

Congratulations! Odoo 10 has now been installed on your Ubuntu 16.04 VPS<\/a>.<\/p>\n

If you haven’t set the master admin password before the installation you can do it now by editing the Odoo 10 configuration file. You can open it with the following command:<\/p>\n

nano \/etc\/odoo-server.conf<\/pre>\n

and change the admin_password field with a strong password. You can also generate one from the command line<\/a>.<\/p>\n

admin_passwd = StrongPassword<\/pre>\n

Restart Odoo for the changes to take effect:<\/p>\n

\/etc\/init.d\/odoo-server restart<\/pre>\n

To access your Odoo, open your browser and navigate to http:\/\/your-server-IP:8069. Initially, you would be asked to create a new database.<\/p>\n

Once the database is created, you will get redirected to the admin panel from where you can log in as the admin user.<\/p>\n

After successfully logging in you can start using your Odoo 10 and configure it to your needs, install additional modules etc.<\/p>\n

[ecko_alert color=”blue”]Get a VPS<\/a> from us and we’ll install, configure and optimize Odoo for you, free of charge![\/ecko_alert]<\/p>\n

Setting up a Reverse Proxy<\/h2>\n

In order to access your Odoo application only by using your domain name, without the port number in the URL, we need to set up Apache<\/a> as a reverse proxy.<\/p>\n

First, we will need to enable some additional proxy modules for Apache. You can do this with the following commands:<\/p>\n

a2enmod proxy\na2enmod proxy_http<\/pre>\n

Once this is done, open a new configuration file for your domain with the following command:<\/p>\n

nano \/etc\/apache2\/sites-available\/your_domain.conf<\/pre>\n

And enter the following:<\/p>\n

<VirtualHost *:80>\nServerName your_domain.com\nServerAlias www.your_domain.com\n\nProxyRequests Off\n<Proxy *>\nOrder deny,allow\nAllow from all\n<\/Proxy>\n\nProxyPass \/ http:\/\/your_domain.com:8069\/\nProxyPassReverse \/ http:\/\/your_domain.com:8069\/\n<Location \/>\nOrder allow,deny\nAllow from all\n<\/Location>\n<\/VirtualHost>\n\n<\/pre>\n

Enable “your_domain.conf” configuration in Apache using:<\/p>\n

ln -s \/etc\/apache2\/sites-available\/your_domain.conf \/etc\/apache2\/sites-enabled\/your_domain.conf<\/pre>\n

Remember to replace your ‘your_domain.com’ with your actual domain name. Save the file, close it and restart Apache for the changes to take effect:<\/p>\n

service apache2 restart<\/pre>\n

That’s it. If you followed all of the instructions properly you can now access your Odoo 10 using your domain name.<\/p>\n

Additionally, if you would like to improve the performance of your Odoo, you can also check out our tutorial on How to speed up Odoo<\/a>.<\/p>\n

Of course, you don\u2019t have to\u00a0install Odoo 10 on Ubuntu 16.04 if you use one of our\u00a0Odoo VPS Hosting<\/a> services, in which case you can simply ask our expert Linux admins to install Odoo 10 on Ubuntu 16.04, for you. They are available 24\u00d77 and will take care of your request immediately. You can also consider reading our post on How to Install Odoo 14 on Ubuntu 20.04 with Apache as a Reverse Proxy<\/a> for more information.<\/p>\n

PS<\/span>.<\/strong>\u00a0If you liked this post, on how to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy,\u00a0 please share it with your friends on the social networks using the buttons below or simply leave a comment in the comments section. Thanks.<\/p>\n","protected":false},"excerpt":{"rendered":"

We’ll show you, how to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy.\u00a0 Odoo is a … <\/p>\n

Read More<\/a><\/p>\n","protected":false},"author":4,"featured_media":24200,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1698,1707],"tags":[464,59],"yoast_head":"\nHow to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy - RoseHosting<\/title>\n<meta name=\"description\" content=\"How to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy - RoseHosting\" \/>\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.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy - RoseHosting\" \/>\n<meta property=\"og:description\" content=\"How to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy - RoseHosting\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/\" \/>\n<meta property=\"og:site_name\" content=\"RoseHosting\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/RoseHosting\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/rosehosting.helpdesk\" \/>\n<meta property=\"article:published_time\" content=\"2017-08-01T17:38:43+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-06-03T08:42:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/08\/How-to-install-Odoo-10-on-Ubuntu-16.04.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Jeff Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:site\" content=\"@rosehosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeff Wilson\" \/>\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.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/\"},\"author\":{\"name\":\"Jeff Wilson\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\"},\"headline\":\"How to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy\",\"datePublished\":\"2017-08-01T17:38:43+00:00\",\"dateModified\":\"2022-06-03T08:42:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/\"},\"wordCount\":753,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/08\/How-to-install-Odoo-10-on-Ubuntu-16.04.jpg\",\"keywords\":[\"odoo\",\"ubuntu\"],\"articleSection\":[\"Ubuntu\",\"Web Servers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/\",\"name\":\"How to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy - RoseHosting\",\"isPartOf\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/08\/How-to-install-Odoo-10-on-Ubuntu-16.04.jpg\",\"datePublished\":\"2017-08-01T17:38:43+00:00\",\"dateModified\":\"2022-06-03T08:42:03+00:00\",\"description\":\"How to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy - RoseHosting\",\"breadcrumb\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/#primaryimage\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/08\/How-to-install-Odoo-10-on-Ubuntu-16.04.jpg\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/08\/How-to-install-Odoo-10-on-Ubuntu-16.04.jpg\",\"width\":1200,\"height\":600,\"caption\":\"How to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.rosehosting.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#website\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/\",\"name\":\"RoseHosting\",\"description\":\"Premium Linux Tutorials Since 2001\",\"publisher\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#organization\",\"name\":\"RoseHosting\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png\",\"contentUrl\":\"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png\",\"width\":192,\"height\":192,\"caption\":\"RoseHosting\"},\"image\":{\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/RoseHosting\",\"https:\/\/x.com\/rosehosting\",\"https:\/\/www.linkedin.com\/in\/rosehosting\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713\",\"name\":\"Jeff Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g\",\"caption\":\"Jeff Wilson\"},\"description\":\"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.\",\"sameAs\":[\"https:\/\/www.rosehosting.com\",\"https:\/\/www.facebook.com\/rosehosting.helpdesk\"],\"url\":\"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy - RoseHosting","description":"How to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy - RoseHosting","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.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/","og_locale":"en_US","og_type":"article","og_title":"How to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy - RoseHosting","og_description":"How to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy - RoseHosting","og_url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/","og_site_name":"RoseHosting","article_publisher":"https:\/\/www.facebook.com\/RoseHosting","article_author":"https:\/\/www.facebook.com\/rosehosting.helpdesk","article_published_time":"2017-08-01T17:38:43+00:00","article_modified_time":"2022-06-03T08:42:03+00:00","og_image":[{"width":1200,"height":600,"url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/08\/How-to-install-Odoo-10-on-Ubuntu-16.04.jpg","type":"image\/jpeg"}],"author":"Jeff Wilson","twitter_card":"summary_large_image","twitter_creator":"@rosehosting","twitter_site":"@rosehosting","twitter_misc":{"Written by":"Jeff Wilson","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/#article","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/"},"author":{"name":"Jeff Wilson","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713"},"headline":"How to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy","datePublished":"2017-08-01T17:38:43+00:00","dateModified":"2022-06-03T08:42:03+00:00","mainEntityOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/"},"wordCount":753,"commentCount":3,"publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/08\/How-to-install-Odoo-10-on-Ubuntu-16.04.jpg","keywords":["odoo","ubuntu"],"articleSection":["Ubuntu","Web Servers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/","url":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/","name":"How to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy - RoseHosting","isPartOf":{"@id":"https:\/\/www.rosehosting.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/#primaryimage"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/#primaryimage"},"thumbnailUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/08\/How-to-install-Odoo-10-on-Ubuntu-16.04.jpg","datePublished":"2017-08-01T17:38:43+00:00","dateModified":"2022-06-03T08:42:03+00:00","description":"How to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy - RoseHosting","breadcrumb":{"@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/#primaryimage","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/08\/How-to-install-Odoo-10-on-Ubuntu-16.04.jpg","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2017\/08\/How-to-install-Odoo-10-on-Ubuntu-16.04.jpg","width":1200,"height":600,"caption":"How to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy"},{"@type":"BreadcrumbList","@id":"https:\/\/www.rosehosting.com\/blog\/how-to-install-odoo-10-on-ubuntu-16-04-with-apache-as-a-reverse-proxy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.rosehosting.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to install Odoo 10 on Ubuntu 16.04 with Apache as a reverse proxy"}]},{"@type":"WebSite","@id":"https:\/\/www.rosehosting.com\/blog\/#website","url":"https:\/\/www.rosehosting.com\/blog\/","name":"RoseHosting","description":"Premium Linux Tutorials Since 2001","publisher":{"@id":"https:\/\/www.rosehosting.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.rosehosting.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.rosehosting.com\/blog\/#organization","name":"RoseHosting","url":"https:\/\/www.rosehosting.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","contentUrl":"https:\/\/www.rosehosting.com\/blog\/wp-content\/uploads\/2022\/03\/android-chrome-192x192-1.png","width":192,"height":192,"caption":"RoseHosting"},"image":{"@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/RoseHosting","https:\/\/x.com\/rosehosting","https:\/\/www.linkedin.com\/in\/rosehosting\/"]},{"@type":"Person","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/7ce77a842fa6a9a7f8efa186f2353713","name":"Jeff Wilson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.rosehosting.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/09271207587f897ab46faaed9b355252?s=96&r=g","caption":"Jeff Wilson"},"description":"An experienced Linux veteran with many years of experience. Helping other Linux admins with frequent Linux and business-related blog posts on the RoseHosting blog. Techie by choice. Loving nature and travel. Happily married and father of two lovely children.","sameAs":["https:\/\/www.rosehosting.com","https:\/\/www.facebook.com\/rosehosting.helpdesk"],"url":"https:\/\/www.rosehosting.com\/blog\/author\/jwilson\/"}]}},"_links":{"self":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/22874"}],"collection":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/comments?post=22874"}],"version-history":[{"count":1,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/22874\/revisions"}],"predecessor-version":[{"id":36603,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/posts\/22874\/revisions\/36603"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media\/24200"}],"wp:attachment":[{"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/media?parent=22874"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/categories?post=22874"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.rosehosting.com\/blog\/wp-json\/wp\/v2\/tags?post=22874"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}