- Satisfy Any|All - Взаимодействие между контролем доступа на уровне хоста и аутентификацией пользователя (Interaction between host-level access control and user authentication) - Satisfy
mod_access_compat.html#satisfy
- ScoreBoardFile file-path - Расположение файла, используемого для хранения данных координации для дочерних процессов (Location of the file used to store coordination data for the child processes) - ScoreBoardFile
mpm_common.html#scoreboardfile
- Script method cgi-script - Активирует скрипт CGI для определенного метода запроса (Activates a CGI script for a particular request method.) - Script
mod_actions.html#script
- ScriptAlias [URL-path] file-path|directory-path - Сопоставляет URL-адрес с расположением в файловой системе и определяет цель как сценарий CGI (Maps a URL to a filesystem location and designates the target as a CGI script) - ScriptAlias
mod_alias.html#scriptalias
- ScriptAliasMatch regex file-path|directory-path - Сопоставляет URL-адрес с расположением в файловой системе с помощью регулярного выражения и обозначает цель как сценарий CGI (Maps a URL to a filesystem location using a regular expression and designates the target as a CGI script) - ScriptAliasMatch
mod_alias.html#scriptaliasmatch
- ScriptInterpreterSource Registry|Registry-Strict|Script - Техника поиска интерпретатора CGI-скриптов (Technique for locating the interpreter for CGI scripts) - ScriptInterpreterSource
core.html#scriptinterpretersource
- ScriptLog file-path - Расположение файла журнала ошибок сценария CGI (Location of the CGI script error logfile) - ScriptLog
mod_cgi.html#scriptlog
- ScriptLogBuffer bytes - Максимальное количество запросов PUT или POST, которые будут записаны в журнал сценариев (Maximum amount of PUT or POST requests that will be recorded in the scriptlog) - ScriptLogBuffer
mod_cgi.html#scriptlogbuffer
- ScriptLogLength bytes - Ограничение размера файла журнала сценария CGI (Size limit of the CGI script logfile) - ScriptLogLength
mod_cgi.html#scriptloglength
- ScriptSock file-path - Префикс имени файла сокета для связи с демоном cgi (The filename prefix of the socket to use for communication with the cgi daemon) - ScriptSock
mod_cgid.html#scriptsock
- SecureListen [IP-address:]portnumber Certificate-Name [MUTUAL] - Включает шифрование SSL для указанного порта (Enables SSL encryption for the specified port) - SecureListen
mod_nw_ssl.html#securelisten
- SeeRequestTail On|Off - Определить, отображает ли mod_status первые 63 символа запроса или последние 63, предполагая, что сам запрос больше 63 символов (Determine if mod_status displays the first 63 characters of a request or the last 63, assuming the request itself is greater than 63 chars.) - SeeRequestTail
core.html#seerequesttail
- SendBufferSize bytes - Размер буфера TCP (TCP buffer size) - SendBufferSize
mpm_common.html#sendbuffersize
- ServerAdmin email-address|URL - Адрес электронной почты, который сервер включает в сообщения об ошибках, отправляемые клиенту (Email address that the server includes in error messages sent to the client) - ServerAdmin
core.html#serveradmin
- ServerAlias hostname [hostname] ... - Альтернативные имена хоста, используемые при сопоставлении запросов с именами виртуальных хостов (Alternate names for a host used when matching requests to name-virtual hosts) - ServerAlias
core.html#serveralias
- ServerLimit number - Верхний предел настраиваемого количества процессов (Upper limit on configurable number of processes) - ServerLimit
mpm_common.html#serverlimit
- ServerName [scheme://]domain-name|ip-address[:port] - Имя хоста и порт, которые сервер использует для идентификации (Hostname and port that the server uses to identify itself) - ServerName
core.html#servername
- ServerPath URL-path - Устаревший URL-адрес виртуального хоста на основе имени, доступ к которому осуществляется через несовместимый браузер (Legacy URL pathname for a name-based virtual host that is accessed by an incompatible browser) - ServerPath
core.html#serverpath
- ServerRoot directory-path - Базовая директория для установки сервера (Base directory for the server installation) - ServerRoot
core.html#serverroot
- ServerSignature On|Off|EMail - Настраивает нижний колонтитул в документах, созданных сервером (Configures the footer on server-generated documents) - ServerSignature
core.html#serversignature
- ServerTokens Major|Minor|Min[imal]|Prod[uctOnly]|OS|Full - Настраивает заголовок HTTP-ответа
Server
(Configures the Server
HTTP response header) - ServerTokens
core.html#servertokens
- Session On|Off - Включает сеанс для текущего каталога или местоположения (Enables a session for the current directory or location) - Session
mod_session.html#session
- SessionCookieName name attributes - Имя и атрибуты файла cookie RFC2109, в котором хранится сеанс (Name and attributes for the RFC2109 cookie storing the session) - SessionCookieName
mod_session_cookie.html#sessioncookiename
- SessionCookieName2 name attributes - Имя и атрибуты файла cookie RFC2965, в котором хранится сеанс (Name and attributes for the RFC2965 cookie storing the session) - SessionCookieName2
mod_session_cookie.html#sessioncookiename2
- SessionCookieRemove On|Off - Управление тем, следует ли удалять файлы cookie сеанса из входящих заголовков HTTP (Control for whether session cookies should be removed from incoming HTTP headers) - SessionCookieRemove
mod_session_cookie.html#sessioncookieremove
- SessionCryptoCipher name - Криптошифр, который будет использоваться для шифрования сеанса (The crypto cipher to be used to encrypt the session) - SessionCryptoCipher
mod_session_crypto.html#sessioncryptocipher
- SessionCryptoDriver name [param[=value]] - Криптодрайвер, который будет использоваться для шифрования сеанса (The crypto driver to be used to encrypt the session) - SessionCryptoDriver
mod_session_crypto.html#sessioncryptodriver
- SessionCryptoPassphrase secret [ secret ... ] - Ключ, используемый для шифрования сеанса (The key used to encrypt the session) - SessionCryptoPassphrase
mod_session_crypto.html#sessioncryptopassphrase
- SessionCryptoPassphraseFile filename - Файл, содержащий ключи, используемые для шифрования сеанса (File containing keys used to encrypt the session) - SessionCryptoPassphraseFile
mod_session_crypto.html#sessioncryptopassphrasefile
- SessionDBDCookieName name attributes - Имя и атрибуты файла cookie RFC2109, в котором хранится идентификатор сеанса (Name and attributes for the RFC2109 cookie storing the session ID) - SessionDBDCookieName
mod_session_dbd.html#sessiondbdcookiename
- SessionDBDCookieName2 name attributes - Имя и атрибуты файла cookie RFC2965, в котором хранится идентификатор сеанса (Name and attributes for the RFC2965 cookie storing the session ID) - SessionDBDCookieName2
mod_session_dbd.html#sessiondbdcookiename2
- SessionDBDCookieRemove On|Off - Управление тем, следует ли удалять файлы cookie идентификатора сеанса из входящих заголовков HTTP (Control for whether session ID cookies should be removed from incoming HTTP headers) - SessionDBDCookieRemove
mod_session_dbd.html#sessiondbdcookieremove
- SessionDBDDeleteLabel label - Запрос SQL для удаления сеансов из базы данных (The SQL query to use to remove sessions from the database) - SessionDBDDeleteLabel
mod_session_dbd.html#sessiondbddeletelabel
- SessionDBDInsertLabel label - Запрос SQL для вставки сеансов в базу данных (The SQL query to use to insert sessions into the database) - SessionDBDInsertLabel
mod_session_dbd.html#sessiondbdinsertlabel
- SessionDBDPerUser On|Off - Включить сеанс для каждого пользователя (Enable a per user session) - SessionDBDPerUser
mod_session_dbd.html#sessiondbdperuser
- SessionDBDSelectLabel label - Запрос SQL для выбора сеансов из базы данных (The SQL query to use to select sessions from the database) - SessionDBDSelectLabel
mod_session_dbd.html#sessiondbdselectlabel
- SessionDBDUpdateLabel label - Запрос SQL для обновления существующих сеансов в базе данных (The SQL query to use to update existing sessions in the database) - SessionDBDUpdateLabel
mod_session_dbd.html#sessiondbdupdatelabel
- SessionEnv On|Off - Управление записью содержимого сеанса в переменную среды HTTP_SESSION (Control whether the contents of the session are written to the HTTP_SESSION environment variable) - SessionEnv
mod_session.html#sessionenv
- SessionExclude path - Определить префиксы URL, для которых сеанс игнорируется (Define URL prefixes for which a session is ignored) - SessionExclude
mod_session.html#sessionexclude
- SessionHeader header - Импортировать обновления сеанса из заданного заголовка ответа HTTP (Import session updates from a given HTTP response header) - SessionHeader
mod_session.html#sessionheader
- SessionInclude path - Определить префиксы URL, для которых действителен сеанс (Define URL prefixes for which a session is valid) - SessionInclude
mod_session.html#sessioninclude
- SessionMaxAge maxage - Определить максимальный возраст сеанса в секундах (Define a maximum age in seconds for a session) - SessionMaxAge
mod_session.html#sessionmaxage
- SetEnv env-variable [value] - Устанавливает переменные окружения (Sets environment variables) - SetEnv
mod_env.html#setenv
- SetEnvIf attribute regex [!]env-variable[=value] [[!]env-variable[=value]] ... - Устанавливает переменные окружения на основе атрибутов запроса (Sets environment variables based on attributes of the request) - SetEnvIf
mod_setenvif.html#setenvif
- SetEnvIfExpr expr [!]env-variable[=value] [[!]env-variable[=value]] ... - Устанавливает переменные среды на основе выражения ap_expr (Sets environment variables based on an ap_expr expression) - SetEnvIfExpr
mod_setenvif.html#setenvifexpr
- SetEnvIfNoCase attribute regex [!]env-variable[=value] [[!]env-variable[=value]] ... - Устанавливает переменные окружения на основе атрибутов запроса без учета регистра (Sets environment variables based on attributes of the request without respect to case) - SetEnvIfNoCase
mod_setenvif.html#setenvifnocase
- SetHandler handler-name|none|expression - Принудительно обрабатывает все соответствующие файлы обработчиком (Forces all matching files to be processed by a handler) - SetHandler
core.html#sethandler
- SetInputFilter filter[;filter...] - Устанавливает фильтры, которые будут обрабатывать клиентские запросы и ввод POST (Sets the filters that will process client requests and POST input) - SetInputFilter
core.html#setinputfilter
- SetOutputFilter filter[;filter...] - Устанавливает фильтры, которые будут обрабатывать ответы от сервера (Sets the filters that will process responses from the server) - SetOutputFilter
core.html#setoutputfilter
- SSIEndTag tag - Строка, которая завершает включаемый элемент (String that ends an include element) - SSIEndTag
mod_include.html#ssiendtag
- SSIErrorMsg message - Сообщение об ошибке отображается при наличии ошибки SSI (Error message displayed when there is an SSI error) - SSIErrorMsg
mod_include.html#ssierrormsg
- SSIETag on|off - Управляет генерацией сервером ETag (Controls whether ETags are generated by the server.) - SSIETag
mod_include.html#ssietag
- SSILastModified on|off - Управляет генерацией сервером заголовков
Last-Modified
(Controls whether Last-Modified
headers are generated by the server.) - SSILastModified
mod_include.html#ssilastmodified
- SSILegacyExprParser on|off - Включить режим совместимости для условных выражений (Enable compatibility mode for conditional expressions.) - SSILegacyExprParser
mod_include.html#ssilegacyexprparser
- SSIStartTag tag - Строка, с которой начинается включаемый элемент (String that starts an include element) - SSIStartTag
mod_include.html#ssistarttag
- SSITimeFormat formatstring - Настраивает формат отображения строк даты (Configures the format in which date strings are displayed) - SSITimeFormat
mod_include.html#ssitimeformat
- SSIUndefinedEcho string - Строка, отображаемая при отображении неустановленной переменной (String displayed when an unset variable is echoed) - SSIUndefinedEcho
mod_include.html#ssiundefinedecho
- SSLCACertificateFile file-path - Файл объединенных сертификатов ЦС в кодировке PEM для аутентификации клиента (File of concatenated PEM-encoded CA Certificates for Client Auth) - SSLCACertificateFile
mod_ssl.html#sslcacertificatefile
- SSLCACertificatePath directory-path - Каталог сертификатов ЦС в кодировке PEM для проверки подлинности клиента (Directory of PEM-encoded CA Certificates for Client Auth) - SSLCACertificatePath
mod_ssl.html#sslcacertificatepath
- SSLCADNRequestFile file-path - Файл объединенных сертификатов ЦС в кодировке PEM для определения допустимых имен ЦС (File of concatenated PEM-encoded CA Certificates for defining acceptable CA names) - SSLCADNRequestFile
mod_ssl.html#sslcadnrequestfile
- SSLCADNRequestPath directory-path - Каталог сертификатов ЦС в кодировке PEM для определения допустимых имен ЦС (Directory of PEM-encoded CA Certificates for defining acceptable CA names) - SSLCADNRequestPath
mod_ssl.html#sslcadnrequestpath
- SSLCARevocationCheck chain|leaf|none flags - Включить проверку отзыва на основе CRL (Enable CRL-based revocation checking) - SSLCARevocationCheck
mod_ssl.html#sslcarevocationcheck
- SSLCARevocationFile file-path - Файл объединенных CRL CA в кодировке PEM для проверки подлинности клиента (File of concatenated PEM-encoded CA CRLs for Client Auth) - SSLCARevocationFile
mod_ssl.html#sslcarevocationfile
- SSLCARevocationPath directory-path - Каталог CRL CA в кодировке PEM для проверки подлинности клиента (Directory of PEM-encoded CA CRLs for Client Auth) - SSLCARevocationPath
mod_ssl.html#sslcarevocationpath
- SSLCertificateChainFile file-path - Файл сертификатов ЦС сервера в кодировке PEM (File of PEM-encoded Server CA Certificates) - SSLCertificateChainFile
mod_ssl.html#sslcertificatechainfile
- SSLCertificateFile file-path - Файл данных сертификата X.509, закодированный PEM-сервером (Server PEM-encoded X.509 certificate data file) - SSLCertificateFile
mod_ssl.html#sslcertificatefile
- SSLCertificateKeyFile file-path - Файл закрытого ключа сервера в формате PEM (Server PEM-encoded private key file) - SSLCertificateKeyFile
mod_ssl.html#sslcertificatekeyfile
- SSLCipherSuite cipher-spec - Cipher Suite доступен для согласования при рукопожатии SSL (Cipher Suite available for negotiation in SSL handshake) - SSLCipherSuite
mod_ssl.html#sslciphersuite
- SSLCompression on|off - Включить сжатие на уровне SSL (Enable compression on the SSL level) - SSLCompression
mod_ssl.html#sslcompression
- SSLCryptoDevice engine - Включить использование криптографического аппаратного ускорителя (Enable use of a cryptographic hardware accelerator) - SSLCryptoDevice
mod_ssl.html#sslcryptodevice
- SSLEngine on|off|optional - SSL Переключатель работы двигателя (SSL Engine Operation Switch) - SSLEngine
mod_ssl.html#sslengine
- SSLFIPS on|off - Переключатель режима SSL FIPS (SSL FIPS mode Switch) - SSLFIPS
mod_ssl.html#sslfips
- SSLHonorCipherOrder on|off - Возможность предпочесть порядок предпочтения шифра сервера (Option to prefer the server's cipher preference order) - SSLHonorCipherOrder
mod_ssl.html#sslhonorcipherorder
- SSLInsecureRenegotiation on|off - Возможность включить поддержку небезопасного повторного согласования (Option to enable support for insecure renegotiation) - SSLInsecureRenegotiation
mod_ssl.html#sslinsecurerenegotiation
- SSLOCSDefaultResponder - Установить URI ответчика по умолчанию для проверки OCSP (Set the default responder URI for OCSP validation) - SSLOCSDefaultResponder
mod_ssl.html#sslocspdefaultresponder
- SSLOCSPEnable on|off - Включить проверку OCSP цепочки сертификатов клиента (Enable OCSP validation of the client certificate chain) - SSLOCSPEnable
mod_ssl.html#sslocspenable
- SSLOCSPNoverify On/Off - пропустить проверку сертификатов ответчика OCSP (skip the OCSP responder certificates verification) - SSLOCSPNoverify
mod_ssl.html#sslocspnoverify
- SSLOCSPOverrideResponder on|off - Принудительно использовать URI ответчика по умолчанию для проверки OCSP (Force use of the default responder URI for OCSP validation) - SSLOCSPOverrideResponder
mod_ssl.html#sslocspoverrideresponder
- SSLOCSPProxyURL url - URL-адрес прокси-сервера для использования в запросах OCSP (Proxy URL to use for OCSP requests) - SSLOCSPProxyURL
mod_ssl.html#sslocspproxyurl
- SSLOCSPResponderCertificateFile file - Набор доверенных сертификатов ответчика OCSP в кодировке PEM (Set of trusted PEM encoded OCSP responder certificates) - SSLOCSPResponderCertificateFile
mod_ssl.html#sslocsprespondercertificatefile
- SSLOCSPResponderTimeout seconds - Тайм-аут для запросов OCSP (Timeout for OCSP queries) - SSLOCSPResponderTimeout
mod_ssl.html#sslocsprespondertimeout
- SSLOCSPResponseMaxAge seconds - Максимально допустимый возраст для ответов OCSP (Maximum allowable age for OCSP responses) - SSLOCSPResponseMaxAge
mod_ssl.html#sslocspresponsemaxage
- SSLOCSPResponseTimeSkew seconds - Максимально допустимое отклонение времени для проверки ответа OCSP (Maximum allowable time skew for OCSP response validation) - SSLOCSPResponseTimeSkew
mod_ssl.html#sslocspresponsetimeskew
- SSLOCSPUseRequestNonce on|off - Использовать одноразовый номер в запросах OCSP (Use a nonce within OCSP queries) - SSLOCSPUseRequestNonce
mod_ssl.html#sslocspuserequestnonce
- SSLOpenSSLConfCmd command-name command-value - Настройте параметры OpenSSL через SSL_CONF API (Configure OpenSSL parameters through its SSL_CONF API) - SSLOpenSSLConfCmd
mod_ssl.html#sslopensslconfcmd
- SSLOptions [+|-]option ... - Настроить различные параметры времени выполнения механизма SSL (Configure various SSL engine run-time options) - SSLOptions
mod_ssl.html#ssloptions
- SSLPassPhraseDialog type - Диалог типа парольной фразы для зашифрованных закрытых ключей (Type of pass phrase dialog for encrypted private keys) - SSLPassPhraseDialog
mod_ssl.html#sslpassphrasedialog
- SSLProtocol [+|-]protocol ... - Настроить используемые версии протокола SSL/TLS (Configure usable SSL/TLS protocol versions) - SSLProtocol
mod_ssl.html#sslprotocol
- SSLProxyCACertificateFile file-path - Файл объединенных сертификатов ЦС в кодировке PEM для проверки подлинности удаленного сервера (File of concatenated PEM-encoded CA Certificates for Remote Server Auth) - SSLProxyCACertificateFile
mod_ssl.html#sslproxycacertificatefile
- SSLProxyCACertificatePath directory-path - Каталог сертификатов ЦС в кодировке PEM для проверки подлинности удаленного сервера (Directory of PEM-encoded CA Certificates for Remote Server Auth) - SSLProxyCACertificatePath
mod_ssl.html#sslproxycacertificatepath
- SSLProxyCARevocationCheck chain|leaf|none - Включить проверку отзыва на основе CRL для проверки подлинности удаленного сервера (Enable CRL-based revocation checking for Remote Server Auth) - SSLProxyCARevocationCheck
mod_ssl.html#sslproxycarevocationcheck
- SSLProxyCARevocationFile file-path - Файл объединенных CRL CA в кодировке PEM для проверки подлинности удаленного сервера (File of concatenated PEM-encoded CA CRLs for Remote Server Auth) - SSLProxyCARevocationFile
mod_ssl.html#sslproxycarevocationfile
- SSLProxyCARevocationPath directory-path - Каталог CRL CA в кодировке PEM для проверки подлинности удаленного сервера (Directory of PEM-encoded CA CRLs for Remote Server Auth) - SSLProxyCARevocationPath
mod_ssl.html#sslproxycarevocationpath
- SSLProxyCheckPeerCN on|off - Необходимо ли проверять поле CN сертификата удаленного сервера (Whether to check the remote server certificate's CN field) - SSLProxyCheckPeerCN
mod_ssl.html#sslproxycheckpeercn
- SSLProxyCheckPeerExpire on|off - Проверять, не истек ли срок действия сертификата удаленного сервера (Whether to check if remote server certificate is expired) - SSLProxyCheckPeerExpire
mod_ssl.html#sslproxycheckpeerexpire
- SSLProxyCheckPeerName on|off - Настроить проверку имени хоста для сертификатов удаленного сервера (Configure host name checking for remote server certificates) - SSLProxyCheckPeerName
mod_ssl.html#sslproxycheckpeername
- SSLProxyCipherSuite cipher-spec - Cipher Suite доступен для согласования при рукопожатии SSL-прокси (Cipher Suite available for negotiation in SSL proxy handshake) - SSLProxyCipherSuite
mod_ssl.html#sslproxyciphersuite
- SSLProxyEngine on|off - SSL Переключатель работы прокси-сервера (SSL Proxy Engine Operation Switch) - SSLProxyEngine
mod_ssl.html#sslproxyengine
- SSLProxyMachineCertificateChainFile filename - Файл объединенных сертификатов ЦС в кодировке PEM, которые будут использоваться прокси для выбора сертификата (File of concatenated PEM-encoded CA certificates to be used by the proxy for choosing a certificate) - SSLProxyMachineCertificateChainFile
mod_ssl.html#sslproxymachinecertificatechainfile
- SSLProxyMachineCertificateFile filename - Файл объединенных клиентских сертификатов и ключей в кодировке PEM, которые будут использоваться прокси-сервером (File of concatenated PEM-encoded client certificates and keys to be used by the proxy) - SSLProxyMachineCertificateFile
mod_ssl.html#sslproxymachinecertificatefile
- SSLProxyMachineCertificatePath directory - Каталог клиентских сертификатов и ключей в кодировке PEM, которые будут использоваться прокси-сервером (Directory of PEM-encoded client certificates and keys to be used by the proxy) - SSLProxyMachineCertificatePath
mod_ssl.html#sslproxymachinecertificatepath
- SSLProxyProtocol [+|-]protocol ... - Настроить используемые варианты протокола SSL для использования прокси (Configure usable SSL protocol flavors for proxy usage) - SSLProxyProtocol
mod_ssl.html#sslproxyprotocol
- SSLProxyVerify level - Тип удаленного сервера Проверка сертификата (Type of remote server Certificate verification) - SSLProxyVerify
mod_ssl.html#sslproxyverify
- SSLProxyVerifyDepth number - Максимальная глубина сертификатов ЦС при проверке сертификата удаленного сервера (Maximum depth of CA Certificates in Remote Server Certificate verification) - SSLProxyVerifyDepth
mod_ssl.html#sslproxyverifydepth
- SSLRandomSeed context source [bytes] - Источник заполнения генератора псевдослучайных чисел (PRNG) (Pseudo Random Number Generator (PRNG) seeding source) - SSLRandomSeed
mod_ssl.html#sslrandomseed
- SSLRenegBufferSize bytes - Установите размер буфера повторного согласования SSL (Set the size for the SSL renegotiation buffer) - SSLRenegBufferSize
mod_ssl.html#sslrenegbuffersize
- SSLRequire expression - Разрешить доступ только тогда, когда произвольно сложное логическое выражение истинно (Allow access only when an arbitrarily complex boolean expression is true) - SSLRequire
mod_ssl.html#sslrequire
- SSLRequireSSL - Запретить доступ, если SSL не используется для HTTP-запроса (Deny access when SSL is not used for the HTTP request) - SSLRequireSSL
mod_ssl.html#sslrequiressl
- SSLSessionCache type - Тип глобального/межпроцессного кэша сеансов SSL (Type of the global/inter-process SSL Session Cache) - SSLSessionCache
mod_ssl.html#sslsessioncache
- SSLSessionCacheTimeout seconds - Количество секунд до истечения срока действия сеанса SSL в кэше сеансов (Number of seconds before an SSL session expires in the Session Cache) - SSLSessionCacheTimeout
mod_ssl.html#sslsessioncachetimeout
- SSLSessionTicketKeyFile file-path - Постоянный ключ шифрования/дешифрования для билетов сеанса TLS (Persistent encryption/decryption key for TLS session tickets) - SSLSessionTicketKeyFile
mod_ssl.html#sslsessionticketkeyfile
- SSLSessionTickets on|off - Включить или отключить использование билетов сеанса TLS (Enable or disable use of TLS session tickets) - SSLSessionTickets
mod_ssl.html#sslsessiontickets
- SSLSRPUnknownUserSeed secret-string - SRP неизвестное начальное число пользователя (SRP unknown user seed) - SSLSRPUnknownUserSeed
mod_ssl.html#sslsrpunknownuserseed
- SSLSRPVerifierFile file-path - Путь к файлу проверки SRP (Path to SRP verifier file) - SSLSRPVerifierFile
mod_ssl.html#sslsrpverifierfile
- SSLStaplingCache type - Настраивает кэш сшивания OCSP (Configures the OCSP stapling cache) - SSLStaplingCache
mod_ssl.html#sslstaplingcache
- SSLStaplingErrorCacheTimeout seconds - Количество секунд до истечения срока действия недопустимых ответов в кэше сшивания OCSP (Number of seconds before expiring invalid responses in the OCSP stapling cache) - SSLStaplingErrorCacheTimeout
mod_ssl.html#sslstaplingerrorcachetimeout
- SSLStaplingFakeTryLater on|off - Синтезировать ответы «tryLater» для неудачных запросов сшивания OCSP (Synthesize "tryLater" responses for failed OCSP stapling queries) - SSLStaplingFakeTryLater
mod_ssl.html#sslstaplingfaketrylater
- SSLStaplingForceURL uri - Переопределить URI ответчика OCSP, указанный в расширении AIA сертификата (Override the OCSP responder URI specified in the certificate's AIA extension) - SSLStaplingForceURL
mod_ssl.html#sslstaplingforceurl
- SSLStaplingResponderTimeout seconds - Тайм-аут для запросов сшивания OCSP (Timeout for OCSP stapling queries) - SSLStaplingResponderTimeout
mod_ssl.html#sslstaplingrespondertimeout
- SSLStaplingResponseMaxAge seconds - Максимально допустимый возраст для сшивания ответов OCSP (Maximum allowable age for OCSP stapling responses) - SSLStaplingResponseMaxAge
mod_ssl.html#sslstaplingresponsemaxage
- SSLStaplingResponseTimeSkew seconds - Максимально допустимое отклонение времени для проверки ответа на сшивание OCSP (Maximum allowable time skew for OCSP stapling response validation) - SSLStaplingResponseTimeSkew
mod_ssl.html#sslstaplingresponsetimeskew
- SSLStaplingReturnResponderErrors on|off - Передать связанные сшиванием ошибки OCSP на клиент (Pass stapling related OCSP errors on to client) - SSLStaplingReturnResponderErrors
mod_ssl.html#sslstaplingreturnrespondererrors
- SSLStaplingStandardCacheTimeout seconds - Количество секунд до истечения срока действия ответов в кэше сшивания OCSP (Number of seconds before expiring responses in the OCSP stapling cache) - SSLStaplingStandardCacheTimeout
mod_ssl.html#sslstaplingstandardcachetimeout
- SSLStrictSNIVHostCheck on|off - Разрешить ли клиентам без SNI доступ к виртуальному хосту на основе имени (Whether to allow non-SNI clients to access a name-based virtual host.) - SSLStrictSNIVHostCheck
mod_ssl.html#sslstrictsnivhostcheck
- SSLUserName varname - Имя переменной для определения имени пользователя (Variable name to determine user name) - SSLUserName
mod_ssl.html#sslusername
- SSLUseStapling on|off - Включить сшивание ответов OCSP в рукопожатии TLS (Enable stapling of OCSP responses in the TLS handshake) - SSLUseStapling
mod_ssl.html#sslusestapling
- SSLVerifyClient level - Тип проверки сертификата клиента (Type of Client Certificate verification) - SSLVerifyClient
mod_ssl.html#sslverifyclient
- SSLVerifyDepth number - Максимальная глубина сертификатов ЦС при проверке сертификата клиента (Maximum depth of CA Certificates in Client Certificate verification) - SSLVerifyDepth
mod_ssl.html#sslverifydepth
- StartServers number - Количество дочерних серверных процессов, созданных при запуске (Number of child server processes created at startup) - StartServers
mpm_common.html#startservers
- StartThreads number - Количество потоков, созданных при запуске (Number of threads created on startup) - StartThreads
mpm_common.html#startthreads
- Substitute s/pattern/substitution/[infq] - Шаблон для фильтрации содержимого ответа (Pattern to filter the response content) - Substitute
mod_substitute.html#substitute
- SubstituteInheritBefore on|off - Изменить порядок слияния унаследованных шаблонов (Change the merge order of inherited patterns) - SubstituteInheritBefore
mod_substitute.html#substituteinheritbefore
- SubstituteMaxLineLength bytes(b|B|k|K|m|M|g|G) - Установить максимальный размер строки (Set the maximum line size) - SubstituteMaxLineLength
mod_substitute.html#substitutemaxlinelength
- Suexec On|Off - Включить или отключить функцию suEXEC (Enable or disable the suEXEC feature) - Suexec
mod_unixd.html#suexec
- SuexecUserGroup User Group - Пользователь и группа для запуска программ CGI (User and group for CGI programs to run as) - SuexecUserGroup
mod_suexec.html#suexecusergroup