ejabberd - Comments for "ejabberd 2.0.4 - Fourth bugfix release (update)" https://www.ejabberd.im/ejabberd-2.0.4 en thank you! https://www.ejabberd.im/ejabberd-2.0.4#comment-54282 <p>This is really a smart solution.</p> Mon, 25 May 2009 04:10:41 +0000 breakevilaxis comment 54282 at https://www.ejabberd.im Simple solution https://www.ejabberd.im/ejabberd-2.0.4#comment-54269 <p>Only one mod_http_fileserver can be running in a vhost. And the module can only serve one directory.</p> <p>If you want to provide Jwchat in different languages, you can do this:</p> <ol> <li>Put jwchat english files in /var/www/jwchat/en/<br /> Put jwchat russian files in /var/www/jwchat/ru/<br /> ... </li><li>Configure: {docroot, "/var/www/jwchat/"} </li><li>Now tell your russian users to visit <noindex><a href="https://example.org:5282/jwchat/ru/index.html" title="https://example.org:5282/jwchat/ru/index.html" rel="nofollow" >https://example.org:5282/jwchat/ru/index.html</a></noindex><br /> ... </li></ol> Fri, 22 May 2009 10:16:02 +0000 mfoss comment 54269 at https://www.ejabberd.im Yes! https file server works on FreeBSD 7.2 Prerelease https://www.ejabberd.im/ejabberd-2.0.4#comment-54263 <p>Appreciated !</p> <p>Can you help me to make 5283, 5284, 5285, ... works with English, Russian, French, ... respectively?</p> <p>Sorry, the other node's https won't work when I set up the first node's https on.<br /> I have to change back to http for the second node.</p> Thu, 21 May 2009 05:18:01 +0000 breakevilaxis comment 54263 at https://www.ejabberd.im Example configuration https://www.ejabberd.im/ejabberd-2.0.4#comment-54252 <pre> {listen, [ {5282, ejabberd_http, [ {certfile, "/etc/ejabberd/ssl.pem"}, tls, {request_handlers, [ {["jwchat"], mod_http_fileserver} ]} ]}, ... ]}. </pre> Tue, 19 May 2009 09:10:30 +0000 mfoss comment 54252 at https://www.ejabberd.im 2.0.5 works in freebsd-7.2 prerelease https://www.ejabberd.im/ejabberd-2.0.4#comment-54251 <p>http_file_server jwchat and Squid(for SSL).<br /> I am hoping there is https_file_server so that we do not need Squid for SSL.<br /> I never get luck with Apache ssl.</p> Mon, 18 May 2009 23:06:48 +0000 breakevilaxis comment 54251 at https://www.ejabberd.im