ejabberd - Comments for "proxy error with ejabberd +httpbind" https://www.ejabberd.im/node/1467 en See tutorial. Share your experience. https://www.ejabberd.im/node/1467#comment-56814 <div class="quote-msg"> <div class="quote-author"><em>GP</em> wrote:</div> <p>It would be great helpful If you could write-up a step-by-step instructions on setting up the ejabberd + jwchat + mod_http_fileserver </p></div> <p>Done: <a href="http://www.ejabberd.im/jwchat-localserver" title="http://www.ejabberd.im/jwchat-localserver">http://www.ejabberd.im/jwchat-localserver</a></p> <div class="quote-msg"> <div class="quote-author"><em>GP</em> wrote:</div> <p>and share the experience on load metrics in term of large demanding chat system such as 100,000 chats per day and any other known issues going with this mechanism etc.,. </p></div> <p>I didn't setup a large server like that. But you will do. Remember to share your experience ;)</p> Tue, 16 Nov 2010 19:18:18 +0000 mfoss comment 56814 at https://www.ejabberd.im Ejabberd + JWChat+ mod_http_fileserver https://www.ejabberd.im/node/1467#comment-56809 <p>Badlop,</p> <p>It would be great helpful If you could write-up a step-by-step instructions on setting up the ejabberd + jwchat + mod_http_fileserver and share the experience on load metrics in term of large demanding chat system such as 100,000 chats per day and any other known issues going with this mechanism etc.,.</p> <p>Thanks in advance<br /> GP</p> Mon, 15 Nov 2010 13:16:56 +0000 GP comment 56809 at https://www.ejabberd.im set apache proxy timeout greater than http-bind timeout https://www.ejabberd.im/node/1467#comment-54218 <p>All you need to do is set the apache proxy timeout to be greater than the http-bind timeout.</p> <p>e.g.</p> <div class="codeblock"><code>RewriteRule http-bind/ balancer://http-bind [P]<br />&lt;Proxy balancer://http-bind&gt;<br />&nbsp;&nbsp;&nbsp; BalancerMember <noindex><a href="http://__CHAT_SERVER_1__:5280/http-bind/" title="http://__CHAT_SERVER_1__:5280/http-bind/" rel="nofollow" >http://__CHAT_SERVER_1__:5280/http-bind/</a></noindex> timeout=3000<br />&nbsp;&nbsp;&nbsp; BalancerMember <noindex><a href="http://__CHAT_SERVER_2__:5280/http-bind/" title="http://__CHAT_SERVER_2__:5280/http-bind/" rel="nofollow" >http://__CHAT_SERVER_2__:5280/http-bind/</a></noindex> timeout=3000<br />&lt;/Proxy&gt;</code></div> Thu, 07 May 2009 16:06:32 +0000 zjt comment 54218 at https://www.ejabberd.im mod_http_fileserver https://www.ejabberd.im/node/1467#comment-3735 <p>luc,</p> <p>Is there mod_http_fileserver in some binary form.<br /> I just born for Erlang and it will take me a wile until i will compile my first hello mod.</p> <p>I am not planning to use cgi, jsp, ejb, asp... all i need is the real-time communication.<br /> So, it would be perfect for me to keep 80 port on ejabberd. </p> <p>I am using currently the whole flavor if IIS &lt;-&gt; Apache -&gt; Tomcat and i think i don't need all of this.</p> <p>juan</p> Sat, 12 May 2007 07:27:16 +0000 juanoperador comment 3735 at https://www.ejabberd.im ok badlop, thanks for https://www.ejabberd.im/node/1467#comment-3581 <p>ok badlop,<br /> thanks for explanation, and sorry for that.</p> <p>Then , I still have this problem.<br /> I am alone in this use ? Does anyone obtain this proxy problem ?</p> <p>thanks all for your help</p> <p>luc</p> Sun, 15 Apr 2007 21:09:52 +0000 alook comment 3581 at https://www.ejabberd.im mod_http_fileserver can replace Apache https://www.ejabberd.im/node/1467#comment-3580 <div class="quote-msg"> <div class="quote-author"><em>alook</em> wrote:</div> <p>Nevertheless, you says that I can make Jwchat talk to ejabberd without http_bind ? I thought that "http_bind" was the first, new and unique solution to bind Jwchat with ejabberd...<br /> If not, yes, I will be very interesseted to understand how to use "mod_http_fileserver" if you think that it is a efficient that "http_bind".</p></div> <p>You misunderstood my statement. http-bind is the way to connect a web server and the Jabber server. I said you don't need to setup a full web server like Apache, because mod_http_fileserver is exactly that: a minimal web file server.</p> <p>Some people may run ejabberd alone on a machine. In such case, there's no need to setup a web server just for JWChat, thanks to the wonderful mod_http_fileserver. </p> <p>In your case, you can simply use Apache. Obviously, you have more control using Apache, because mod_http_fileserver is quite limited, and will require yet another listening port on your machine (different than the already-in-use 80).</p> Sun, 15 Apr 2007 19:43:41 +0000 mfoss comment 3580 at https://www.ejabberd.im Hi Badlop and thanks a lot https://www.ejabberd.im/node/1467#comment-3579 <p>Hi Badlop and thanks a lot for answering.</p> <p>I hope to get exactly what you mean by "you don't need to setup a full webserver like Apache".</p> <p>I need Apache of course for my web site, but the thing I have done in Apache dealing with ejabberd is only 2 lines to configure http_proxy and rewriting...<br /> I do not know yet if I did something wrong or if there is a problem between http_bing module and my Apache2 release...</p> <p>Nevertheless, you says that I can make Jwchat talk to ejabberd without http_bind ? I thought that "http_bind" was the first, new and unique solution to bind Jwchat with ejabberd...<br /> If not, yes, I will be very interesseted to understand how to use "mod_http_fileserver" if you think that it is a efficient that "http_bind".</p> <p>Here is my jabber if you are ok to share some informations with me : luc at jabber dot fr</p> <p>thanks a lot in advance !!</p> <p>luc</p> Sun, 15 Apr 2007 18:34:07 +0000 alook comment 3579 at https://www.ejabberd.im Alternate solution https://www.ejabberd.im/node/1467#comment-3576 <p>You are using ejabberd from SVN, so you can use modules like mod_http_fileserver. With this, you don't need to setup a full webserver like Apache, and JWChat is a lot easier to get up and running. </p> <p>However, there isn't yet a tutorial about this method. If you are interested in it, I could try to write it on the following days.</p> Sun, 15 Apr 2007 14:53:26 +0000 mfoss comment 3576 at https://www.ejabberd.im