Subject | Re: connection actively refused |
---|---|
Author | christian_stengel |
Post date | 2003-08-14T09:27:16Z |
Hi Markus,
one that is named xinetd.conf.
So please add the only_from 127.0.0.1 , and everything should work.
This entry tells xinetd, that the user from 127.0.0.1 is allowed to
use this service. It overides the entry in the default file.
CU Chris
Thanks,
Markus
> service gds_dbonly_from 127.0.0.1
> {
> flags = REUSE
> socket_type = stream
> wait = no
> user = root
> # user = @FBRunUser@
> log_on_success += USERID
> log_on_failure += USERID
> server = > /usr/local/firebird/bin/fb_inet_serverWell, no. But the switches in here depend on your defaults file (the
> # server = ${exec_prefix}/sbin/gds_inet_server
> # server = @exec_bindir@/gds_inet_server
> disable = no
> }
> Is there something wrong with it ?
one that is named xinetd.conf.
So please add the only_from 127.0.0.1 , and everything should work.
This entry tells xinetd, that the user from 127.0.0.1 is allowed to
use this service. It overides the entry in the default file.
CU Chris
Thanks,
Markus