Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started 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
-
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
-
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