ejabberd Admin Web Console does not open

Hi, I am novice in ejabberd.
I installed ejabbered-2.1.13 on CentOs6.2, but i can not open http://localhost:5280/admin in my browser.
Extra information:
i added user : ejabberdctl register admin1 localhost qwe123

I applied some changes in ejabberdctl.cfg
i commented %%{hosts, ["xmppsrv1"]}.
and add line {hosts,["localhost","example.com"]}.

The section of the listen ports is as below:

{listen,
[

{5222, ejabberd_c2s, [
{certfile, "/u01/ejabberd-2.1.13/conf/server.pem"}, starttls,
{access, c2s},
{shaper, c2s_shaper},
{max_stanza_size, 65536}
]},

%%
%% To enable the old SSL connection method in port 5223:
%%
%%{5223, ejabberd_c2s, [
%% {certfile, "/u01/ejabberd-2.1.13/conf/server.pem"}, tls,
%% {access, c2s},
%% {shaper, c2s_shaper},
%% {max_stanza_size, 65536}
%% ]},

{5269, ejabberd_s2s_in, [
{shaper, s2s_shaper},
{max_stanza_size, 131072}
]},

%%
%% ejabberd_service: Interact with external components (transports...)
%%
%%{8888, ejabberd_service, [
%% {access, all},
%% {shaper_rule, fast},
%% {ip, {127, 0, 0, 1}},
%% {hosts, ["icq.example.org", "sms.example.org"],
%% [{password, "secret"}]
%% }
%% ]},

{5280, ejabberd_http, [
%%{request_handlers, [
%% {["web"], mod_http_fileserver}
%%]},
captcha,
http_bind,
http_poll,
web_admin
]}

]}.

Thanks

Syndicate content