http-authentication on postgresql

2011-03-22 Thread Michel Jansen
Hi There, I have some troubles with the http-authentication using apache2 in combination with postgresql. I used to do it with Apache::AuthenDBI configuring access.conf in the following way: --- AuthName MyDB AuthType Basic PerlAuthenHandler Apache::AuthDBI::authen PerlSet

Re: http-authentication on postgresql

2011-03-22 Thread Dave Hodgkinson
Can you give us a hint as to what the errors are? On 22 Mar 2011, at 15:10, Michel Jansen wrote: > Hi There, > > I have some troubles with the http-authentication using apache2 in > combination with postgresql. I used to do it with Apache::AuthenDBI > configuring access.conf in the following w

Re: http-authentication on postgresql

2011-03-22 Thread Michel Jansen
The Apache::AuthDBI package has changed Checkout the errors below! [Tue Mar 22 16:35:50 2011] [error] [client 192.168.112.1] failed to resolve handler `Apache::AuthDBI::authen': Can't locate Apache/AuthDBI/authen.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/sh

Re: http-authentication on postgresql

2011-03-22 Thread Fred Moyer
What version are you using? I'll take a look at this later today if I can find a spare tuit. On Tue, Mar 22, 2011 at 8:37 AM, Michel Jansen wrote: > The Apache::AuthDBI package has changed Checkout the errors below! > > [Tue Mar 22 16:35:50 2011] [error] [client 192.168.112.1] failed to reso

Re: http-authentication on postgresql

2011-03-22 Thread Michel Jansen
Op 22-3-2011 18:59, Fred Moyer schreef: What version are you using? I'll take a look at this later today if I can find a spare tuit. The lastest from cpan!

Re: http-authentication on postgresql

2011-03-23 Thread Perrin Harkins
Have you tried loading Apache::AuthDBI first? It looks confused about where to find the sub you specified. - Perrin On Tue, Mar 22, 2011 at 11:37 AM, Michel Jansen wrote: > > The Apache::AuthDBI package has changed Checkout the errors below! > > [Tue Mar 22 16:35:50 2011] [error] [client 19