On Monday 03 May 2010 13:24:34 Torsten Förtsch wrote:
> That's the subrequest apache uses to compute PATH_INFO_TRANSLATED, a
> standard CGI variable.
>
Oops, that is PATH_TRANSLATED of course.
Torsten Förtsch
--
Need professional modperl support? Hire me! (http://foertsch.name)
Like fantasy?
On Monday 03 May 2010 13:06:22 Cédric Bertolini wrote:
> I'm migrating our web server from Apache1.3/modperl1 to Apache2.2/modperl2.
> Everything went smoothly (thanks for the great documentation on
> perl.apache.org !), until I began to set up FixurHandlers and
> CleanUpHandlers to manage the user
Hi all,
I'm migrating our web server from Apache1.3/modperl1 to Apache2.2/modperl2.
Everything went smoothly (thanks for the great documentation on
perl.apache.org !), until I began to set up FixurHandlers and
CleanUpHandlers to manage the user session.
At that point, I noticed something strange