Re: FreeBSD mp related updates

2006-08-07 Thread Jonathan
On Aug 8, 2006, at 12:20 AM, Philip M. Gollucci wrote: FreeBSD mp related CPAN modules / PR / updates: http://www.freebsd.org/cgi/query-pr.cgi?pr=101537 Synopsis: devel/p5-B-Size now require perl 500600 or higher http://www.freebsd.org/cgi/query-pr.cgi?pr=101539 Synopsis:

FreeBSD mp related updates

2006-08-07 Thread Philip M. Gollucci
FreeBSD mp related CPAN modules / PR / updates: http://www.freebsd.org/cgi/query-pr.cgi?pr=101537 Synopsis: devel/p5-B-Size now require perl 500600 or higher http://www.freebsd.org/cgi/query-pr.cgi?pr=101539 Synopsis: Update: www/p5-Apache-DBI 1.00 -> 1.02, fix downloa

[Resurect] Re: SubRequest in Handler vs SubRequest in Filter - and Segmentation Fault

2006-08-07 Thread Philip M. Gollucci
Which of these was the final verdict? I talked to Stas a while ago and he was for committing it which I'd like to do to resolve this issue. Stas Bekman wrote: > Index: xs/Apache2/SubRequest/Apache2__SubRequest.h > === > --- xs/Apac

Re: svn commit: r429556 - in /perl/Apache-SizeLimit/trunk/t: apache/check_n_requests.t apache/check_n_requests2.t response/TestApache/check_n_requests.pm response/TestApache/check_n_requests2.pm

2006-08-07 Thread Philip M. Gollucci
[EMAIL PROTECTED] wrote: > Author: pgollucci > Date: Mon Aug 7 20:49:23 2006 > New Revision: 429556 > > URL: http://svn.apache.org/viewvc?rev=429556&view=rev > Log: > o Round out the set_check_interval() testing. > o Add tests to see that we *actually* kill the httpd child. > > Thanks to Torsten

debugging advice

2006-08-07 Thread Jonathan Vanasco
Today I'm: migrating some code from dev to production porting some personal modules to CPAN I've run into an issue where I make heavy use of things like DEBUG >=3 && errorLogger('string') the issue being that I've got so much debug stuff going on, that I've tied it to

Re: Rewriting "Location:" in an "ErrorDocument 302" not working. Ideas?

2006-08-07 Thread Matt Hahnfeld
Jonathan -- Thanks for the suggestions... See below... > personally, I've never been able to get subrequests and requests to > work together nicely, so i've just replaced all internal redirects > with external redirects These actually are external redirects that we're handling (302 w/ Locat

Re: Rewriting "Location:" in an "ErrorDocument 302" not working. Ideas?

2006-08-07 Thread Jonathan Vanasco
personally, I've never been able to get subrequests and requests to work together nicely, so i've just replaced all internal redirects with external redirects i remember when I was having issues, i did a lot of tracing on $r and $r->prev , so i'd look into putting some data::dumper lines b

Rewriting "Location:" in an "ErrorDocument 302" not working. Ideas?

2006-08-07 Thread Matt Hahnfeld
We need to rewrite redirects coming back from Apache2 mod_proxied sites (specifically, change http urls to https urls). We already have ProxyErrorOverride turned on for our proxied pages (and we need it for other things), so we decided that using an "ErrorDocument 302" and a little custom handler

Re: Apache::DBI->connect_on_init

2006-08-07 Thread Perrin Harkins
On Wed, 2006-08-02 at 09:15 +0300, Vladimir S. Tikhonjuk wrote: > Apache starts without errors, but there are not any connection to > Database. What's wrong ? Set $Apache::DBI::DEBUG to 2 and look for "PerlChildInitHandler" in the error_log. If you don't see it, the connect_on_init is not getting

Re: issue with DBD::Pg, server side prepares, and persistent connections?

2006-08-07 Thread Perrin Harkins
On Sat, 2006-08-05 at 18:46 -0500, Mark Stosberg wrote: > So are you suggesting I should use: > > $dbh->prepare_cached($sql, { pg_server_prepare => 1 }, 3) > > ...throughout the web-app? If you use prepare_cached, adding the 3 is the safest way to go. It avoids possible problems with accidental

Re: [RELEASE CANDIDATE] libapreq2 2.08-RC5

2006-08-07 Thread Steve Hay
Randy Kobes wrote: On Sun, 6 Aug 2006, Philip M. Gollucci wrote: Please download, test, and VOTE on the following candidate tarball: http://people.apache.org/~pgollucci/apreq2/libapreq2-2.08-RC5.tar.gz Builds fine and all tests pass on: - linux, Apache/2.0.55 prefork, mod_perl 2.02, per