DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23403>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23403

SSLSessionCache: Session Cache is not configured

           Summary: SSLSessionCache: Session Cache is not configured
           Product: Apache httpd-2.0
           Version: 2.0.47
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Core
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Apache configuration:

./configure --prefix=/usr/local/apache  --sysconfdir=/etc/apache \
 --localstatedir=/var/apache --logfiledir=/var/log/apache \
 --runtimedir=/var/apache --proxycachedir=/var/apache \
 --enable-so  --enable-cgi --enable-cgid --enable-rewrite=static \
 --with-mpm=prefork --enable-vhost-alias --enable-speling=static \
 --enable-cache=static  --enable-file-cache=static \
 --enable-mem-cache=static \
 --enable-ssl=static --with-ssl=/usr/include/openssl


When you start apache2 without SSL (even though you compiled SSL support - see 
above), you get the following message in the error log:

[warn] Init: Session Cache is not configured [hint: SSLSessionCache]

To get rid of this message, one has to add "SSLSessionCache" directive in 
httpd.conf .
SSL.conf file (where SSLSessionCache should be located) is not processed.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to