NethServer Version: 7.4
Module: Reverse Proxy
Hi,
I must have (again) mixed things up. My reverse proxy don’t work anymore. Here is the configuration :
# ProxyPass: odoo
# Description:
ProxyPass /odoo http://appserver.myserver.tld:8069
ProxyPassReverse /odoo http://appserver.myserver.tld:8069
<Location /odoo>
</Location>
When I try to go to myserver.tld/odoo, I receive a 404 Not found. Interestingly, the adress shown in the browser is now http://myserver.tld/web, which is the root of oodo’s path (target could be ie http://appserver.myserver.tld:8069/web/database/selector)
What did I wrong ? Where should I look ? I believe it must be related to some module not loaded in apache, but which one ?