[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Administrative server on port 81 dissapeared
- Subject: Re: [cobalt-users] Administrative server on port 81 dissapeared
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Thu Aug 30 16:59:55 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"Denis Bystruev" <bystruev@xxxxxxxxx> wrote
> Hello,
>
> After I changed my serves's main name from www.99servers.com to
> cobalt.99servers.com, administrative server on port 81 seemed to have
> dissapeared:
>
> [admin admin]$ telnet 127.0.0.1 80
> Trying 127.0.0.1...
> Connected to 127.0.0.1.
> Escape character is '^]'.
>
> [admin admin]$ telnet 127.0.0.1 81
> Trying 127.0.0.1...
> telnet: Unable to connect to remote host: Connection refused
>
> What do I do? I can't change the name back because I only can do this from
> server admin.
Do a
ps ax | grep admserv ps ax | grep admserv
OR
/etc/rc.d/init.d/admserv status
and see it the admin server is running.
If it's not running, stop it then start it.
/etc/rc.d/init.d/admserv stop
/etc/rc.d/init.d/admserv start
Gerald