Re: Help with PerlTransHandler

2005-05-22 Thread Torsten Foertsch
On Monday 23 May 2005 00:28, Johnny Shz wrote: >     >         JkUriSet worker ajp13:localhost:8009 >     I think, you need a SetHandler inside the . Then mod_rewrite should work as well. Torsten pgpyWHh4aT6xN.pgp Description: PGP signature

Re: Apache2::DBI?

2005-05-22 Thread Philip M. Golllucci
Malcolm J Harwood wrote: On Friday 13 May 2005 03:01 pm, Philip M. Gollucci wrote: I offered to upload to cpan/maintain it. Ask B., the current maintainer stepped in. About 2-3 weeks ago, he should have been looking at my changes. I have not yet heard back. Do you have any feedback on it ?

Help with PerlTransHandler

2005-05-22 Thread Johnny Shz
Hi, I'm trying to write my own translation handler. The problem is that I'd like to map something like:       /foo.html to /bar/servlet/test   where /bar/ is supposed to be handled by mod_jk with something like:         JkUriSet worker ajp13:localhost:8009      When I tried to use mod_

Re: [mp2] porting older mp2 code to 2.0.0 - I'm stuck with params from apreq!

2005-05-22 Thread Cure
Carl Brewer wrote: Carl Brewer wrote: Apache2::RequestUtil->request($r).; If I'd looked in : docs/html/group__apreq__xs__request.html I'd have seen that all I needed to do was to change use Apache::Request; to use Apache2::Request; and my $req = Ap

Re: [MP2] : REDIRECT_ERROR_NOTES not set on errordocument redirect

2005-05-22 Thread Mark
Stas Bekman wrote: Mark wrote: Stas Bekman wrote: Mark wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: $ENV{REDIRECT_ERROR_NOTES} not working with MP2 Using latest everything (modperl 2 RC5). To illustrate, I simply configure Apache wit

Re: APR::Base64 Bug

2005-05-22 Thread Torsten Foertsch
On Sunday 22 May 2005 19:18, Torsten Foertsch wrote: > there is something wrong with APR::Base64. > > [EMAIL PROTECTED]:~> perl -MAPR::Base64 -MData::Dumper -e > '$x=APR::Base64::encode( "x" > ); print "$x\n".Dumper( [split "", $x] ), "length=".length($x)."\n";' eA== > $VAR1 = [ > 'e', >

Re: DirectoryIndex ignored when using perl-handler

2005-05-22 Thread Thomas Hilbig
--- Geoffrey Young <[EMAIL PROTECTED]> wrote: > since you're new to mod_perl it's probably not > obvious from that thread what > the solution is. > > > http://marc.theaimsgroup.com/?l=apache-modperl&m=111445150218566&w=2 > > the code at the bottom of that link (My::Fixup) > needs to be enabled

Re: [mp2] Dynamically pushing output filters -- Questions

2005-05-22 Thread Chris Jacobson
Tom Schindl wrote: Chris Jacobson schrieb: | Hello, | |I am attempting to write a system which allows output filters to be | dynamicaly pushed on the output filter stack at the end of a | PerlResponseHandler. These output filters are generated from a master | factory object. | | my $Fi

Re: [mp2] Dynamically pushing output filters -- Questions

2005-05-22 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chris Jacobson schrieb: | Hello, | |I am attempting to write a system which allows output filters to be | dynamicaly pushed on the output filter stack at the end of a | PerlResponseHandler. These output filters are generated from a master | facto

Problem with taint

2005-05-22 Thread Mike Cardwell
Hi, I installed the new release of ModPerl2 today. I've not used any of the betas previously so am not sure if the problem is specific to this version or not. In my PerlResponseHandler I have the following code: sub handler { my $r = shift; my( $path ) = $r->filename()=~/^(.*)$/; eval{ r

Re: [mp2] Dynamically pushing output filters -- Questions

2005-05-22 Thread Chris Jacobson
Stas Bekman wrote: Chris Jacobson wrote: Hello, I am attempting to write a system which allows output filters to be dynamicaly pushed on the output filter stack at the end of a PerlResponseHandler. That doesn't make any sense, Chris. By the end of the PerlResponseHandler the respons