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
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 ?
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_
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
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
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',
>
--- 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
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
-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
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
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
11 matches
Mail list logo