Steve wrote:
>
> This is what i get when using shh
What's that, the really quiet verson of ssh?

> Looking up localhost first
> Looking up localhost:980
> localhost:980
> Making HTTP connection to localhost:980
> Alert!: Unable to connect to remote host.
Looks like the admin web server isn't running. Lets see the output of the following:
> ps -ef | grep httpd
> /sbin/e-smith/config show httpd-admin
> /sbin/e-smith/config show httpd-e-smith
If it doesn't appear that httpd-admin is running, try the following.
> /etc/init.d/httpd-admin start
and try connecting again.
Did you just apply update 4? Have you installed anything that might have shut down the web server?
Mike