Pass variable

2009-05-05 Thread Idel Fuschini
Hi, I am the owner of "Apache Mobile Filter" project ( https://sourceforge.net/projects/mobilefilter/). After my filter detect the UserAgent of a device I want to pass the capability to other applications (cgi, php or tomcat with mod_jk) in the same web server. How can I do that ? Please help me.

Re: Pass variable

2009-05-05 Thread Torsten Foertsch
On Tue 05 May 2009, Idel Fuschini wrote: > I am the owner of  "Apache Mobile Filter" project ( > https://sourceforge.net/projects/mobilefilter/). > After my filter detect the UserAgent of a device I want to pass the > capability to other applications (cgi, php or tomcat with mod_jk) in > the same w

Re: Pass variable

2009-05-05 Thread Torsten Foertsch
On Tue 05 May 2009, Idel Fuschini wrote: > how can I read this variable from php and jsp application ? subprocess_env manipulates environment variables. So, if your application can read them it fetches them from that place. > I did in perl code: > > $r->subprocess_env("XXX" => $value); > > In cg

Re: Pass variable

2009-05-05 Thread Idel Fuschini
thanks torsten how can I read this variable from php and jsp application ? I did in perl code: $r->subprocess_env("XXX" => $value); In cgi I see something like: REDIRECT_XXX value Thanks Idel 2009/5/5 Torsten Foertsch > On Tue 05 May 2009, Idel Fuschini wrote: > > I am the owner of "Apache