Any howto for external sparkweb/red5?

Hi all -

I know I’m not the only person who wants an external connection to sparkweb. I have correctly setup http-bind (jwchat works fine)… Sparkweb and Red5 work in the LAN, but not from outside. The config is failry simple, so I can’t figure out where I’ve screwed up.

server: “external.domain.com”,
location: window.location.href,
connectionType: “http”,
port: “80”,
bindPath: “/http-bind/”,
autoLogin: "false"
policyFileURL: “http://external.domain.com/crossdomain.xml

Of course, I’ve tried various other things with the above… e.g. port: “8080”, with no luck.

I know I have the Proxy stuff set up correctly in apache (at least, it works for jwchat and if I go to the /http-bind address, it works), so what am I missing here?

Using OF 3.6.3

xmpp.httpbind.scriptSyntax.enabled true

xmpp.httpbind.client.requests.wait 10

xmpp.httpbind.client.requests.polling 0

httpbind.port.plain 8080

httpbind.enabled trure

Thanks for any help.