Doesn't looks so good :-(

BTW which version of mod_perl you are using? Embperl 1.1.1 has problems with
newer mod_perl versions, because of changes in the handling of $ENV inside
mod_perl. So your problem may result from that,maybe...

I would suggest to test 1.2b9. It's a really stable version. The only thing
that's missing to call it 1.2, is Apache::Session 1.04 on CPAN, but I hope
Jeff will upload it soon.

Gerald

----- Original Message -----
From: BeerBong <[EMAIL PROTECTED]>
To: ModPerl <[EMAIL PROTECTED]>
Sent: Montag, 4. Oktober 1999 11:50
Subject: Re: Embperl virtual log and mod_perl handlers


> > For the Logfile problem try:
> >
> > PerlSetEnv EMBPERL_VIRTLOG /embperl
> >
> > and
> >
> > <Location /embperl>
> >
> > note the slash before embperl
>
> Yes, and
> 195.209.67.50 - - [04/Oct/1999:13:48:13 +0500] "GET /embperl?803283&19801
> HTTP/1..0" 404 270
> 1
> 195.209.67.50 - - [04/Oct/1999:13:48:16 +0500] "GET
> /embperl?803283&19801&SRC: HTTTP/1.0" 404 270
> 1
>
> NOT FOUND
>
> >
> > For the other problem I would try
> >
> > <FilesMatch ".*\.epl$">
> >      SetHandler perl-script
> >      PerlHandler HTML::Embperl
> >      Options ExecCGI
> >      PerlPostReadRequestHandler My::ProxyRemoteAddr
> >  </FilesMatch>
>
> Apache said
> PerlPostReadRequestHandler My::ProxyRemoteAddr
> not allowed here...
> (EmbPerl 1.1.1)
>
>

Reply via email to