Comments on: How to Install Odoo 12 on Ubuntu 18.04 with Apache as a Reverse Proxy https://www.rosehosting.com/blog/how-to-install-odoo-12-on-ubuntu-18-04-with-apache-as-a-reverse-proxy/ Premium Linux Tutorials Since 2001 Fri, 09 Dec 2022 16:40:26 +0000 hourly 1 https://wordpress.org/?v=6.5.3 By: admin https://www.rosehosting.com/blog/how-to-install-odoo-12-on-ubuntu-18-04-with-apache-as-a-reverse-proxy/#comment-48549 Thu, 11 Feb 2021 07:40:51 +0000 https://www.rosehosting.com/blog/?p=29433#comment-48549 In reply to Olver.

You can still follow the exact same steps as explained in the tutorial.
You just need to create a new configuration file for your new domain, for example at /etc/apache2/sites-available/yourdomain.com.conf

]]>
By: Olver https://www.rosehosting.com/blog/how-to-install-odoo-12-on-ubuntu-18-04-with-apache-as-a-reverse-proxy/#comment-48548 Wed, 10 Feb 2021 22:40:20 +0000 https://www.rosehosting.com/blog/?p=29433#comment-48548 If I already have an apache installation, with SSL browsing with https, How should I add the configuration to the actual apache?
Is it possible to redirect to a subdomain, for example oddo.mybusiness.com, taking into account that I already have the www.mybusiness.com with my web page.

Many thanks in advance.

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-odoo-12-on-ubuntu-18-04-with-apache-as-a-reverse-proxy/#comment-48535 Tue, 05 Jan 2021 07:41:41 +0000 https://www.rosehosting.com/blog/?p=29433#comment-48535 In reply to Maher Khalil.

You can try and install Let’s Encrypt SSL which offers a free SSL:
First, install certbot:
sudo apt-get install software-properties-common
sudo add-repository universe
sudo apt-get update
sudo apt-get install certbot python3-certbot-apache

Second, generate a free SSL certificate for your domain:
sudo certbot –apache
Note: You can enable redirection if you want HTTP traffic to be redirected to HTTPS

]]>
By: Maher Khalil https://www.rosehosting.com/blog/how-to-install-odoo-12-on-ubuntu-18-04-with-apache-as-a-reverse-proxy/#comment-48534 Mon, 04 Jan 2021 20:53:34 +0000 https://www.rosehosting.com/blog/?p=29433#comment-48534 what about ssl certificates and https browsing?

]]>