Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
6731 Lượt xem

We have two servers running.

  1. HTTP Apache2 Proxy Server

  2. Ubuntu 14.0 with Odoo 8.0 installed from a docker image

On the Odoo 8.0 environment we run multiple databases. One of them contains the e-commerce webshop which is accessible from outside so customers can order products.

When customers try to add a product to their cart, they get an HTTP 405 Error.

Method Not Allowed

The method GET is not allowed for the requested URL.


Strange about this error is that we don't get it in a Firefox browser.

  • Firefox 40.0.3: works!

  • Safari 9.0.1: fails

  • Chrome 46.0.2490.86: fails

 The apache configuration looks like this:

<VirtualHost *:80>
ServerName www.example.com
LogLevel Warn
<Proxy *>
Order allow,deny
Allow from all
</Proxy>
ProxyPass / http://my.odooserver.com:8069/
ProxyPassReverse / http://my.odooserver.com:8069/
<Location />
Order allow,deny
Allow from all
</Location>
</VirtualHost>

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 9 23
1452
1
thg 3 15
14818
Duplicate Đã xử lý
1
thg 12 24
16111
0
thg 2 24
1420
0
thg 10 22
2093