ejabberd - Comments for "mod_http_bind" https://www.ejabberd.im/node/5023 en I've found a solution, all i https://www.ejabberd.im/node/5023#comment-57971 <p>I've found a solution, all i needed to do was to add all possible hosts into ejabberd.cfg files, like server.com, beta.server.com, <noindex><a href="http://www.server.com" title="www.server.com" rel="nofollow" >www.server.com</a></noindex>, it would be nice if someone could explain me why it wasn't working when there was only beta.server.com, as this is the hostname of that machine?</p> Thu, 27 Oct 2011 19:22:23 +0000 mesiu84 comment 57971 at https://www.ejabberd.im If you have in ejabberd.cfg https://www.ejabberd.im/node/5023#comment-57965 <p>If you have in ejabberd.cfg something like this:<br /> {hosts, ["localhost", "beta.server.com"]}.</p> <p>Then you must send HTTP GET and POST requests indicating the HTTP header "Host: beta.server.com".</p> Wed, 26 Oct 2011 13:20:29 +0000 mfoss comment 57965 at https://www.ejabberd.im