Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
9754 Представления

Hi .... im new on odoo. and i need some help

to enable this, i have configured reverse proxy using apache2

<VirtualHost *:80>

ServerName myserver.com

<Proxy *>

Order deny,allow

Allow from all

</Proxy>

ProxyPreserveHost off

ProxyPass / http://127.0.0.1:8061/

ProxyPassReverse / http://127.0.0.1:8061/

ProxyPass /longpolling/ http://127.0.0.1:8072/

ProxyPassReverse /longpolling/ http://127.0.0.1:8072/

/VirtualHost>.

There is no error on my apache2, but chat on odoo is still not working. (chat is stuck, not sending)

Any advice ?

Thanks.....

Аватар
Отменить
Лучший ответ

The longpolling related Proxy directives must be specified in the Apache conf file of your vhost before the main Proxy directives (i.e. those related to port 8061 in your case). For details see section 'Overlapping Webspace' in https://httpd.apache.org/docs/2.4/sections.html

Аватар
Отменить
Related Posts Ответы Просмотры Активность
1
сент. 24
4679
0
дек. 15
3391
1
дек. 20
8851
0
авг. 19
12584
1
нояб. 17
4876