New Version of Apache::DBI which uses 'reauthenticate' instead of caching all connections

2000-08-13 Thread Jeff Horn
I've made some changes which allow this module to be used in situations where scripts mess with common and database handle attributes. Each connection can be made and get defaults for such attributes modulo any changes that are made in the connect call. This module is very useful in

Cant set args to $r-arg(undef);

2000-08-13 Thread Greg Cope
Dear All Although this in no longer important to me, I cannot appear to reset $r-arg to an empty value. I am writing a transhandler and if the args containted a certain value I wanted to reset it to the args value without this value. hence: my $args = $r-args; # remove value $args =~

my transhandler runs only once in each child ?!?

2000-08-13 Thread Greg Cope
Dear All I've a bug somewhere that I cannot appear to spot.. I have writen parts of a transhandler to handle session's. It works in once in each child and then does not appear to be executed again. I've looked through The Guide and could not see anything there, nor in the 'Apache modules in

Problem with form data using mod_perl and CGI.pm

2000-08-13 Thread stevenl
I am running Linux 2.2, Apache 1.3.12, mod_perl 1.24, and CGI.pm 2.70. If I declare a CGI variable using 'my' (see below) and use mod_perl, I encounter problems with POST data. On subsequent entries in the form, it continues to use the old data. The problem does not appear if I don't use 'my'

Re: Problem with form data using mod_perl and CGI.pm

2000-08-13 Thread Jie Gao
On Sat, 12 Aug 2000, stevenl wrote: I am running Linux 2.2, Apache 1.3.12, mod_perl 1.24, and CGI.pm 2.70. If I declare a CGI variable using 'my' (see below) and use mod_perl, I encounter problems with POST data. On subsequent entries in the form, it continues to use the old data. The

cvs commit: modperl-2.0/src/modules/perl mod_perl.c mod_perl.h modperl_callback.c modperl_callback.h modperl_config.c modperl_config.h modperl_gtop.c modperl_gtop.h modperl_interp.c modperl_interp.h modperl_options.c modperl_options.h modperl_tipool.c modperl_tipool.h modperl_types.h

2000-08-13 Thread dougm
dougm 00/08/13 20:10:48 Modified:lib/ModPerl Code.pm src/modules/perl mod_perl.c mod_perl.h modperl_callback.c modperl_callback.h modperl_config.c modperl_config.h modperl_gtop.c modperl_gtop.h