Apache2::Cookie documentation 'httponly'

2011-05-27 Thread James B. Muir
Very small thing, but I just noticed that 'httponly' is defined twice in the Apache2::Cookie documentation. http://httpd.apache.org/apreq/docs/libapreq2/group__apreq__xs__cookie.html#httponly -James IMPORTANT NOTICE REGARDING THIS ELECTRONIC MESSAGE: This message is intended for the use of th

Re: set environment variables in tomcat

2011-05-27 Thread André Warnier
James B. Muir wrote: In order to pass an environment variable via mod_jk to tomcat you need to set the "JkEnvVar" in your jk.conf file. For example, JkEnvVar REMOTE_USER %{REMOTE_USER} The problem here being that the environment variable should be set in a Perl handler, if I understoo

RE: set environment variables in tomcat

2011-05-27 Thread James B. Muir
In order to pass an environment variable via mod_jk to tomcat you need to set the "JkEnvVar" in your jk.conf file. For example, JkEnvVar REMOTE_USER %{REMOTE_USER} -James From: Kim Goldov [mailto:kgol...@gmail.com] Sent: Thursday, May 26, 2011 8:24 PM To: modperl@perl.apache.org Subject