Re: RC5 really broke some stuff

2005-04-21 Thread Philip M. Gollucci
Foo Ji-Haw wrote: 5.9.3? Isn't the next official Perl version 5.10? Yes, this is unofficial bleedperl gotten via rsync. 5.8.6 will support the same configuration. I've not tried 5.6.2 yet -- END -- Philip M. Gollucci ([EMAIL PROTECTED]) 301.25

Re: advice needed: mod_perl reverse proxy

2005-04-21 Thread Dominique Quatravaux
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 allan juul wrote: | | so, is a mod_perl-enabled Apache acting as a proxy just a sick | idea. it will proxy content and the filter will have to scan all | response content A reverse-proxy in mod_perl is something I do for a living. When scaling up it qui

Re: advice needed: mod_perl reverse proxy

2005-04-21 Thread Alex Greg
On 4/21/05, Dominique Quatravaux <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > allan juul wrote: > > | > | so, is a mod_perl-enabled Apache acting as a proxy just a sick > | idea. it will proxy content and the filter will have to scan all > | response content >

Re: RC5 really broke some stuff

2005-04-21 Thread Geoffrey Young
> it sucks, completely. i can't get my stuff to work under rc5 I feel for you, but I really don't understand this at all. the changes required to move your codebase from rc4 to rc5 should be really, really minimal: - Apache2.pm doesn't exist any more, so remove it - every Apache:: module

Re: how to interpolate html entities easily (HOWTO) (full text of Entitize.pm)

2005-04-21 Thread Ken Williams
On Apr 20, 2005, at 11:52 AM, David Nicol wrote: These three lines are too small to bother wrapping up in Entitize.pm and publishing to CPAN, in my opinion. True, but it's not too small to submit as a patch for HTML::Entities. -Ken

Re: RC5 really broke some stuff

2005-04-21 Thread jonathan vanasco
On Apr 21, 2005, at 2:17 AM, Foo Ji-Haw wrote: People like Jonathan and myself just have to double up (or triple-up!) because of the change. Try telling that to your bosses that the latest version of modperl is holding things back ('told you we should've used Java!'). On Apr 21, 2005, at 1:14 A

Re: Apache::LogFile?

2005-04-21 Thread Geoffrey Young
Kevin White wrote: > I use the old Apache::LogFile on a mod_perl 1.x app. I'm working on > moving to mod_perl 2.x, and find the Apache::LogFile won't compile: > Makefile.PL uses Apache::src. since this module use XS calls I suspect that porting it would be a bit more complex than with most modu

Re: how to interpolate html entities easily (HOWTO) (full text of Entitize.pm)

2005-04-21 Thread David Nicol
On 4/21/05, Ken Williams <[EMAIL PROTECTED]> wrote: > True, but it's not too small to submit as a patch for HTML::Entities. > > -Ken or even a doc-patch for HTML::Entities. I think my political goal here is fame points through getting Tie::Function into wider use. HTML::Entities is widely d

Re: RC5 really broke some stuff

2005-04-21 Thread John D Groenveld
In message <[EMAIL PROTECTED]>, Geoffrey Young writes: >the changes required to move your codebase from rc4 to rc5 should be really, >really minimal: For the record and for what its worth, Apache::DBILogin and Apache::AuthenURL have been updated for RC5. If someone wants to volunteer to take Apac

mod_perl problem

2005-04-21 Thread Gert Jan Schipper
-8<-- Start Bug Report 8<-- 1. Problem Description:     After make install I get the following error:   /usr/bin/perl -Iblib/lib -I/tmp/mod_perl-2.0.0-RC5/Apache-Test/lib -MModPerl::BuildMM -e ModPerl::BuildMM::glue_pod ModPerl-Registry/lib/ModPe

Re: mod_perl problem

2005-04-21 Thread Philip M. Gollucci
Gert Jan Schipper wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: After make install I get the following error: /usr/bin/perl -Iblib/lib -I/tmp/mod_perl-2.0.0-RC5/Apache-Test/lib -MModPerl::BuildMM -e ModPerl::BuildMM::glue_pod ModPerl-Re

Reading err_headers_out values

2005-04-21 Thread ted
Hi, I am baking three cookies, then attempting to see them using the err_headers_out method. The problem is that when baked, the key for each cookie is the same: 'Set-Cookie'. The Apache::Table object is ok with this, but when it is tied to the perl hash the duplicate keys seem to trip things up

Re: Reading err_headers_out values

2005-04-21 Thread Geoffrey Young
ted wrote: > Hi, > > I am baking three cookies, then attempting to see them using the > err_headers_out method. The problem is that when baked, the key > for each cookie is the same: 'Set-Cookie'. The Apache::Table > object is ok with this, but when it is tied to the perl hash > the duplicate

Re: how to interpolate html entities easily (HOWTO) (full text of Entitize.pm)

2005-04-21 Thread Ken Williams
On Apr 21, 2005, at 12:10 PM, David Nicol wrote: $ perl -wc -e 'use strict; the deer and antelope play ; print 1' -e syntax OK % perl -wc -Mstrict -e 'The deer and antelope play until tiger comes; \ chomp, kill, die time' -e syntax OK

Re: Reading err_headers_out values

2005-04-21 Thread Jonathan Vanasco
At first look, it makes sense -- '1st while' is dealing with the scalar reference, '2nd while' is reading it into a hash but then i notice that there are 3 oranges, and 1 lemon now i feel a few pieces short of a fruit salad. (drum roll, please) sorry, i didn't have my morning espressos today. thi

Re: RC5 really broke some stuff

2005-04-21 Thread Adam Kennedy
It sounds like the appropriate time for some enterprising young developer to grab a copy of PPI and write an mp2_rename tool, to do a first pass of what you describe below automatically. Anyone? Adam K Geoffrey Young wrote: it sucks, completely. i can't get my stuff to work under rc5 I feel f

Re: RC5 really broke some stuff

2005-04-21 Thread Philip M. Gollucci
Adam Kennedy wrote: It sounds like the appropriate time for some enterprising young developer to grab a copy of PPI and write an mp2_rename tool, to do a first pass of what you describe below automatically. http://people.apache.org/~geoff/fixme Hi Adam, did you even look at this link. He's al

Re: RC5 really broke some stuff

2005-04-21 Thread Adam Kennedy
Eeep... I missed it entirely. :) Adam K Philip M. Gollucci wrote: Adam Kennedy wrote: It sounds like the appropriate time for some enterprising young developer to grab a copy of PPI and write an mp2_rename tool, to do a first pass of what you describe below automatically. http://people.apache.