
fred at redhotpenguin
May 26, 2011, 7:11 PM
Views: 1298
Permalink
|
http://perl.apache.org/docs/2.0/user/config/config.html#C_PerlPassEnv_ might be what you are looking for. On Thu, May 26, 2011 at 5:24 PM, Kim Goldov <kgoldov [at] gmail> wrote: > I'm connecting to a tomcat server from our web server using mod_jk. I'm > setting environment variables with each request in the PerlAuthenHandler and > PerlHeaderParserHandler. I'm able to read the variables in PHP, perl fcgi, > and wsgi, however they are not being passed to tomcat. Is there a way to > pass these environment variables through? > > -- > Kim > >
|