Re: Client denied by server configuration when using Apache::DBI
[prev]
[thread]
[next]
[Date index for 2005/05/04]
On 5/4/05, Philip M. Gollucci <pgollucci@xxxxxx.xxx> wrote:
> Kevin Old wrote:
>=20
> >Hello everyone,
> >
> >I'm getting the following errors when uncommenting this Apache::DBI
> >statement, on a site the works flawlessly when I comment out this
> >Apache::DBI connection:
> >
> ># From http://kold.homelinux.com/startup.pl.txt
> >#Apache::DBI->connect_on_init
> ># ('dbi:ODBC:ivr',
> ># 'uavracks','uavracks',
> ># {
> ># PrintError =3D> 1, # warn() on errors
> ># RaiseError =3D> 0, # don't die on error
> ># AutoCommit =3D> 1, # commit executes immediately
> ># LongReadLen =3D> 6000, # commit executes immediately
> ># }
> ># );
> >
> >
> As you posted your database username AND password to half the internet,
> I suggest you change
> them ASAP.
Those aren't the real passwords, and the databases are only accessable
from inside the firewall from a select set of IP's.
Thanks for the heads up though.
--=20
Kevin Old
kevinold@xxxxx.xxx