← Back to team overview

openerp-dev-web team mailing list archive

[Bug 384798] [NEW] Impossible to proxy webclient on a subdirectory

 

You have been assigned a bug task for a public bug by SKH(OpenERP) (skh-openerp):

I want to serve OpenERP web from a subdirectory on my server, eg. https://avalon.mindswitch.nl/erp using Apache SSL as a proxy.
Unfortunately it doesn't work as I expected it.

Current config:
apache:
<VirtualHost *:443>
    Servername avalon.mindswitch.nl
    SSLEngine on
    SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
    SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
    <Proxy *>
        Order deny,allow
        Allow from all
    </Proxy>
    ProxyRequests Off
    ProxyPass        /erp http://127.0.0.1:8080/
    ProxyPassReverse /erp  http://127.0.0.1:8080/
</VirtualHost>

OpenERP web configuration
....
base_url_filter.on = True
base_url_filter.use_x_forwarded_host = False
base_url_filter.base_url = "https://avalon.mindswitch.nl/erp";
...

** Affects: openobject-client-web
     Importance: Wishlist
     Assignee: OpenERP SA's Web Client R&D (openerp-dev-web)
         Status: Triaged

** Affects: openobject-client-web/trunk
     Importance: Wishlist
     Assignee: OpenERP SA's Web Client R&D (openerp-dev-web)
         Status: Triaged

-- 
Impossible to proxy webclient on a subdirectory
https://bugs.launchpad.net/bugs/384798
You received this bug notification because you are a member of OpenERP SA's Web Client R&D, which is a bug assignee.