Re: How to retrieve the custom variants from HTTP request header by mod_perl2?

2010-04-01 Thread lq jimmy
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

Re: How to retrieve the custom variants from HTTP request header by mod_perl2?

2010-04-01 Thread André Warnier
lq jimmy wrote: 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: Conten

Re: How to retrieve the custom variants from HTTP request header by mod_perl2?

2010-04-01 Thread lq jimmy
Thank you very much! 2010/4/1 André Warnier > lq jimmy wrote: > >> 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 heade