hi,

i must misunderstand the syntax and use of the ApJServEnvVar directive.
the syntax seem to be
   ApJServEnvVar <localvar> <remotevar>
i assume the <localvar> to be the apache environment variable, and
<remotevar> to be the key to be given to HttpRequest.getAttribute().

i have this entry in jserrv.conf:

ApJServEnvVar SSL_CLIENT_CERT org.apache.jserv.SSL_CLIENT_CERT

i've traced the jserv_ajpv12.c and can see that found out that
ap_table_get(r->subprocess_env, "SSL_CLIENT_CERT") returns null,
although the cgi variable SSL_CLIENT_CERT contains the client cert, the
printenv script shows it.

also, from examining the JServConnection.java it appears that
<remotevar> must begin with "org.apache.jserv". why is that? just
curious...
tia


--
Aaron Stromas    | "Tick-tick-tick!!!... ja, Pantani is weg..."
Oracle Corp      |                             BRTN commentator
+1 703.708.68.21 |                              L'Alpe d'Huez
                                            1995 Tour de France




--
----------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to