Torsten Foertsch wrote:
The uploaded file

    Apache-ModSSL-0.02.tar.gz

has entered CPAN as

  file: $CPAN/authors/id/O/OP/OPI/Apache-ModSSL-0.02.tar.gz
  size: 7435 bytes
   md5: 19d4b18197c73cb2c3d9ec7dd531cb44

This MP2 module adds 2 functions to Apache::Connection: is_https() and ssl_var_lookup().

    $c->is_https
        "is_https()" returns 1 if the connection is SSL-encrypted, 0 if it
        is not encrypted but mod_ssl is available in the apache binary or
        "undef" if mod_ssl is not loaded.

    $c->ssl_var_lookup(NAME)
        "ssl_var_lookup()" returns the value of an SSL variable. If mod_ssl
        is not loaded "undef" is returned. A query for an unknown variable
        returns an empty string.

Torsten++.

Should we link to this kind of extension modules from the Apache::Connection manpage?
http://perl.apache.org/docs/2.0/api/Apache/Connection.html
e.g. a new section 3rd party modules extensions? or will this become a maintenance hell if many of those start to pop-up?




--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Report problems: 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

Reply via email to