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
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
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