openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #13967
[Bug 1027981] Re: [6.1] OpenERP doesn't accepted vhosts configuration
Hi,
Follow below configuration, it's successfully working on my side
with 6.1
<VirtualHost *:80>
ServerName webclient
ServerAdmin webclient@localhost
ProxyRequests Off
ProxyHTMLInterp On
ProxyHTMLExtended On
<Proxy>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://localhost:8069/
ProxyPassReverse / http://localhost:8069/
ProxyHTMLURLMap http://localhost:8069 /
</VirtualHost>
ServerName webclient you have to set under hosts file which located
at /etc/hosts
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1027981
Title:
[6.1] OpenERP doesn't accepted vhosts configuration
Status in OpenERP Server:
New
Bug description:
I'm using OpenERP 6.1 latest version, and when i try to make the
configuration using Apache 2.2 vhosts, the server gives the error
below:
Proxy can't handle the operation GET web/webclient/home.
Anyone sucessfully deploy the OpenERP 6.1 behind a proxy with Apache
2.2?
Att,
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1027981/+subscriptions
References