What happened with Apache2::Reload in mod_perl-2.0.4?

2008-04-18 Thread Niels van Dijke
Hi mod_perl maintainers, Thank you for releasing mod_perl 2.0.4. I was wondering what happened to Apache2::Reload? Was it missed in packaging for the upload to CPAN? If so then there may be other files missing too. Regards, Niels

Re: [ANNOUNCE] mod_perl-2.0.4

2008-04-18 Thread Philippe M. Chiasson
Foo JH wrote: I don't know if it's known, but 2.2.4 is a relatively stable version in conjunction with AP5.8 + mp2. I guess this means I can't move into 5.10 yet. Issac Goldstand wrote: I think we knew that (or am I getting mixed up with the mp1 RC?) and it was supposed to be a known issue...

Re: What happened with Apache2::Reload in mod_perl-2.0.4?

2008-04-18 Thread Fred Moyer
Niels van Dijke wrote: Hi mod_perl maintainers, Thank you for releasing mod_perl 2.0.4. I was wondering what happened to Apache2::Reload? Was it missed in packaging for the upload to CPAN? If so then there may be other files missing too. See the Changelog: Apache2::Reload has been moved to a

Re: filter->remove

2008-04-18 Thread Torsten Foertsch
On Thu 17 Apr 2008, woinshet abdella wrote: > I am sorry to write you directly, but did not get any response from the > modperl user list. I would appreciate you help in advance! Please ask on the modperl list in the future. If you don't get an answer try it again. We all are sometimes too busy t

Re: reinitializing Perl's notion of $$ in mod_perl

2008-04-18 Thread Philippe M. Chiasson
Mark Blackman wrote: On 17 Apr 2008, at 07:46, Philippe M. Chiasson wrote: Mark Blackman wrote: On 16 Apr 2008, at 10:24, Mark Blackman wrote: On 16 Apr 2008, at 08:42, Philippe M. Chiasson wrote: Can you try this simple patch and see if it makes your troubles go away. It does indeed have

Re: reinitializing Perl's notion of $$ in mod_perl

2008-04-18 Thread Mark Blackman
On 18 Apr 2008, at 09:52, Philippe M. Chiasson wrote: Mark Blackman wrote: On 17 Apr 2008, at 07:46, Philippe M. Chiasson wrote: Mark Blackman wrote: On 16 Apr 2008, at 10:24, Mark Blackman wrote: On 16 Apr 2008, at 08:42, Philippe M. Chiasson wrote: Can you try this simple patch and see if

Re: What happened with Apache2::Reload in mod_perl-2.0.4?

2008-04-18 Thread Geoffrey Young
Fred Moyer wrote: Niels van Dijke wrote: Hi mod_perl maintainers, Thank you for releasing mod_perl 2.0.4. I was wondering what happened to Apache2::Reload? Was it missed in packaging for the upload to CPAN? If so then there may be other files missing too. See the Changelog: Apache2::Reloa

Re: filter->remove

2008-04-18 Thread woinshet abdella
- Original Message From: Torsten Foertsch <[EMAIL PROTECTED]> To: woinshet abdella <[EMAIL PROTECTED]> Cc: modperl@perl.apache.org Sent: Friday, April 18, 2008 3:35:02 AM Subject: Re: filter->remove On Thu 17 Apr 2008, woinshet abdella wrote: > I am sorry to write you directly, but did

Re: filter->remove

2008-04-18 Thread Torsten Foertsch
On Fri 18 Apr 2008, woinshet abdella wrote: > Can't locate Apache2/Filter.pm in @INC (@INC contains: > /usr/local/libexec/perl /usr/lib/perl5/5.8.0/i38 > So, I am not able to use $f->remove with old mod_perl, is that correct? Not necessary. I think I have used similar filters with modperl 1.9

Re: filter->remove

2008-04-18 Thread adam . prime
Quoting Torsten Foertsch <[EMAIL PROTECTED]>: On Thu 17 Apr 2008, woinshet abdella wrote: Here an output example for text/plain: Filter Chain: modperl_request_output <-- the first PrintFilterChain modperl_request_output <-- RemoveNextFilterIfNotTextHtml includes m

Re: filter->remove

2008-04-18 Thread woinshet abdella
- Original Message From: Torsten Foertsch <[EMAIL PROTECTED]> To: modperl@perl.apache.org Cc: woinshet abdella <[EMAIL PROTECTED]> Sent: Friday, April 18, 2008 9:39:58 AM Subject: Re: filter->remove On Fri 18 Apr 2008, woinshet abdella wrote: > Can't locate Apache2/Filter.pm in @INC (@

Re: filter->remove

2008-04-18 Thread Torsten Foertsch
On Fri 18 Apr 2008, [EMAIL PROTECTED] wrote: > This leads me to believe that i could write a filter that sat at the   > head of the chain, which looked through all the filters in the chain,   > and if appropriate removed random ones through the chain. > > I have a situation where i have a CGI which

Re: What happened with Apache2::Reload in mod_perl-2.0.4?

2008-04-18 Thread Fred Moyer
Geoffrey Young wrote: Fred Moyer wrote: Niels van Dijke wrote: Hi mod_perl maintainers, Thank you for releasing mod_perl 2.0.4. I was wondering what happened to Apache2::Reload? Was it missed in packaging for the upload to CPAN? If so then there may be other files missing too. See the Cha

Inserting the INCLUDES filter using r->add_output_filter()

2008-04-18 Thread woinshet abdella
I am using $r->add_output_filter() to insert a custom filter in the output filter chain dynamcially if a certain condition is satisfied. Here is a snippet of the script ... $r->add_output_filter(\&Apache::CustomFitler::handler); ... Is it possible to use $r->add_output_filter() to insert the INCL

Installation of mod-perl under Cygwin

2008-04-18 Thread Dunston Rocks
Hi I have a complete installation of Cygwin on Windows XP Professional and have made the following attempts to install mod-perl 2.0 on the same 1. installed apache 2.2.8 2. Installed ActiveState 10x 3. downloaded mpinstall 4. perl mpinstall from dos prompt C:\ActiveStatePerl\bin\ppm install mod_p

mod_perl 2 Tutorial at OSCON this year

2008-04-18 Thread Jim Brandt
Hello all, As you may have noticed, there is a bit of an uptick in Perl representation at OSCON this year compared the the last couple of years and I'm happy to be a part of that with my Intro to mod_perl 2 tutorial. http://en.oreilly.com/oscon2008/public/schedule/detail/2819 You'll notice t

Re: Inserting the INCLUDES filter using r->add_output_filter()

2008-04-18 Thread Torsten Foertsch
On Fri 18 Apr 2008, woinshet abdella wrote: > Is it possible to use $r->add_output_filter() to insert the INCLUDES, if so > what is the syntax? no, but you can do $r->add_config(['SetOutputFilter INCLUDES']) (not sure about the response phase but up to fixup that should work. Maybe it requires a

Re: mod_perl 2 Tutorial at OSCON this year

2008-04-18 Thread Torsten Foertsch
On Fri 18 Apr 2008, Jim Brandt wrote: > They might start with CGI acceleration and down the road > realize they can inject something interesting into the Apache request > cycle to solve a problem. Not so much for the beginner but to solve problems: Apache2::Translation provides dynamic request co

Re: What happened with Apache2::Reload in mod_perl-2.0.4?

2008-04-18 Thread Philip M. Gollucci
Geoffrey Young wrote: so I guess this means a mp2 release should (going forward) include _and_ imply a new release of o mp2 o Apache-Test o Apache-Reload o Apache-SizeLimit -- Philip M. Gollucci ([EMAIL PROTECTED