Ramakrishna Kuppa wrote:
> Chris,
> 
> I am getting the following message in my SSL log:
> 
> [30/Sep/2002 17:57:49 02000] [info]  Server: Apache/1.3.26, Interface: 
> mod_ssl/2.8.10, Library: OpenSSL/0.9.6g
> [30/Sep/2002 17:57:49 02000] [warn]  You are using mod_ssl under Win32. 
> This combination is *NOT* officially supported. Use it at your own risk!
> 
> 
> Anything to be noted/concerned of?
> 

Ramakrishna,

     /*
      * Identification
      */
     if (mc->nInitCount == 1) {
         ssl_log(s, SSL_LOG_INFO, "Server: %s, Interface: %s, Library: %s",
                 SERVER_BASEVERSION,
                 ssl_var_lookup(p, NULL, NULL, NULL, 
"SSL_VERSION_INTERFACE"),
                 ssl_var_lookup(p, NULL, NULL, NULL, 
"SSL_VERSION_LIBRARY"));
#ifdef WIN32
         ssl_log(s, SSL_LOG_WARN, "You are using mod_ssl under Win32. "
                 "This combination is *NOT* officially supported. "
                 "Use it at your own risk!");
#endif
     }

...it is simply a comment - disclaimer - whatever - it is there in any 
case if you are running Windows version.

Chris.


______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to