Re: User Authentication questions

2006-11-27 Thread Frank Wiles
On Sun, 26 Nov 2006 13:36:55 -0500 Patrick Galbraith [EMAIL PROTECTED] wrote: Hi All, I'm in the process of trying to get this PerlTransHandler which does a redirect back to the handler in such a way that once they log in, instead of /handler/ being the URI, it becomes /handler/username.

Re: Buffer flushing issue

2006-11-27 Thread Perrin Harkins
Cafe Perl Account wrote: I'm trying to use $r-rlfush to flush the output on my CGI scripts, but some times i get the folowing error: $r-rflush can't be called before the response phase at /html/perl/test.pl line 10 Are you calling it from something other than a PerlResponseHandler? - Perrin

Re: User Authentication questions

2006-11-27 Thread Philip M. Gollucci
Frank Wiles wrote: Oh and yes, you can use your own login forms with these. (Custom AAA Handlers) I don't this is a widely known fact, so I'm resending it to emphasize it. It would be nice to mention or emphasize this in the docs -- Hint Hint. --

Re: User Authentication questions

2006-11-27 Thread Patrick Galbraith
Philip M. Gollucci wrote: Frank Wiles wrote: Oh and yes, you can use your own login forms with these. (Custom AAA Handlers) I don't this is a widely known fact, so I'm resending it to emphasize it. It would be nice to mention or emphasize this in the docs -- Hint Hint. Hi again, I

Re: User Authentication questions

2006-11-27 Thread Philip M. Gollucci
Patrick Galbraith wrote: ps. I checked out the mod_perl docs from svn, and most of them seem to be pod. What is the nice trick to getting them in html format? http://perl.apache.org/download/docs.html build the site. IF you only want the html version, you can skip most of the prereqs though

DBI AutoCommit goes away when db connection is killed

2006-11-27 Thread Lev Lvovsky
Hello - this may be a question unrelated to mod_perl so much as it is related to DBI and mysql, but any suggestions would be appreciated greatly! In testing out persistent connections while using transactions, we've noticed that while in a loop which continuously begins and ends a

Re: DBI AutoCommit goes away when db connection is killed

2006-11-27 Thread Philip M. Gollucci
Lev Lvovsky wrote: Hello - this may be a question unrelated to mod_perl so much as it is related to DBI and mysql, but any suggestions would be appreciated greatly! What versions of Apache-DBI, DBI, mysql ? In testing out persistent connections while using transactions, we've noticed that

Re: DBI AutoCommit goes away when db connection is killed

2006-11-27 Thread Lev Lvovsky
Hi Philip, On Nov 27, 2006, at 11:16 PM, Philip M. Gollucci wrote: Lev Lvovsky wrote: Hello - this may be a question unrelated to mod_perl so much as it is related to DBI and mysql, but any suggestions would be appreciated greatly! What versions of Apache-DBI, DBI, mysql ?

Re: DBI AutoCommit goes away when db connection is killed

2006-11-27 Thread Philip M. Gollucci
Lev Lvovsky wrote: perl-Apache-DBI-1.01-1 This is new enough to include the 2 changes I listed below from its Changes file; however, I'd recommend v1.06 perl-DBI-1.52-1.fc5 perl-DBD-mysql-3.0008_1-1 MySQL 5.022 for all mysql related RPMs These are fine. Seems like your Apache::DBI::ping()