Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Steve on July 03, 2003, 12:43:08 AM
-
Hi all,
Can't access server manager any sugestions, i have tried www/server-manager, www.mydomain.co.uk/server-manager, servername/server-manager and i get same message everything else seems to be ok.
SME 5.6U4
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /server-manager.
Reason: Could not connect to remote machine: Connection refused
Steve
-
This is what i get when using shh
Alert!: Unable to connect to remote host.
Looking up localhost first
Looking up localhost:980
localhost:980
Making HTTP connection to localhost:980
Alert!: Unable to connect to remote host.
lynx: Can't access startfile http://localhost:980/common/noframes
Steve
-
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
-
Thanks got it going now done what you said all is fine now thanks.
Earlier I tried:
/service httpd-admin restart
but didn't work is this a similar comand?
this one done it. Happy now thanks again
/etc/init.d/httpd-admin start
-
service or
/sbin/service
not
/service
-
Steve wrote:
>
> Thanks got it going now done what you said all is fine now
> thanks.
>
> Earlier I tried:
> /service httpd-admin restart
> but didn't work is this a similar comand?
No. I suggest you check out a tutorial on Linux for beginners.
Mike