core.html#limitexcept
LimitRequestBody bytes - Ограничивает общий размер тела HTTP-запроса, отправляемого клиентом (Restricts the total size of the HTTP request body sent from the client) - LimitRequestBody
core.html#limitrequestbody
LimitXMLRequestBody bytes - Ограничивает размер тела запроса на основе XML (Limits the size of an XML-based request body) - LimitXMLRequestBody
core.html#limitxmlrequestbody
LogIOTrackTTFB ON|OFF - Включить отслеживание времени до первого байта (TTFB) (Enable tracking of time to first byte (TTFB)) - LogIOTrackTTFB
mod_logio.html#logiotrackttfb
LuaCodeCache stat|forever|never - Настройте кеш скомпилированного кода (Configure the compiled code cache.) - LuaCodeCache
mod_lua.html#luacodecache
LuaHookAccessChecker /path/to/lua/script.lua hook_function_name [early|late] - Предоставить хук для фазы обработки запроса access_checker (Provide a hook for the access_checker phase of request processing) - LuaHookAccessChecker
mod_lua.html#luahookaccesschecker
LuaHookAuthChecker /path/to/lua/script.lua hook_function_name [early|late] - Предоставить хук для фазы auth_checker обработки запроса (Provide a hook for the auth_checker phase of request processing) - LuaHookAuthChecker
mod_lua.html#luahookauthchecker
LuaHookCheckUserID /path/to/lua/script.lua hook_function_name [early|late] - Предоставить хук для фазы обработки запроса check_user_id (Provide a hook for the check_user_id phase of request processing) - LuaHookCheckUserID
mod_lua.html#luahookcheckuserid
LuaHookFixups /path/to/lua/script.lua hook_function_name - Предоставить хук для этапа исправления обработки запроса (Provide a hook for the fixups phase of a request processing) - LuaHookFixups
mod_lua.html#luahookfixups
LuaHookInsertFilter /path/to/lua/script.lua hook_function_name - Предоставить хук для фазы insert_filter обработки запроса (Provide a hook for the insert_filter phase of request processing) - LuaHookInsertFilter
mod_lua.html#luahookinsertfilter
LuaHookLog /path/to/lua/script.lua log_function_name - Предоставить ловушку для фазы журнала доступа обработки запроса (Provide a hook for the access log phase of a request processing) - LuaHookLog
mod_lua.html#luahooklog
LuaHookMapToStorage /path/to/lua/script.lua hook_function_name - Предоставить хук для этапа map_to_storage обработки запроса (Provide a hook for the map_to_storage phase of request processing) - LuaHookMapToStorage
mod_lua.html#luahookmaptostorage
LuaHookTypeChecker /path/to/lua/script.lua hook_function_name - Предоставить хук для фазы type_checker обработки запроса (Provide a hook for the type_checker phase of request processing) - LuaHookTypeChecker
mod_lua.html#luahooktypechecker
LuaInherit none|parent-first|parent-last - Управляет тем, как родительские разделы конфигурации объединяются в дочерние (Controls how parent configuration sections are merged into children) - LuaInherit
mod_lua.html#luainherit
LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name] - Сопоставьте путь к обработчику lua (Map a path to a lua handler) - LuaMapHandler
mod_lua.html#luamaphandler
LuaPackageCPath /path/to/include/?.soa - Добавить каталог в package.cpath lua (Add a directory to lua's package.cpath) - LuaPackageCPath
mod_lua.html#luapackagecpath
LuaPackagePath /path/to/include/?.lua - Добавить каталог в package.path lua (Add a directory to lua's package.path) - LuaPackagePath
mod_lua.html#luapackagepath
LuaRoot /path/to/a/directory - Укажите базовый путь для разрешения относительных путей для директив mod_lua (Specify the base path for resolving relative paths for mod_lua directives) - LuaRoot
mod_lua.html#luaroot
LuaScope once|request|conn|thread|server [min] [max] - Один раз, запрос, подключение, поток -- по умолчанию один раз (One of once, request, conn, thread -- default is once) - LuaScope
mod_lua.html#luascope
MetaDir directory - Имя каталога для поиска файлов метаинформации в стиле CERN (Name of the directory to find CERN-style meta information files) - MetaDir
mod_cern_meta.html#metadir
MetaFiles on|off - Активирует обработку метафайлов CERN (Activates CERN meta-file processing) - MetaFiles
mod_cern_meta.html#metafiles
MetaSuffix suffix - Суффикс имени файла для файла, содержащего метаинформацию в стиле CERN (File name suffix for the file containing CERN-style meta information) - MetaSuffix
mod_cern_meta.html#metasuffix
MultiviewsMatch Any|NegotiatedOnly|Filters|Handlers [Handlers|Filters] - Типы файлов, которые будут включены при поиске соответствующего файла с помощью MultiViews (The types of files that will be included when searching for a matching file with MultiViews) - MultiviewsMatch
mod_mime.html#multiviewsmatch
Options [+|-]option [[+|-]option] ... - Настраивает, какие функции доступны в определенном каталоге (Configures what features are available in a particular directory) - Options
core.html#options
Order ordering - Управляет состоянием доступа по умолчанию и порядком, в котором оцениваются Разрешить
и Запретить
(Controls the default access state and the order in which Allow
and Deny
are evaluated.) - Order
mod_access_compat.html#order
OutputSed sed-command - Команда Sed для фильтрации содержимого ответа (Sed command for filtering response content) - OutputSed
mod_sed.html#outputsed
PassEnv env-variable [env-variable] ... - Передает переменные окружения из оболочки (Passes environment variables from the shell) - PassEnv
mod_env.html#passenv
ProxyFCGIBackendType FPM|GENERIC - Укажите тип серверного приложения FastCGI (Specify the type of backend FastCGI application) - ProxyFCGIBackendType
mod_proxy_fcgi.html#proxyfcgibackendtype
ProxyFCGISetEnvIf conditional-expression [!]environment-variable-name [value-expression] - Разрешить исправление переменных, отправленных на серверы FastCGI (Allow variables sent to FastCGI servers to be fixed up) - ProxyFCGISetEnvIf
mod_proxy_fcgi.html#proxyfcgisetenvif
ReadmeName filename - Имя файла, которое будет вставлено в конец листинга индекса (Name of the file that will be inserted at the end of the index listing) - ReadmeName
mod_autoindex.html#readmename
Redirect [status] [URL-path] URL - Отправляет внешнее перенаправление с просьбой к клиенту получить другой URL (Sends an external redirect asking the client to fetch a different URL) - Redirect
mod_alias.html#redirect
RedirectMatch [status] regex URL - Отправляет внешнее перенаправление на основе совпадения регулярного выражения с текущим URL (Sends an external redirect based on a regular expression match of the current URL) - RedirectMatch
mod_alias.html#redirectmatch
RedirectPermanent URL-path URL - Отправляет внешнее постоянное перенаправление с просьбой к клиенту получить другой URL (Sends an external permanent redirect asking the client to fetch a different URL) - RedirectPermanent
mod_alias.html#redirectpermanent
RedirectTemp URL-path URL - Отправляет внешнее временное перенаправление с просьбой к клиенту получить другой URL (Sends an external temporary redirect asking the client to fetch a different URL) - RedirectTemp
mod_alias.html#redirecttemp
ReflectorHeader inputheader [outputheader] - Отразить заголовок ввода в заголовки вывода (Reflect an input header to the output headers) - ReflectorHeader
mod_reflector.html#reflectorheader
RemoveCharset extension [extension] ... - Удаляет любые ассоциации набора символов для набора расширений файлов (Removes any character set associations for a set of file extensions) - RemoveCharset
mod_mime.html#removecharset
RemoveEncoding extension [extension] ... - Удаляет любые ассоциации кодирования контента для набора расширений файлов (Removes any content encoding associations for a set of file extensions) - RemoveEncoding
mod_mime.html#removeencoding
RemoveHandler extension [extension] ... - Удаляет любые ассоциации обработчиков для набора расширений файлов (Removes any handler associations for a set of file extensions) - RemoveHandler
mod_mime.html#removehandler
RemoveInputFilter extension [extension] ... - Удаляет любые ассоциации входных фильтров для набора расширений файлов (Removes any input filter associations for a set of file extensions) - RemoveInputFilter
mod_mime.html#removeinputfilter
RemoveLanguage extension [extension] ... - Удаляет любые языковые ассоциации для набора расширений файлов (Removes any language associations for a set of file extensions) - RemoveLanguage
mod_mime.html#removelanguage
RemoveOutputFilter extension [extension] ... - Удаляет все ассоциации выходного фильтра для набора расширений файлов (Removes any output filter associations for a set of file extensions) - RemoveOutputFilter
mod_mime.html#removeoutputfilter
RemoveType extension [extension] ... - Удаляет любые ассоциации типов контента для набора расширений файлов (Removes any content type associations for a set of file extensions) - RemoveType
mod_mime.html#removetype
RequestHeader add|append|edit|edit*|merge|set|setifempty|unset header [[expr=]value [replacement] [early|env=[!]varname|expr=expression]] - Настроить заголовки HTTP-запроса (Configure HTTP request headers) - RequestHeader
mod_headers.html#requestheader
Require [not] entity-name [entity-name] ... - Проверяет, авторизован ли аутентифицированный пользователь поставщиком авторизации (Tests whether an authenticated user is authorized by an authorization provider.) - Require
mod_authz_core.html#require
<RequireAll> ... </RequireAll> - Заключите группу директив авторизации, ни одна из которых не должна дать сбой, и по крайней мере одна из них должна быть успешной, чтобы закрывающая директива сработала (Enclose a group of authorization directives of which none must fail and at least one must succeed for the enclosing directive to succeed.) - <RequireAll>
mod_authz_core.html#requireall
<RequireAny> ... </RequireAny> - Enclose группа директив авторизации, одна из которых должна быть успешной, чтобы закрывающая директива была успешной (Enclose a group of authorization directives of which one must succeed for the enclosing directive to succeed.) - <RequireAny>
mod_authz_core.html#requireany
<RequireNone> ... </RequireNone> - Заключите группу директив авторизации, ни одна из которых не должна быть успешной, чтобы закрывающая директива не потерпела неудачу (Enclose a group of authorization directives of which none must succeed for the enclosing directive to not fail.) - <RequireNone>
mod_authz_core.html#requirenone
RewriteBase URL-path - Устанавливает базовый URL для перезаписи каталогов (Sets the base URL for per-directory rewrites) - RewriteBase
mod_rewrite.html#rewritebase
RewriteCond TestString CondPattern [flags] - Определяет условие, при котором будет происходить перезапись (Defines a condition under which rewriting will take place) - RewriteCond
mod_rewrite.html#rewritecond
RewriteEngine on|off - Включает или отключает механизм перезаписи во время выполнения (Enables or disables runtime rewriting engine) - RewriteEngine
mod_rewrite.html#rewriteengine
RewriteOptions Options - Устанавливает некоторые специальные параметры для механизма перезаписи (Sets some special options for the rewrite engine) - RewriteOptions
mod_rewrite.html#rewriteoptions
RewriteRule Pattern Substitution [flags] - Определяет правила для механизма перезаписи (Defines rules for the rewriting engine) - RewriteRule
mod_rewrite.html#rewriterule
RLimitCPU seconds|max [seconds|max] - Ограничивает потребление ЦП процессами, запущенными дочерними элементами Apache httpd (Limits the CPU consumption of processes launched by Apache httpd children) - RLimitCPU
core.html#rlimitcpu
RLimitMEM bytes|max [bytes|max] - Ограничивает потребление памяти процессами, запущенными дочерними элементами Apache httpd (Limits the memory consumption of processes launched by Apache httpd children) - RLimitMEM
core.html#rlimitmem
RLimitNPROC number|max [number|max] - Ограничивает количество процессов, которые могут быть запущены процессами, запущенными потомками Apache httpd (Limits the number of processes that can be launched by processes launched by Apache httpd children) - RLimitNPROC
core.html#rlimitnproc
Satisfy Any|All - Взаимодействие между контролем доступа на уровне хоста и аутентификацией пользователя (Interaction between host-level access control and user authentication) - Satisfy
mod_access_compat.html#satisfy
ScriptInterpreterSource Registry|Registry-Strict|Script - Техника поиска интерпретатора CGI-скриптов (Technique for locating the interpreter for CGI scripts) - ScriptInterpreterSource
core.html#scriptinterpretersource
ServerSignature On|Off|EMail - Настраивает нижний колонтитул в документах, созданных сервером (Configures the footer on server-generated documents) - ServerSignature
core.html#serversignature
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
SessionCryptoPassphrase secret [ secret ... ] - Ключ, используемый для шифрования сеанса (The key used to encrypt the session) - SessionCryptoPassphrase
mod_session_crypto.html#sessioncryptopassphrase
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
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
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
SSLCipherSuite cipher-spec - Cipher Suite доступен для согласования при рукопожатии SSL (Cipher Suite available for negotiation in SSL handshake) - SSLCipherSuite
mod_ssl.html#sslciphersuite
SSLOptions [+|-]option ... - Настроить различные параметры времени выполнения механизма SSL (Configure various SSL engine run-time options) - SSLOptions
mod_ssl.html#ssloptions
SSLProxyCipherSuite cipher-spec - Cipher Suite доступен для согласования при рукопожатии SSL-прокси (Cipher Suite available for negotiation in SSL proxy handshake) - SSLProxyCipherSuite
mod_ssl.html#sslproxyciphersuite
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
SSLUserName varname - Имя переменной для определения имени пользователя (Variable name to determine user name) - SSLUserName
mod_ssl.html#sslusername
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
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
UnsetEnv env-variable [env-variable] ... - Удаляет переменные из окружения (Removes variables from the environment) - UnsetEnv
mod_env.html#unsetenv
XBitHack on|off|full - Разбирать директивы SSI в файлах с установленным битом выполнения (Parse SSI directives in files with the execute bit set) - XBitHack
mod_include.html#xbithack
xml2EncDefault name - Задает кодировку по умолчанию, которая принимается, когда абсолютно никакая информация не может бытьавтоматически обнаружена (Sets a default encoding to assume when absolutely no information can be automatically detected) - xml2EncDefault
mod_xml2enc.html#xml2encdefault
xml2StartParse element [element ...] - Посоветуйте синтаксическому анализатору пропустить ведущий мусор (Advise the parser to skip leading junk.) - xml2StartParse
mod_xml2enc.html#xml2startparse