Security Services Implemented Within Oracle HTTP Server
8-20
Oracle HTTP Server Administrator’s Guide
SSLMutex
Type of semaphore (lock) for SSL engine’s mutual exclusion of
operations that have to be synchronized between Oracle HTTP Server processes.
Category
Value
Valid Values
■
none
: Uses no mutex at all. Not recommended, because the mutex
synchronizes the write access to the SSL session cache. If you do not
configure a mutex, the session cache can become garbled.
■
file:
path/to/mutex
: Uses a file for locking. The process ID
(PID) of the Oracle HTTP Server parent process is appended to the
filename to ensure uniqueness. If the filename does not begin with a
slash (/), it is assumed to be relative to
ServerRoot
. This setting is
not available on Windows.
■
sem
: Uses an operating system semaphore to synchronize writes. On
UNIX, it would be a Sys V IPC semaphore; on Windows, it is a
Windows Mutex. This is the best choice, if the operating system
supports it.
Example
SSLMutex file
:/usr/local/apache/logs/ssl_mutex
Syntax
SSLMutex
type
Default
SSLMutex
none
Context
server configuration
Содержание HTTP Server
Страница 1: ...Oracle HTTP Server Administrator s Guide 10g Release 1 10 1 Part No B12255 01 December 2003 ...
Страница 12: ...xii ...
Страница 22: ...xxii ...
Страница 30: ...Starting Stopping and Restarting Oracle HTTP Server 1 8 Oracle HTTP Server Administrator s Guide ...
Страница 38: ...About htaccess Files 2 8 Oracle HTTP Server Administrator s Guide ...
Страница 52: ...Getting Information about Processes 4 8 Oracle HTTP Server Administrator s Guide ...
Страница 60: ...Configuring Reverse Proxies and Load Balancers 5 8 Oracle HTTP Server Administrator s Guide ...
Страница 70: ...Specifying Log Files 6 10 Oracle HTTP Server Administrator s Guide ...
Страница 164: ...Security Services Implemented Within Oracle HTTP Server 8 34 Oracle HTTP Server Administrator s Guide ...
Страница 170: ...9 6 Oracle HTTP Server Administrator s Guide ...
Страница 178: ...opmn xml A 8 Oracle HTTP Server Administrator s Guide ...
Страница 211: ...Glossary 9 X 509 Public keys can be formed in various data formats The X 509 v3 format is one such popular format ...
Страница 212: ...Glossary 10 ...
Страница 224: ...Index 12 ...