Hi, I Would like to know, if it is still broken in V6 ?
-- You received this bug notification because you are a member of OpenERP SA's Web Client R&D, which is a bug assignee. https://bugs.launchpad.net/bugs/384798 Title: Impossible to proxy webclient on a subdirectory Status in OpenERP Web Client: Triaged Status in OpenERP Web Client trunk series: Triaged Bug description: 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" ... _______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-web Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-dev-web More help : https://help.launchpad.net/ListHelp

