Openfire

From Geitenpad
Revision as of 14:34, 5 January 2025 by Rijk (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ProBook 6550b

root@paardenpad:~# wget http://www.igniterealtime.org/downloadServlet?filename=openfire/openfire_3.10.2_all.deb
root@paardenpad:~# mv downloadServlet\?filename\=openfire%2Fopenfire_3.10.2_all.deb openfire_3.10.2_all.deb
root@paardenpad:~# dpkg --install openfire_3.10.2_all.deb

Browse to [http://ppl:9090/]

  • Leave defaults intact
  • Add users

Enable bosh

  • HTTP Binding -> Script Syntax -> Enabled
root@paardenpad:/etc/init.d# tail /etc/apache2/apache2.conf 
IncludeOptional sites-enabled/*.conf 

# Global proxypass for bosh (xmpp)
ProxyRequests Off
ProxyPass /http-bind http://localhost:7070/http-bind/
ProxyPassReverse /http-bind http://localhost:7070/http-bind/
ProxyPass /http-binds http://localhost:7443/http-bind/
ProxyPassReverse /http-binds http://localhost:7443/http-bind/

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet