Koozali.org: home of the SME Server

It's not working anymore

Steve

It's not working anymore
« 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

Steve

Re: It's not working anymore
« Reply #1 on: July 03, 2003, 12:45:59 AM »
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

Michael P. Soulier

Re: It's not working anymore
« Reply #2 on: July 03, 2003, 04:24:38 AM »
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

Steve

Re: It's not working anymore
« Reply #3 on: July 03, 2003, 05:35:40 AM »
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

stephen noble

Re: It's not working anymore
« Reply #4 on: July 03, 2003, 02:45:00 PM »
service or
/sbin/service
not
/service

Michael P. Soulier

Re: It's not working anymore
« Reply #5 on: July 04, 2003, 07:06:41 AM »
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