Odoo OpenERP Publishing
-
Dears,
i have CentOS 7 installed on my server also there is Odoo OpenERP in this machine and Apache as well , Odoo is listening on port 8069 by default and Apache is listening on port 80
so how can i redirect any traffic comming on port 80 to 8069 noting that i have configured the firewalld for that forwarding as the below :
#firewall-cmd --permanent --add-forward-port=port=80:proto=tcp:toport=8069:toaddr=External -IPThanks
-
First you will want to remove the firewalld rule. It sends anything that hits port 80 to 8069. You will want to set up a virtual host in Apache that will allow you to only forward the traffic designed for the Odoo instance to port 8069.
Here's an article on using Apache as a reverse proxy.
-
@johnhooks i really appreciate your help, i solved the issue by the mod_proxy module
thanks so much
this is the best IT Forum i have ever seen -
@AlyRagab said:
@johnhooks i really appreciate your help, i solved the issue by the mod_proxy module
thanks so much
this is the best IT Forum i have ever seenNo problem!