In article <[EMAIL PROTECTED]>, Peter Saint-Andre <[EMAIL PROTECTED]> wrote:
> In article <[EMAIL PROTECTED]>, > Dan Plesse <[EMAIL PROTECTED]> wrote: > > > Sorry I don't know what an ETA is and I would Jabber you but I have a > > list off interest things to mention. > > ETA = estimated time of arrival > > There are two jabber.org instances -- one for the jabber server (it > answers to jabber.org) and another for the web server (it answers to > www.jabber.org). We don't want to run a web server on the machine that > serves up jabber because we have very little running on that machine > (only what we need for the jabber service) and it would be bad to run > even a minimal http server on that machine, at least in the opinion of > the jabber.org admins. Presumably we could do some fancy iptables stuff > or front-end redirection based on port numbers etc., but we have not > implemented such a solution yet and are still investigating how best to > proceed. We now have this working -- pgmillard found the correct iptables fu. However, in our Apache config we still have URLs of the form http://jabber.org/ rewriting to http://www.jabber.org/ -- so if folks want to be able to access http://jabber.org/crossdomain.xml without the rewrite (which Flash seems to require), then we will need to modify the rewrite rule. Peter _______________________________________________ jdev mailing list [email protected] http://mail.jabber.org/mailman/listinfo/jdev
