Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Mike Lott on November 18, 2003, 11:39:17 PM
-
Hi there,
My name is Mike and I am a dummy. I am running SME 6b3, and in the services panel of the server-manager, I turned off web, and now server-manager is disabled. What template do I have to edit to turn it on permanently?
I ssh'd into it and tried to restart the service by typing
# service httpd restart
but I now get the message:
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /common/noframes.
Reason: Could not connect to remote machine: Connection refused
Er, am a bit stuck to say the least.
Please help a dumbo,
Mike a.k.a Dumbo
-
reboot?
-
Craig wrote:
> reboot?
Rebooting won't help. "disabled" is still "disabled".
Do:
/sbin/e-smith/config httpd-e-smith setprop status enabled
/sbin/e-smith/config httpd-admin setprop status enabled
/sbin/e-smith/signal-event post-upgrade
/sbin/e-smith/signal-event reboot
Charlie
-
Hi Charlie
Thanks for the input, but when I typed the first line and hit return, I got the following:
usage:
/sbin/e-smith/db dbfile keys
/sbin/e-smith/db dbfile print [key]
/sbin/e-smith/db dbfile show [key]
/sbin/e-smith/db dbfile get key
/sbin/e-smith/db dbfile set key type [prop1 val1] [prop2 val2] ...
/sbin/e-smith/db dbfile setdefault key type [prop1 val1] [prop2 val2] ...
/sbin/e-smith/db dbfile delete key
/sbin/e-smith/db dbfile printtype [key]
/sbin/e-smith/db dbfile gettype key
/sbin/e-smith/db dbfile settype key type
/sbin/e-smith/db dbfile printprop key [prop1] [prop2] [prop3] ...
/sbin/e-smith/db dbfile getprop key prop
/sbin/e-smith/db dbfile setprop key prop1 val1 [prop2 val2] [prop3 val3] ...
/sbin/e-smith/db dbfile delprop key prop1 [prop2] [prop3] ...
So still no go. Any ideas?
Mike
-
Charlie Brady wrote:
> /sbin/e-smith/config httpd-e-smith setprop status enabled
> /sbin/e-smith/config httpd-admin setprop status enabled
Sorry, do:
config setprop httpd-e-smith status enabled
config setprop httpd-admin status enabled
All else unchanged.
Charlie
-
Charlie,
Thank you very much for your help.
Mike