Look at the temp DBI FAQ (it will soon be a part of the main FAQ) once we get a site up.
http://xmlproj.dyndns.org/cgi-bin/fom Ilya > -----Original Message----- > From: Chuck Tomasi [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 22, 2002 5:32 PM > To: [EMAIL PROTECTED] > Subject: DBI::ProxyServer Refusing Client > > > I'm trying to get DBI::ProxyServer (via dbiproxy) going. All > I get is "Refusing Client" even when I set the config file to > accept everyone. I've noticed that the examples in the > DBI::ProxyServer perldocs are syntactically incorrect (no > closing "]" and no surrounding { }). > > DBI 1.21 > Perl 5.6.0 > DBD::Oracle 1.12 > > Command run on the proxy: > > dbiproxy --configfile=/tmp/proxy.cfg --debug --localport=19000 > > Config file (/tmp/proxy.cfg): > > { > 'clients' => [ > { 'mask' => '.*', > 'accept' => 1, > 'users' => [ 'root', 'nobody', 'ctomasi' ] > } > ] > } > > --Chuck >