Web admin dropping connection [ FIXED ]

I have ejabberd-1.0.0 up and running, all works just fine, except for the web_admin interface. When I point my browser to http://localhost:5280/admin/, the server accepts my connection (and I can see so on the server console), but the socket is closed instantly, with no data transmitted. What's wrong ? The config file used is the default one, only hostname is different.

Try this url

If you set on ejabberd,cfg:

{hosts, ["example.com"]}.

then try the url: http://example.com:5280/admin/

FIXED

Fixed, the web interface was not compiled in. (--disable-web or gentoo useflag 'web')

Syndicate content