Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Guck on March 31, 2003, 03:52:21 AM

Title: Can someone with a "Server/Gateway" check their &q
Post by: Guck on March 31, 2003, 03:52:21 AM
/sbin/e-smith/db configuration getprop httpd-e-smith access

I'm trying to debug the strange "no external access to http / https" and think that my value for this key (which is "private" for me) is wrong.

Can someone with a "server / gateway" box tell me their's?

Cheers,

G
Title: Re: Can someone with a "Server/Gateway" check thei
Post by: Charlie Brady on March 31, 2003, 04:31:03 AM
Guck wrote:

> /sbin/e-smith/db configuration getprop httpd-e-smith access
>
> I'm trying to debug the strange "no external access to http /
> https" and think that my value for this key (which is
> "private" for me) is wrong.

If it is "private" and you want it to be "public", change it:

/sbin/e-smith/db config setprop httpd-e-smith access public
/sbin/e-smith/signal-event remoteaccess-update

If it's set to "private", it's because you configured your server to server-only or to private server and gateway.

Regards

Charlie
Title: Re: Can someone with a "Server/Gateway" check thei
Post by: Guck on March 31, 2003, 04:56:09 AM
Charlie Brady wrote:
> If it's set to "private", it's because you configured your
> server to server-only or to private server and gateway.

Thanks for the input Charlie - this is part of my research about a bug submission I made ([TT #20030328002]).

The catch here is that I have instructed the server (using the admin login setup thing) to be a non-private server and gateway, so I'm not sure why this key remains set to "private".

It looks like this key is the key to my problems. Guess I'll go ahead and set it to be "public" and see what happens.

G