Security Services Implemented Within Oracle HTTP Server
Managing Security
8-27
SSLSessionCache
Specifies the global/interprocess session cache storage type.
The cache provides an optional way to speed up parallel request processing.
SSLSessionCacheTimeout
Specifies the number of seconds before a SSL session
in the session cache expires.
Category
Value
Valid Values
■
none
: disables the global/interprocess session cache.
Produces no impact on functionality, but makes a major
difference in performance.
■
shmht:
/path/to/datafile[bytes]
: Uses a
high-performance hash table (
bytes
specifies approximate
size) inside a shared memory segment in RAM, which is
established by the
/path/to/datafile
. This hash table
synchronizes the local SSL memory caches of the server
processes.
■
shmcb:
/path/to/datafile[bytes]
: Uses a
high-performance Shared Memory Cyclic Buffer (SHMCB)
session cache to synchronize the local SSL memory caches
of the server processes. The performance of
shmcb
is more
uniform in all environments when compared to
shmht
.
Syntax
SSLSessionCache
type
Examples
SSLSessionCache shmht: /
ORACLE_
HOME
/Apache/Apache/logs/ssl_scache(512000)
SSLSessionCache shmcb: /
ORACLE_
HOME
/Apache/Apache/logs/ssl_scache(512000)
Default
SSLSessionCache
none
Category
Value
Syntax
SSLSessionCacheTimeout
seconds
Default
300
Context
server configuration
Summary of Contents for HTTP Server
Page 1: ...Oracle HTTP Server Administrator s Guide 10g Release 1 10 1 Part No B12255 01 December 2003 ...
Page 12: ...xii ...
Page 22: ...xxii ...
Page 38: ...About htaccess Files 2 8 Oracle HTTP Server Administrator s Guide ...
Page 52: ...Getting Information about Processes 4 8 Oracle HTTP Server Administrator s Guide ...
Page 60: ...Configuring Reverse Proxies and Load Balancers 5 8 Oracle HTTP Server Administrator s Guide ...
Page 70: ...Specifying Log Files 6 10 Oracle HTTP Server Administrator s Guide ...
Page 170: ...9 6 Oracle HTTP Server Administrator s Guide ...
Page 178: ...opmn xml A 8 Oracle HTTP Server Administrator s Guide ...
Page 212: ...Glossary 10 ...
Page 224: ...Index 12 ...