Hi Ged, Excuse me for my question, but it's a dude for this mailing list. If you don't know to answer me, you don't look up any excuse, please.
My question is about PERL + APACHE and how this module manage its web variables. It seems one question about mod_perl, no?? Now, I've the following PERL code and I get all variables in text format as i.e. SSL_CLIENT_I_DN_O -> euro6ix and SSL_CLIENT_M_SERIAL -> 0106. How can I get the SSL_CLIENT object?? foreach my $var (keys %ENV) { print "$var -> $ENV{$var} \n"; } Thanks. ----- Original Message ----- > Hello there, > > On Fri, 6 Feb 2004, Manuel Gil Perez wrote: > > > I've install/configure an Apache server with SSL support (and client > > authentication). How can I print in the client web page his certificate > > complete?? > > This is the mod_perl Mailing List. Your question does not appear to > be about mod_perl, please take it to a more appropriate forum. > > 73, > Ged. -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html