accessing environmental variables in modules

2000-12-20 Thread Richard Botting - Development - Torr Hall
I would like to know if i can access cgi environmental variables from within an apache module. The module is our own DSO, but I'm new to the apache api. In particular i'd like to get the value of SSL_SESSION_ID. Are there any examples available? Richard.

installation problem

2000-12-11 Thread Richard Botting - Development - Torr Hall
I am trying to build apache+mod-ssl, on a solaris 8 box, given apache 1.3.9, mod_ssl-2.4.10-1.3.9 and openssl-0.9.6. Following the mod_ssl INSTALL file I built openssl and configured mod_ssl with: ./configure --with-apache=/export/developers/rmb/apache-1.3.9/src/apache_1.3.9. I then configured