Thanks for your attention.

But looks like Options "SetupEnv" is use for storing global constants into
hash table %ENV.

My problem is that i don't know how to retrieve the parameters storing in
HTTP request header.

Example:
I received a bytereange request, header Content:
Content-Type: text/plain
Content-Length: 1024
Range:  bytes=0-300,

How can i retrieve "bytes=0-300" from the header in mod_perl2?





2010/3/31 Michael Ludwig <michael.lud...@xing.com>

> Am 31.03.2010 um 16:46 schrieb lq jimmy:
> >
> > In mod_perl, i can get the custom variants which stored in header  from
> %ENV directly,
> > but it seems not works in mod_perl2.
>
> Look here:
>
> http://perl.apache.org/docs/2.0/user/config/config.html#C_SetupEnv_
>
> --
> Michael.Ludwig (#) XING.com
>
>

Reply via email to