Re: AW: [mp2] query_string
[prev]
[thread]
[next]
[Date index for 2005/02/18]
Denis Banovic wrote:
> Hi Will,
>
> The simplest way is to get it out of the %ENV
that's not really true - that %ENV is popualted with standard CGI variables
is not a given in mod_perl 2:
http://perl.apache.org/docs/2.0/user/config/config.html#C_SetupEnv_
basically, mod_perl configured as a modperl handler needs to explicity turn
%ENV population on, while the perl-script handler includes it by default
(but you, or your admin could choose to disable it).
--Geoff
 |
 |
Re: AW: [mp2] query_string
Geoffrey Young 13:27 on 18 Feb 2005
|