[ANNOUNCE] Apache-Test 1.29

2006-11-28 Thread Philip M. Gollucci
The URL http://people.apache.org/~pgollucci/at/Apache-Test-1.29.tar.gz has entered CPAN as file: $CPAN/authors/id/P/PG/PGOLLUCCI/Apache-Test-1.29.tar.gz size: 151416 bytes md5: d99c88b856302420211cee2f891ad931 =item 1.29 November 28, 2006 Require a minium of Module::Build 0.18 when u

Re: retrieving cached connections

2006-11-28 Thread Philip M. Gollucci
Lev Lvovsky wrote: It looks like from reading the docs, that the startup.pl file can handle specifying more than one user for the purpose of making multiple connections with different database accounts. I'm having a problem in retrieving these cached connections when running the code after se

retrieving cached connections

2006-11-28 Thread Lev Lvovsky
It looks like from reading the docs, that the startup.pl file can handle specifying more than one user for the purpose of making multiple connections with different database accounts. I'm having a problem in retrieving these cached connections when running the code after server startup. Am

Re: DBI AutoCommit goes away when db connection is killed

2006-11-28 Thread Lev Lvovsky
On Nov 28, 2006, at 3:04 PM, Robert Landrum wrote: Lev Lvovsky wrote: In testing out persistent connections while using transactions, we've noticed that while in a loop which continuously begins and ends a transaction, killing the persistent connection which Apache::DBI is maintaining ca

Re: DBI AutoCommit goes away when db connection is killed

2006-11-28 Thread Robert Landrum
Lev Lvovsky wrote: In testing out persistent connections while using transactions, we've noticed that while in a loop which continuously begins and ends a transaction, killing the persistent connection which Apache::DBI is maintaining causes the still-running handler to report things like: erro

Re: reposting form values

2006-11-28 Thread Robert Landrum
Torsten Foertsch wrote: On Tuesday 28 November 2006 21:31, Patrick Galbraith wrote: Quick question - how does one do a repost (using POST, not GET) form values? This would be in a redirect TransHandler. Your only chance is to proxy the request to the other server. You cannot use a Location h

Re: reposting form values

2006-11-28 Thread Torsten Foertsch
On Tuesday 28 November 2006 21:31, Patrick Galbraith wrote: > Quick question - how does one do a repost (using POST, not GET) form > values? This would be in a redirect  TransHandler. Your only chance is to proxy the request to the other server. You cannot use a Location header to trigger a POST.

reposting form values

2006-11-28 Thread Patrick Galbraith
Hi all, Quick question - how does one do a repost (using POST, not GET) form values? This would be in a redirect TransHandler. Thanks much! Patrick -- Patrick Galbraith, Senior Systems Engineer MySQL AB, www.mysql.com Satyam Eva Jayate - Truth Alone Triumphs Mundaka Upanishad

[RESULTS]: RE: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC3

2006-11-28 Thread Philip M. Gollucci
I've received 7 +1s on various architectures and no negative feedback. I'll plan to release tonight. -- Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708 Consultant / http://p6m7g8.net/Resume/resume.shtml Senior Software

[RESULTS]: [RELEASE CANDIDATE]: Apache-Test-1.29-RC3

2006-11-28 Thread Philip M. Gollucci
Randy K. linux(2.0.55/prefork) +1 binding win32(2.2.3/winnt) Philip G. FreeBSD perl 5.8.8 httpd 2.2.3/prefork +1 binding perl 5.8.8-ithread httpd 2.2.3/worker Geoff Y. fc5 perl 5.8.8 2.2.3/prefork +1 b

Re: DBI AutoCommit goes away when db connection is killed

2006-11-28 Thread Lev Lvovsky
On Nov 27, 2006, at 11:16 PM, Philip M. Gollucci wrote: In testing out persistent connections while using transactions, we've noticed that while in a loop which continuously begins and ends a transaction, killing the persistent connection which Apache::DBI is maintaining causes the still-r

Re: DBI AutoCommit goes away when db connection is killed

2006-11-28 Thread Lev Lvovsky
On Nov 28, 2006, at 6:18 AM, Perrin Harkins wrote: /lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/DBI.pm line 1668. That's what it says when you're trying to do something to a $dbh that is not connected. Why are you killing the connection during a transaction? What are you trying

Re: How to stop httpd from starting

2006-11-28 Thread Chris Hagglund
Anthony Gardner wrote: All, I have a bash script that includes /usr/sbin/httpd -f [some config stuff] >> logs/error_log 2>&1 & I have a startup.pl script that dies and i exit ... but httpd continues trying to start. How do I tell httpd to stop if I encounter an error during server startup

Re: DBI AutoCommit goes away when db connection is killed

2006-11-28 Thread Perrin Harkins
Lev Lvovsky wrote: In testing out persistent connections while using transactions, we've noticed that while in a loop which continuously begins and ends a transaction, killing the persistent connection which Apache::DBI is maintaining causes the still-running handler to report things like: er

Re: [RELEASE CANDIDATE]: mod_perl-2.0.3 RC3

2006-11-28 Thread Geoffrey Young
Philip M. Gollucci wrote: > A release candidate for mod_perl 2.0.3-rc3 is now available for testing. > > Please grab the candidate from > http://people.apache.org/~pgollucci/mp2/mod_perl-2.0.3-rc3.tar.gz outside of these warnings (which seem to have been around forever) [Tue Nov 28 08:27:55 2006

Re: [RELEASE CANDIDATE]: Apache-Test-1.29-RC3

2006-11-28 Thread Geoffrey Young
Steve Hay wrote: > Philip M. Gollucci wrote: > >> A release candidate for Apache-Test 1.29-rc3 is now available. >> >> http://people.apache.org/~pgollucci/at/Apache-Test-1.29-rc3.tar.gz looks good on apache 2.2.2, perl 5.8.8 +1 --Geoff