This question has been flagged
1 Reply
10351 Views

How can I make openerp listen only on 127.0.0.1 since I'm using a reverse proxy?

Avatar
Discard
Best Answer

You can add the following line to your openerp-server.conf:

xmlrpc_interface = 127.0.0.1

Also if you run it on the internet I would suggest to use a firewall.

Avatar
Discard
Author

The following page seems to indicate that xmlrpcs_interface is deprecated. Is that the same as xmlrpc_interface? If so, is there another directive that should be used for this? http://help.openerp.com/question/2121/are-the-xmlrpcs-parameters-deprecated/

No, xmlrpc_interface is still active!