← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 888890] [NEW] Web Client appears to ignore tools.proxy.* settings

 

Public bug reported:

I am attempting to mix Web Client with Apache2 mod_proxy:

@mysite.conf:
ProxyPass  /openerp http://127.0.0.1:8050/
ProxyPassReverse /openerp http://127.0.0.1:8050/
(other proxy'd back-end servers doing just fine on same server with this method)

@/etc/openerp-web.cfg:
tools.proxy.on = True
tools.proxy.base = 'http://mysite.org/openerp'
tools.proxy.local = 'http://192.168.0.100'
(I've tried '', 'Origin' as well for tools.proxy.local)
tools.proxy.remote = 'http://mysite.org/openerp'

Now, I get page content but all the links in the page are not prefixed
by '/openerp' ... config error or bug?  No other backend service has
given me quite so much grief as this one.

** Affects: openobject-client-web
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/888890

Title:
  Web Client appears to ignore tools.proxy.* settings

Status in OpenERP Web Client:
  New

Bug description:
  I am attempting to mix Web Client with Apache2 mod_proxy:

  @mysite.conf:
  ProxyPass  /openerp http://127.0.0.1:8050/
  ProxyPassReverse /openerp http://127.0.0.1:8050/
  (other proxy'd back-end servers doing just fine on same server with this method)

  @/etc/openerp-web.cfg:
  tools.proxy.on = True
  tools.proxy.base = 'http://mysite.org/openerp'
  tools.proxy.local = 'http://192.168.0.100'
  (I've tried '', 'Origin' as well for tools.proxy.local)
  tools.proxy.remote = 'http://mysite.org/openerp'

  Now, I get page content but all the links in the page are not prefixed
  by '/openerp' ... config error or bug?  No other backend service has
  given me quite so much grief as this one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/888890/+subscriptions


Follow ups

References