Skip to main content
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    SSLSessionCache recommendation and Apache startup script questions

    • Article Type: General
    • Product: Aleph
    • Product Version: 17.01

    Description:
    1) What do you recommend for the SSLSessionCache setting in the ssl.conf?

    SSLSessionCache none
    is currently there and that gives us the [warn] Init: Session Cache is not configured message

    2) What should the init.dat be running to start ssl? for version 16 we had this:
    Y:apache:root:httpsd:/exlibris/aleph/u17_7:../a17_7:apachectls_auto:httpsdctl

    Does this apply any l onger? If not what should be included in the init.dat to start ssl? Is this adequate and sufficient?
    Y:apache:root:httpd:/exlibris/aleph/u17_7:../a17_7:apachectl_auto:apachectl

    Resolution:
    1) Do not use dbm, it may crash under solaris.
    You can set the SSLSessionCache to use this line:
    SSLSessionCache shmcb://exlibris/aleph/u17_7/alephe/...scache(512000)

    2) The line in init.dat should be: Y:apache:root:httpd:/exlibris/aleph/u17_7:../a17_7:apachectl_auto:apachectl


    • Article last edited: 10/8/2013
    • Was this article helpful?