Re: mod_rewrite is working strangely while using mod_perl

2007-10-07 Thread Geoffrey Young
> as a workaround, please try adding > > $r->subprocess_env(); > > before you examine %ENV. it should force re-population of %ENV from the > subprocess_env table, which is where mod_rewrite stashes it's stuff. a few other things as well... your provides is running mod_perl on win32? that's

Re: mod_rewrite is working strangely while using mod_perl

2007-10-07 Thread Geoffrey Young
Marco Bretschneider wrote: > Hi again, > >> please explicitly add >> >> +SetupEnv >> >> to your PerlOptions under /folder > > added this option - same effect. > >> so, I'd like you to try a few things... >> >> first, please verify that this is not a problem with mod_cgi as well. >> that is,

Re: mod_rewrite is working strangely while using mod_perl

2007-10-07 Thread Marco Bretschneider
Hi again, > please explicitly add > > +SetupEnv > > to your PerlOptions under /folder added this option - same effect. > so, I'd like you to try a few things... > > first, please verify that this is not a problem with mod_cgi as well. > that is, take your same setup, but use > > SetHandl

Re: mod_rewrite is working strangely while using mod_perl

2007-10-05 Thread Geoffrey Young
Marco Bretschneider wrote: > Hi, > > I reported a bug that seems to be related to mod_rewrite of apache. > It turns out, that the problem only occurs while using mod_perl. > Note, that everything else is working fine with mod_perl. Anyway I'm > not quite sure where this bug belongs to (mod_perl