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 , 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:
FIXED
Fixed, the web interface was not compiled in. (--disable-web or gentoo useflag 'web')