Apache - 如何找出 SSLMutex 的值

Apache - 如何找出 SSLMutex 的值

將 SSLMutex 指令配置為預設值後,如何找到預設值。

default | yes
This directive tells the SSL Module to pick the default locking implementation as determined by the platform and APR.

類似的核心指令 AcceptMutex 的預設值可以透過將 LogLevel 設為 debug 來發現。 ssl 指令似乎並非如此。

相關內容