
|
To enable session ID caching on UNIX platforms:
- Accept the default, or specify the SSLCacheEnable
directive in the configuration file outside of a virtual host
stanza.
- Assign a name to the port for the session ID cache, by specifying
the SSLCachePortFilename, if the default
name in the <server-root>/logs directory appears
unacceptable.
- Set the timeout value that applies to the session ID cache.
Specify the SSLV2Timeout directive
with valid values between 0 and 100, and the SSLV3Timeout
directive with valid values between 0 and 86400. These values
appear in seconds.
- Decide whether to log caching errors. To enable logging of errors
that can occur during session ID caching, or retrieval from the
cache, specify the SSLCacheErrorLog
directive in the configuration file outside of a virtual host
stanza.
- Save the configuration file and restart the server.
| Finding
related information |
|
|
|