Re: [mp2 ] Request output filters and directories

2011-03-22 Thread Clément OUDOT
2011/3/22 Torsten Förtsch : > On Tuesday, March 22, 2011 15:43:07 Clément OUDOT wrote: >> Can this behaviour comes from the DirectoryIndex and mod_dir? > > I assume you call add_output_filter in My::Package? Hi, thanks for the answer. Indeed, My::Package call a module like the following, and the

Re: [mp2 ] Request output filters and directories

2011-03-22 Thread Torsten Förtsch
On Tuesday, March 22, 2011 15:43:07 Clément OUDOT wrote: > Can this behaviour comes from the DirectoryIndex and mod_dir? I assume you call add_output_filter in My::Package? Now, mod_dir uses subrequests for all of your DirectoryIndex documents. The first it finds, it redirects to using ap_intern

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-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
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 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

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

[mp2 ] Request output filters and directories

2011-03-22 Thread Clément OUDOT
Hi all, I am one of the developer of LemonLDAP::NG (http://lemonldap-ng.org), a free WebSSO using mod_perl. So to begin, thanks to the mod_perl team for this great product! In our code, we are injecting request output filters with the add_output_filter method. This works well, but we noticed that