Apache. Указатель директив


  Алфавит     Статус     Контекст  
Вся документация

Контекст:   ServerConfig     VirtualHost     Directory     .htaccess  


Контекст: .htaccess

Всего: 269

  1. AcceptPathInfo On|Off|Default - Resources принимают конечную информацию о пути (Resources accept trailing pathname information) - AcceptPathInfo

    core.html#acceptpathinfo

  2. Action action-type cgi-script [virtual] - Активирует скрипт CGI для определенного обработчика или типа контента (Activates a CGI script for a particular handler or content-type) - Action

    mod_actions.html#action

  3. AddAlt string file [file] ... - Альтернативный текст для отображения файла вместо значка, выбранного по имени файла (Alternate text to display for a file, instead of an icon selected by filename) - AddAlt

    mod_autoindex.html#addalt

  4. AddAltByEncoding string MIME-encoding [MIME-encoding] ... - Альтернативный текст для отображения файла вместо значка, выбранного кодировкой MIME (Alternate text to display for a file instead of an icon selected by MIME-encoding) - AddAltByEncoding

    mod_autoindex.html#addaltbyencoding

  5. AddAltByType string MIME-type [MIME-type] ... - Альтернативный текст для отображения файла вместо значка, выбранного типом содержимого MIME (Alternate text to display for a file, instead of an icon selected by MIME content-type) - AddAltByType

    mod_autoindex.html#addaltbytype

  6. AddCharset charset extension [extension] ... - Сопоставляет заданные расширения имени файла с указанной кодировкой содержимого (Maps the given filename extensions to the specified content charset) - AddCharset

    mod_mime.html#addcharset

  7. AddDefaultCharset On|Off|charset - Параметр набора символов по умолчанию должен быть добавлен, когда тип содержимого ответа text/plain или text/html (Default charset parameter to be added when a response content-type is text/plain or text/html) - AddDefaultCharset

    core.html#adddefaultcharset

  8. AddDescription string file [file] ... - Описание для отображения файла (Description to display for a file) - AddDescription

    mod_autoindex.html#adddescription

  9. AddEncoding encoding extension [extension] ... - Сопоставляет указанные расширения файлов с указанным типом кодировки (Maps the given filename extensions to the specified encoding type) - AddEncoding

    mod_mime.html#addencoding

  10. AddHandler handler-name extension [extension] ... - Сопоставляет расширения имени файла с указанным обработчиком (Maps the filename extensions to the specified handler) - AddHandler

    mod_mime.html#addhandler

  11. AddIcon icon name [name] ... - Значок для отображения файла, выбранного по имени (Icon to display for a file selected by name) - AddIcon

    mod_autoindex.html#addicon

  12. AddIconByEncoding icon MIME-encoding [MIME-encoding] ... - Значок для отображения рядом с файлами, выбранными кодировкой содержимого MIME (Icon to display next to files selected by MIME content-encoding) - AddIconByEncoding

    mod_autoindex.html#addiconbyencoding

  13. AddIconByType icon MIME-type [MIME-type] ... - Значок для отображения рядом с файлами, выбранными по типу содержимого MIME (Icon to display next to files selected by MIME content-type) - AddIconByType

    mod_autoindex.html#addiconbytype

  14. AddInputFilter filter[;filter...] extension [extension] ... - Сопоставляет расширения файлов с фильтрами, которые будут обрабатывать запросы клиентов (Maps filename extensions to the filters that will process client requests) - AddInputFilter

    mod_mime.html#addinputfilter

  15. AddLanguage language-tag extension [extension] ... - Сопоставляет данное расширение имени файла с указанным языком содержимого (Maps the given filename extension to the specified content language) - AddLanguage

    mod_mime.html#addlanguage

  16. AddOutputFilter filter[;filter...] extension [extension] ... - Сопоставляет расширения файлов с фильтрами, которые будут обрабатывать ответы с сервера (Maps filename extensions to the filters that will process responses from the server) - AddOutputFilter

    mod_mime.html#addoutputfilter

  17. AddOutputFilterByType filter[;filter...] media-type [media-type] ... - назначает выходной фильтр для определенного типа медиа (assigns an output filter to a particular media-type) - AddOutputFilterByType

    mod_filter.html#addoutputfilterbytype

  18. AddType media-type extension [extension] ... - Сопоставляет заданные расширения имени файла с указанным типом контента (Maps the given filename extensions onto the specified content type) - AddType

    mod_mime.html#addtype

  19. Allow from all|host|env=[!]env-variable [host|env=[!]env-variable] ... - Контролирует, какие хосты могут получить доступ к области сервера (Controls which hosts can access an area of the server) - Allow

    mod_access_compat.html#allow

  20. Anonymous user [user] ... - Указывает идентификаторы пользователей, которым разрешен доступ без проверки пароля (Specifies userIDs that are allowed access without password verification) - Anonymous

    mod_authn_anon.html#anonymous

  21. Anonymous_LogEmail On|Off - Указывает, будет ли введенный пароль регистрироваться в журнале ошибок (Sets whether the password entered will be logged in the error log) - Anonymous_LogEmail

    mod_authn_anon.html#anonymous_logemail

  22. Anonymous_MustGiveEmail On|Off - Указывает, разрешены ли пустые пароли (Specifies whether blank passwords are allowed) - Anonymous_MustGiveEmail

    mod_authn_anon.html#anonymous_mustgiveemail

  23. Anonymous_NoUserID On|Off - Устанавливает, может ли поле userID быть пустым (Sets whether the userID field may be empty) - Anonymous_NoUserID

    mod_authn_anon.html#anonymous_nouserid

  24. Anonymous_VerifyEmail On|Off - Устанавливает, следует ли проверять поле пароля на правильно отформатированный адрес электронной почты (Sets whether to check the password field for a correctly formatted email address) - Anonymous_VerifyEmail

    mod_authn_anon.html#anonymous_verifyemail

  25. AuthBasicAuthoritative On|Off - Устанавливает, передаются ли авторизация и аутентификация модулям более низкого уровня (Sets whether authorization and authentication are passed to lower level modules) - AuthBasicAuthoritative

    mod_auth_basic.html#authbasicauthoritative

  26. AuthBasicFake off|username [password] - Фальшивая базовая аутентификация с использованием заданных выражений для имени пользователя и пароля (Fake basic authentication using the given expressions for username and password) - AuthBasicFake

    mod_auth_basic.html#authbasicfake

  27. AuthBasicProvider provider-name [provider-name] ... - Устанавливает поставщика(ов) аутентификации для этого местоположения (Sets the authentication provider(s) for this location) - AuthBasicProvider

    mod_auth_basic.html#authbasicprovider

  28. AuthBasicUseDigestAlgorithm MD5|Off - Проверяйте пароли от провайдеров аутентификации, как если бы вместо обычной аутентификации применялась дайджест-аутентификация (Check passwords against the authentication providers as if Digest Authentication was in force instead of Basic Authentication.) - AuthBasicUseDigestAlgorithm

    mod_auth_basic.html#authbasicusedigestalgorithm

  29. AuthDBMGroupFile file-path - Задает имя файла базы данных, содержащего список групп пользователей для авторизации (Sets the name of the database file containing the list of user groups for authorization) - AuthDBMGroupFile

    mod_authz_dbm.html#authdbmgroupfile

  30. AuthDBMType default|SDBM|GDBM|NDBM|DB - Устанавливает тип файла базы данных, который используется для хранения паролей (Sets the type of database file that is used to store passwords) - AuthDBMType

    mod_authn_dbm.html#authdbmtype

  31. AuthDBMUserFile file-path - Задает имя файла базы данных, содержащего список пользователей и пароли для аутентификации (Sets the name of a database file containing the list of users and passwords for authentication) - AuthDBMUserFile

    mod_authn_dbm.html#authdbmuserfile

  32. AuthDigestAlgorithm MD5|MD5-sess - Выбирает алгоритм, используемый для вычисления хэшей запроса и ответа при дайджест-аутентификации (Selects the algorithm used to calculate the challenge and response hashes in digest authentication) - AuthDigestAlgorithm

    mod_auth_digest.html#authdigestalgorithm

  33. AuthDigestDomain URI [URI] ... - URI, которые находятся в одном пространстве защиты для дайджест-аутентификации (URIs that are in the same protection space for digest authentication) - AuthDigestDomain

    mod_auth_digest.html#authdigestdomain

  34. AuthDigestNonceLifetime seconds - Как долго серверный одноразовый номер действителен (How long the server nonce is valid) - AuthDigestNonceLifetime

    mod_auth_digest.html#authdigestnoncelifetime

  35. AuthDigestProvider provider-name [provider-name] ... - Устанавливает поставщика(ов) аутентификации для этого местоположения (Sets the authentication provider(s) for this location) - AuthDigestProvider

    mod_auth_digest.html#authdigestprovider

  36. AuthDigestQop none|auth|auth-int [auth|auth-int] - Определяет качество защиты для использования в дайджест-аутентификации (Determines the quality-of-protection to use in digest authentication) - AuthDigestQop

    mod_auth_digest.html#authdigestqop

  37. AuthFormAuthoritative On|Off - Устанавливает, передаются ли авторизация и аутентификация модулям более низкого уровня (Sets whether authorization and authentication are passed to lower level modules) - AuthFormAuthoritative

    mod_auth_form.html#authformauthoritative

  38. AuthFormProvider provider-name [provider-name] ... - Устанавливает поставщика(ов) аутентификации для этого местоположения (Sets the authentication provider(s) for this location) - AuthFormProvider

    mod_auth_form.html#authformprovider

  39. AuthGroupFile file-path - Задает имя текстового файла со списком групп пользователей для авторизации (Sets the name of a text file containing the list of user groups for authorization) - AuthGroupFile

    mod_authz_groupfile.html#authgroupfile

  40. AuthLDAPAuthorizePrefix prefix - Указывает префикс для переменных окружения, устанавливаемых при авторизации (Specifies the prefix for environment variables set during authorization) - AuthLDAPAuthorizePrefix

    mod_authnz_ldap.html#authldapauthorizeprefix

  41. AuthLDAPBindAuthoritative off|on - Определяет, используются ли другие поставщики аутентификации, когда пользователь может быть сопоставлен с DN, но сервер не может успешно выполнить привязку с учетными данными пользователя (Determines if other authentication providers are used when a user can be mapped to a DN but the server cannot successfully bind with the user's credentials.) - AuthLDAPBindAuthoritative

    mod_authnz_ldap.html#authldapbindauthoritative

  42. AuthLDAPBindDN distinguished-name - Необязательный DN для использования при привязке к серверу LDAP (Optional DN to use in binding to the LDAP server) - AuthLDAPBindDN

    mod_authnz_ldap.html#authldapbinddn

  43. AuthLDAPBindPassword password - Пароль, используемый вместе с DN привязки (Password used in conjunction with the bind DN) - AuthLDAPBindPassword

    mod_authnz_ldap.html#authldapbindpassword

  44. AuthLDAPCompareAsUser on|off - Используйте учетные данные аутентифицированного пользователя для выполнения сравнений авторизации (Use the authenticated user's credentials to perform authorization comparisons) - AuthLDAPCompareAsUser

    mod_authnz_ldap.html#authldapcompareasuser

  45. AuthLDAPCompareDNOnServer on|off - Используйте сервер LDAP для сравнения DN (Use the LDAP server to compare the DNs) - AuthLDAPCompareDNOnServer

    mod_authnz_ldap.html#authldapcomparednonserver

  46. AuthLDAPDereferenceAliases never|searching|finding|always - Когда модуль будет разыменовывать псевдонимы (When will the module de-reference aliases) - AuthLDAPDereferenceAliases

    mod_authnz_ldap.html#authldapdereferencealiases

  47. AuthLDAPGroupAttribute attribute - Атрибуты LDAP, используемые для идентификации пользователей-членов групп (LDAP attributes used to identify the user members of groups.) - AuthLDAPGroupAttribute

    mod_authnz_ldap.html#authldapgroupattribute

  48. AuthLDAPGroupAttributeIsDN on|off - Использовать DN имени пользователя клиента при проверке членства в группе (Use the DN of the client username when checking for group membership) - AuthLDAPGroupAttributeIsDN

    mod_authnz_ldap.html#authldapgroupattributeisdn

  49. AuthLDAPInitialBindAsUser off|on - Определяет, выполняет ли сервер первоначальный поиск DN, используя собственное имя пользователя пользователей базовой аутентификации, а не анонимно или с жестко запрограммированными учетными данными для сервера (Determines if the server does the initial DN lookup using the basic authentication users' own username, instead of anonymously or with hard-coded credentials for the server) - AuthLDAPInitialBindAsUser

    mod_authnz_ldap.html#authldapinitialbindasuser

  50. AuthLDAPInitialBindPattern regex substitution - Указывает преобразование имени пользователя для базовой аутентификации, которое будет использоваться при привязке к серверу LDAP для выполнения поиска DN (Specifies the transformation of the basic authentication username to be used when binding to the LDAP server to perform a DN lookup) - AuthLDAPInitialBindPattern

    mod_authnz_ldap.html#authldapinitialbindpattern

  51. AuthLDAPMaxSubGroupDepth Number - Указывает максимальную глубину вложенности подгрупп, которая будет оцениваться перед прекращением поиска пользователя (Specifies the maximum sub-group nesting depth that will be evaluated before the user search is discontinued.) - AuthLDAPMaxSubGroupDepth

    mod_authnz_ldap.html#authldapmaxsubgroupdepth

  52. AuthLDAPRemoteUserAttribute uid - Используйте значение атрибута, возвращенное во время пользовательского запроса, для установки переменной среды REMOTE_USER (Use the value of the attribute returned during the user query to set the REMOTE_USER environment variable) - AuthLDAPRemoteUserAttribute

    mod_authnz_ldap.html#authldapremoteuserattribute

  53. AuthLDAPRemoteUserIsDN on|off - Используйте DN имени пользователя клиента для установки переменной окружения REMOTE_USER (Use the DN of the client username to set the REMOTE_USER environment variable) - AuthLDAPRemoteUserIsDN

    mod_authnz_ldap.html#authldapremoteuserisdn

  54. AuthLDAPSearchAsUser on|off - Используйте учетные данные аутентифицированного пользователя для выполнения поиска авторизации (Use the authenticated user's credentials to perform authorization searches) - AuthLDAPSearchAsUser

    mod_authnz_ldap.html#authldapsearchasuser

  55. AuthLDAPSubGroupAttribute attribute - Определяет метки атрибутов, по одному значению на строку директивы, используемые для различения членов текущей группы, являющихся группами (Specifies the attribute labels, one value per directive line, used to distinguish the members of the current group that are groups.) - AuthLDAPSubGroupAttribute

    mod_authnz_ldap.html#authldapsubgroupattribute

  56. AuthLDAPSubGroupClass LdapObjectClass - Указывает, какие значения objectClass LDAP идентифицируют объекты каталога, которые являются группами во время обработки подгрупп (Specifies which LDAP objectClass values identify directory objects that are groups during sub-group processing.) - AuthLDAPSubGroupClass

    mod_authnz_ldap.html#authldapsubgroupclass

  57. AuthLDAPUrl url [NONE|SSL|TLS|STARTTLS] - URL с указанием параметров поиска LDAP (URL specifying the LDAP search parameters) - AuthLDAPUrl

    mod_authnz_ldap.html#authldapurl

  58. AuthMerging Off | And | Or - Управляет способом объединения логики авторизации каждого раздела конфигурации с логикой предыдущих разделов конфигурации (Controls the manner in which each configuration section's authorization logic is combined with that of preceding configuration sections.) - AuthMerging

    mod_authz_core.html#authmerging

  59. AuthName auth-domain - Область авторизации для использования в аутентификации HTTP (Authorization realm for use in HTTP authentication) - AuthName

    mod_authn_core.html#authname

  60. AuthnCacheProvideFor authn-provider [...] - Укажите, для каких провайдеров аутентификации следует кэшировать (Specify which authn provider(s) to cache for) - AuthnCacheProvideFor

    mod_authn_socache.html#authncacheprovidefor

  61. AuthnCacheTimeout timeout (seconds) - Установить тайм-аут для записей в кеше (Set a timeout for cache entries) - AuthnCacheTimeout

    mod_authn_socache.html#authncachetimeout

  62. AuthType None|Basic|Digest|Form - Тип аутентификации пользователя (Type of user authentication) - AuthType

    mod_authn_core.html#authtype

  63. AuthUserFile file-path - Задает имя текстового файла, содержащего список пользователей и пароли для аутентификации (Sets the name of a text file containing the list of users and passwords for authentication) - AuthUserFile

    mod_authn_file.html#authuserfile

  64. AuthzDBMType default|SDBM|GDBM|NDBM|DB - Задает тип файла базы данных, который используется для хранения списка групп пользователей (Sets the type of database file that is used to store list of user groups) - AuthzDBMType

    mod_authz_dbm.html#authzdbmtype

  65. AuthzSendForbiddenOnFailure On|Off - Отправить '403 FORBIDDEN' вместо '401 UNAUTHORIZED', если аутентификация прошла успешно, но авторизация не удалась (Send '403 FORBIDDEN' instead of '401 UNAUTHORIZED' if authentication succeeds but authorization fails) - AuthzSendForbiddenOnFailure

    mod_authz_core.html#authzsendforbiddenonfailure

  66. BrowserMatch regex [!]env-variable[=value] [[!]env-variable[=value]] ... - Устанавливает переменные среды, зависящие от HTTP User-Agent (Sets environment variables conditional on HTTP User-Agent) - BrowserMatch

    mod_setenvif.html#browsermatch

  67. BrowserMatchNoCase regex [!]env-variable[=value] [[!]env-variable[=value]] ... - Устанавливает переменные окружения в зависимости от User-Agent без учета регистра (Sets environment variables conditional on User-Agent without respect to case) - BrowserMatchNoCase

    mod_setenvif.html#browsermatchnocase

  68. BufferSize integer - Максимальный размер в байтах для буферизации буферным фильтром (Maximum size in bytes to buffer by the buffer filter) - BufferSize

    mod_buffer.html#buffersize

  69. CacheDefaultExpire seconds - Продолжительность кэширования документа по умолчанию, если срок действия не указан (The default duration to cache a document when no expiry date is specified.) - CacheDefaultExpire

    mod_cache.html#cachedefaultexpire

  70. CacheDetailHeader on|off - Добавьте в ответ заголовок X-Cache-Detail (Add an X-Cache-Detail header to the response.) - CacheDetailHeader

    mod_cache.html#cachedetailheader

  71. CacheDisable url-string | on - Отключить кеширование указанных URL (Disable caching of specified URLs) - CacheDisable

    mod_cache.html#cachedisable

  72. CacheHeader on|off - Добавить к ответу заголовок X-Cache (Add an X-Cache header to the response.) - CacheHeader

    mod_cache.html#cacheheader

  73. CacheIgnoreNoLastMod On|Off - Игнорируйте тот факт, что ответ не имеет заголовка Last Modified (Ignore the fact that a response has no Last Modified header.) - CacheIgnoreNoLastMod

    mod_cache.html#cacheignorenolastmod

  74. CacheLastModifiedFactor float - Коэффициент, используемый для расчета даты истечения срока действия на основе даты LastModified (The factor used to compute an expiry date based on the LastModified date.) - CacheLastModifiedFactor

    mod_cache.html#cachelastmodifiedfactor

  75. CacheMaxExpire seconds - Максимальное время в секундах для кэширования документа (The maximum time in seconds to cache a document) - CacheMaxExpire

    mod_cache.html#cachemaxexpire

  76. CacheMaxFileSize bytes - Максимальный размер (в байтах) документа, помещаемого в кэш (The maximum size (in bytes) of a document to be placed in the cache) - CacheMaxFileSize

    mod_cache_disk.html#cachemaxfilesize

  77. CacheMinExpire seconds - Минимальное время в секундах для кэширования документа (The minimum time in seconds to cache a document) - CacheMinExpire

    mod_cache.html#cacheminexpire

  78. CacheMinFileSize bytes - Минимальный размер (в байтах) документа для помещения в кэш (The minimum size (in bytes) of a document to be placed in the cache) - CacheMinFileSize

    mod_cache_disk.html#cacheminfilesize

  79. CacheReadSize bytes - Минимальный размер (в байтах) документа для чтения и кэширования перед отправкой данных вниз по течению (The minimum size (in bytes) of the document to read and be cached before sending the data downstream) - CacheReadSize

    mod_cache_disk.html#cachereadsize

  80. CacheReadTime milliseconds - Минимальное время (в миллисекундах), которое должно пройти при чтении, прежде чем данные будут отправлены вниз по течению (The minimum time (in milliseconds) that should elapse while reading before data is sent downstream) - CacheReadTime

    mod_cache_disk.html#cachereadtime

  81. CacheSocacheMaxSize bytes - Максимальный размер (в байтах) записи, помещаемой в кэш (The maximum size (in bytes) of an entry to be placed in the cache) - CacheSocacheMaxSize

    mod_cache_socache.html#cachesocachemaxsize

  82. CacheSocacheMaxTime seconds - Максимальное время (в секундах) для помещения документа в кэш (The maximum time (in seconds) for a document to be placed in the cache) - CacheSocacheMaxTime

    mod_cache_socache.html#cachesocachemaxtime

  83. CacheSocacheMinTime seconds - Минимальное время (в секундах) для помещения документа в кэш (The minimum time (in seconds) for a document to be placed in the cache) - CacheSocacheMinTime

    mod_cache_socache.html#cachesocachemintime

  84. CacheSocacheReadSize bytes - Минимальный размер (в байтах) документа для чтения и кэширования перед отправкой данных вниз по течению (The minimum size (in bytes) of the document to read and be cached before sending the data downstream) - CacheSocacheReadSize

    mod_cache_socache.html#cachesocachereadsize

  85. CacheSocacheReadTime milliseconds - Минимальное время (в миллисекундах), которое должно пройти при чтении, прежде чем данные будут отправлены вниз по течению (The minimum time (in milliseconds) that should elapse while reading before data is sent downstream) - CacheSocacheReadTime

    mod_cache_socache.html#cachesocachereadtime

  86. CacheStaleOnError on|off - Подавать устаревший контент вместо ответов 5xx (Serve stale content in place of 5xx responses.) - CacheStaleOnError

    mod_cache.html#cachestaleonerror

  87. CacheStoreExpired On|Off - Попытка кэшировать ответы, которые сервер сообщает как просроченные (Attempt to cache responses that the server reports as expired) - CacheStoreExpired

    mod_cache.html#cachestoreexpired

  88. CacheStoreNoStore On|Off - Попытаться кэшировать запросы или ответы, помеченные как не сохраняемые (Attempt to cache requests or responses that have been marked as no-store.) - CacheStoreNoStore

    mod_cache.html#cachestorenostore

  89. CacheStorePrivate On|Off - Попытка кэшировать ответы, которые сервер пометил как частные (Attempt to cache responses that the server has marked as private) - CacheStorePrivate

    mod_cache.html#cachestoreprivate

  90. CGIDScriptTimeout time[s|ms] - Продолжительность ожидания дополнительных выходных данных от программы CGI (The length of time to wait for more output from the CGI program) - CGIDScriptTimeout

    mod_cgid.html#cgidscripttimeout

  91. CGIMapExtension cgi-path .extension - Техника поиска интерпретатора CGI-скриптов (Technique for locating the interpreter for CGI scripts) - CGIMapExtension

    core.html#cgimapextension

  92. CGIPassAuth On|Off - Включает передачу HTTP-заголовков авторизации в скрипты как переменные CGI (Enables passing HTTP authorization headers to scripts as CGI variables) - CGIPassAuth

    core.html#cgipassauth

  93. CGIVar variable rule - Управляет установкой некоторых переменных CGI (Controls how some CGI variables are set) - CGIVar

    core.html#cgivar

  94. CharsetDefault charset - Кодировка для перевода (Charset to translate into) - CharsetDefault

    mod_charset_lite.html#charsetdefault

  95. CharsetOptions option [option] ... - Настраивает поведение перевода кодировки (Configures charset translation behavior) - CharsetOptions

    mod_charset_lite.html#charsetoptions

  96. CharsetSourceEnc charset - Исходная кодировка файлов (Source charset of files) - CharsetSourceEnc

    mod_charset_lite.html#charsetsourceenc

  97. CheckCaseOnly on|off - Ограничивает действие модуля правописания исправлением регистра (Limits the action of the speling module to case corrections) - CheckCaseOnly

    mod_speling.html#checkcaseonly

  98. CheckSpelling on|off - Включает модуль правописания (Enables the spelling module) - CheckSpelling

    mod_speling.html#checkspelling

  99. ContentDigest On|Off - Включает создание заголовков HTTP-ответа Content-MD5 (Enables the generation of Content-MD5 HTTP Response headers) - ContentDigest

    core.html#contentdigest

  100. CookieDomain domain - Домен, к которому применяется отслеживающий файл cookie (The domain to which the tracking cookie applies) - CookieDomain

    mod_usertrack.html#cookiedomain

  101. CookieExpires expiry-period - Срок действия файла cookie отслеживания (Expiry time for the tracking cookie) - CookieExpires

    mod_usertrack.html#cookieexpires

  102. CookieName token - Имя отслеживающего файла cookie (Name of the tracking cookie) - CookieName

    mod_usertrack.html#cookiename

  103. CookieStyle Netscape|Cookie|Cookie2|RFC2109|RFC2965 - Формат поля заголовка cookie (Format of the cookie header field) - CookieStyle

    mod_usertrack.html#cookiestyle

  104. CookieTracking on|off - Включает отслеживание файлов cookie (Enables tracking cookie) - CookieTracking

    mod_usertrack.html#cookietracking

  105. DefaultIcon url-path - Иконка для отображения файлов, если не настроена конкретная иконка (Icon to display for files when no specific icon is configured) - DefaultIcon

    mod_autoindex.html#defaulticon

  106. DefaultLanguage language-tag - Определяет языковой тег по умолчанию, который будет отправлен в поле заголовка Content-Language для всех ресурсов в текущем контексте, которым не был назначен языковой тег каким-либо другим способом (Defines a default language-tag to be sent in the Content-Language header field for all resources in the current context that have not been assigned a language-tag by some other means.) - DefaultLanguage

    mod_mime.html#defaultlanguage

  107. DefaultType media-type|none - Эта директива не имеет никакого эффекта, кроме выдачи предупреждений, если значение не равно none. В предыдущих версиях DefaultType указывал тип мультимедиа по умолчанию для назначения содержимому ответа, для которого невозможно было найти другую конфигурацию типа мультимедиа (This directive has no effect other than to emit warnings if the value is not none. In prior versions, DefaultType would specify a default media type to assign to response content for which no other media type configuration could be found.) - DefaultType

    core.html#defaulttype

  108. DeflateInflateLimitRequestBodyvalue - Максимальный размер увеличенного тела запроса (Maximum size of inflated request bodies) - DeflateInflateLimitRequestBodyvalue

    mod_deflate.html#deflateinflatelimitrequestbody

  109. DeflateInflateRatioBurst value - Максимальное количество раз, когда коэффициент инфляции для тела запроса может быть превышен (Maximum number of times the inflation ratio for request bodies can be crossed) - DeflateInflateRatioBurst

    mod_deflate.html#deflateinflateratioburst

  110. DeflateInflateRatioLimit value - Максимальный коэффициент инфляции для органов запроса (Maximum inflation ratio for request bodies) - DeflateInflateRatioLimit

    mod_deflate.html#deflateinflateratiolimit

  111. Deny from all|host|env=[!]env-variable [host|env=[!]env-variable] ... - Контролирует, каким хостам будет отказано в доступе к серверу (Controls which hosts are denied access to the server) - Deny

    mod_access_compat.html#deny

  112. DirectoryCheckHandler On|Off - Переключить реакцию этого модуля на настройку другого обработчика (Toggle how this module responds when another handler is configured) - DirectoryCheckHandler

    mod_dir.html#directorycheckhandler

  113. DirectoryIndex disabled | local-url [local-url] ... - Список ресурсов для поиска, когда клиент запрашивает каталог (List of resources to look for when the client requests a directory) - DirectoryIndex

    mod_dir.html#directoryindex

  114. DirectoryIndexRedirect on | off | permanent | temp | seeother | 3xx-code - Настраивает внешнее перенаправление для индексов каталогов (Configures an external redirect for directory indexes.) - DirectoryIndexRedirect

    mod_dir.html#directoryindexredirect

  115. DirectorySlash On|Off - Включить или выключить переадресацию косой черты в конце (Toggle trailing slash redirects on or off) - DirectorySlash

    mod_dir.html#directoryslash

  116. <Else> ... </Else> - Содержит директивы, которые применяются только в том случае, если условие предыдущего <If> или раздел <ElseIf> не удовлетворяется запросом во время выполнения (Contains directives that apply only if the condition of a previous <If> or <ElseIf> section is not satisfied by a request at runtime) - <Else>

    core.html#else

  117. <ElseIf expression> ... </ElseIf> - Содержит директивы, которые применяются только в том случае, если условие удовлетворяется запросом во время выполнения, в то время как условие предыдущего Раздел <If> или <ElseIf> не удовлетворяется (Contains directives that apply only if a condition is satisfied by a request at runtime while the condition of a previous <If> or <ElseIf> section is not satisfied) - <ElseIf

    core.html#elseif

  118. EnableMMAP On|Off - Использовать сопоставление памяти для чтения файлов во время доставки (Use memory-mapping to read files during delivery) - EnableMMAP

    core.html#enablemmap

  119. EnableSendfile On|Off - Используйте поддержку отправки файлов ядром для доставки файлов клиенту (Use the kernel sendfile support to deliver files to the client) - EnableSendfile

    core.html#enablesendfile

  120. Error message - Прервать синтаксический анализ конфигурации с пользовательским сообщением об ошибке (Abort configuration parsing with a custom error message) - Error

    core.html#error

  121. ErrorDocument error-code document - Что сервер вернет клиенту в случае ошибки (What the server will return to the client in case of an error) - ErrorDocument

    core.html#errordocument

  122. Example - Демонстрационная директива для иллюстрации API модуля Apache (Demonstration directive to illustrate the Apache module API) - Example

    mod_example_hooks.html#example

  123. ExpiresActive On|Off - Включает создание заголовков Expires (Enables generation of Expires headers) - ExpiresActive

    mod_expires.html#expiresactive

  124. ExpiresByType MIME-type <code>seconds - Значение заголовка Expires, настроенное по типу MIME (Value of the Expires header configured by MIME type) - ExpiresByType

    mod_expires.html#expiresbytype

  125. ExpiresDefault <code>seconds - Алгоритм по умолчанию для расчета времени экспирации (Default algorithm for calculating expiration time) - ExpiresDefault

    mod_expires.html#expiresdefault

  126. FallbackResource disabled | local-url - Определить URL-адрес по умолчанию для запросов, которые не сопоставляются с файлом (Define a default URL for requests that don't map to a file) - FallbackResource

    mod_dir.html#fallbackresource

  127. FileETag component ... - Атрибуты файла, используемые для создания заголовка ответа HTTP ETag для статических файлов (File attributes used to create the ETag HTTP response header for static files) - FileETag

    core.html#fileetag

  128. <Files filename> ... </Files> - Содержит директивы, которые применяются к совпадающим именам файлов (Contains directives that apply to matched filenames) - <Files

    core.html#files

  129. <FilesMatch regex> ... </FilesMatch> - Содержит директивы, которые применяются к именам файлов, совпадающим с регулярным выражением (Contains directives that apply to regular-expression matched filenames) - <FilesMatch

    core.html#filesmatch

  130. FilterChain [+=-@!]filter-name ... - Настроить цепочку фильтров (Configure the filter chain) - FilterChain

    mod_filter.html#filterchain

  131. FilterDeclare filter-name [type] - Объявить умный фильтр (Declare a smart filter) - FilterDeclare

    mod_filter.html#filterdeclare

  132. FilterProtocol filter-name [provider-name] proto-flags - Сделка с правильной обработкой протокола HTTP (Deal with correct HTTP protocol handling) - FilterProtocol

    mod_filter.html#filterprotocol

  133. FilterProvider filter-name provider-name expression - Зарегистрируйте контент-фильтр (Register a content filter) - FilterProvider

    mod_filter.html#filterprovider

  134. ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] - Действие, если ни один приемлемый документ не найден (Action to take if a single acceptable document is not found) - ForceLanguagePriority

    mod_negotiation.html#forcelanguagepriority

  135. ForceType media-type|None - Принудительно обслуживает все соответствующие файлы с указанным типом носителя в поле заголовка HTTP Content-Type (Forces all matching files to be served with the specified media type in the HTTP Content-Type header field) - ForceType

    core.html#forcetype

  136. H2CopyFiles on|off - Определить обработку файлов в ответах (Determine file handling in responses) - H2CopyFiles

    mod_http2.html#h2copyfiles

  137. H2PushResource [add] path [critical] - Объявляет ресурсы для ранней отправки клиенту (Declares resources for early pushing to the client) - H2PushResource

    mod_http2.html#h2pushresource

  138. Header [condition] add|append|echo|edit|edit*|merge|set|setifempty|unset|note header [[expr=]value [replacement] [early|env=[!]varname|expr=expression]] - Настроить заголовки ответа HTTP (Configure HTTP response headers) - Header

    mod_headers.html#header

  139. HeaderName filename - Имя файла, которое будет вставлено вверху списка указателей (Name of the file that will be inserted at the top of the index listing) - HeaderName

    mod_autoindex.html#headername

  140. <If expression> ... </If> - Содержит директивы, которые применяются только в том случае, если условие удовлетворяется запросом во время выполнения (Contains directives that apply only if a condition is satisfied by a request at runtime) - <If

    core.html#if

  141. ... - Заключает директивы, которые будут обработаны только в том случае, если тест верен при запуске (Encloses directives that will be processed only if a test is true at startup) -

    core.html#ifdefine

  142. ... - Заключает директивы, которые обрабатываются в зависимости от наличия или отсутствия определенного модуля (Encloses directives that are processed conditional on the presence or absence of a specific module) -

    core.html#ifmodule

  143. ... - содержит конфигурацию, зависящую от версии (contains version dependent configuration) -

    mod_version.html#ifversion

  144. ImapBase map|referer|URL - base по умолчанию для файлов изображений (Default base for imagemap files) - ImapBase

    mod_imagemap.html#imapbase

  145. ImapDefault error|nocontent|map|referer|URL - Действие по умолчанию, когда карта изображений вызывается с координатами, которые не отображаются явно (Default action when an imagemap is called with coordinates that are not explicitly mapped) - ImapDefault

    mod_imagemap.html#imapdefault

  146. ImapMenu none|formatted|semiformatted|unformatted - Действие, если при вызове карты изображения не заданы координаты (Action if no coordinates are given when calling an imagemap) - ImapMenu

    mod_imagemap.html#imapmenu

  147. IndexHeadInsert "markup ..." - Вставляет текст в раздел HEAD индексной страницы (Inserts text in the HEAD section of an index page.) - IndexHeadInsert

    mod_autoindex.html#indexheadinsert

  148. IndexIgnore file [file] ... - Добавляет в список файлов, которые нужно скрыть при отображении каталога (Adds to the list of files to hide when listing a directory) - IndexIgnore

    mod_autoindex.html#indexignore

  149. IndexIgnoreReset ON|OFF - Очищает список файлов, которые нужно скрыть при отображении каталога (Empties the list of files to hide when listing a directory) - IndexIgnoreReset

    mod_autoindex.html#indexignorereset

  150. IndexOptions [+|-]option [[+|-]option] ... - Различные параметры конфигурации для индексации каталогов (Various configuration settings for directory indexing) - IndexOptions

    mod_autoindex.html#indexoptions

  151. IndexOrderDefault Ascending|Descending Name|Date|Size|Description - Устанавливает порядок индекса каталога по умолчанию (Sets the default ordering of the directory index) - IndexOrderDefault

    mod_autoindex.html#indexorderdefault

  152. IndexStyleSheet url-path - Добавляет таблицу стилей CSS в указатель каталога (Adds a CSS stylesheet to the directory index) - IndexStyleSheet

    mod_autoindex.html#indexstylesheet

  153. InputSed sed-command - Команда Sed для фильтрации данных запроса (обычно данных POST) (Sed command to filter request data (typically POST data)) - InputSed

    mod_sed.html#inputsed

  154. ISAPIAppendLogToErrors on|off - Записывать HSE_APPEND_LOG_PARAMETER запросы от расширений ISAPI в журнал ошибок (Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the error log) - ISAPIAppendLogToErrors

    mod_isapi.html#isapiappendlogtoerrors

  155. ISAPIAppendLogToQuery on|off - Запись запросов HSE_APPEND_LOG_PARAMETER от расширений ISAPI в поле запроса (Record HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the query field) - ISAPIAppendLogToQuery

    mod_isapi.html#isapiappendlogtoquery

  156. ISAPIFakeAsync on|off - Поддельная асинхронная поддержка обратных вызовов ISAPI (Fake asynchronous support for ISAPI callbacks) - ISAPIFakeAsync

    mod_isapi.html#isapifakeasync

  157. ISAPILogNotSupported on|off - Журналировать неподдерживаемые запросы функций от расширений ISAPI (Log unsupported feature requests from ISAPI extensions) - ISAPILogNotSupported

    mod_isapi.html#isapilognotsupported

  158. ISAPIReadAheadBuffer size - Размер буфера упреждающего чтения, отправляемого в расширения ISAPI (Size of the Read Ahead Buffer sent to ISAPI extensions) - ISAPIReadAheadBuffer

    mod_isapi.html#isapireadaheadbuffer

  159. LanguagePriority MIME-lang [MIME-lang] ... - Приоритет языковых вариантов для случаев, когда клиент не выражает предпочтения (The precedence of language variants for cases where the client does not express a preference) - LanguagePriority

    mod_negotiation.html#languagepriority

  160. LDAPReferralHopLimit number - Максимальное количество реферальных прыжков, которые необходимо выполнить до завершения запроса LDAP (The maximum number of referral hops to chase before terminating an LDAP query.) - LDAPReferralHopLimit

    mod_ldap.html#ldapreferralhoplimit

  161. LDAPReferrals On|Off|default - Включить отслеживание ссылок во время запросов к серверу LDAP (Enable referral chasing during queries to the LDAP server.) - LDAPReferrals

    mod_ldap.html#ldapreferrals

  162. LDAPTrustedClientCert type directory-path/filename/nickname [password] - Задает файл, содержащий или псевдоним, относящийся к сертификату клиента для каждого соединения. Не все наборы инструментов LDAP поддерживают клиентские сертификаты для каждого соединения (Sets the file containing or nickname referring to a per connection client certificate. Not all LDAP toolkits support per connection client certificates.) - LDAPTrustedClientCert

    mod_ldap.html#ldaptrustedclientcert

  163. ... - Ограничить закрытые элементы управления доступом только определенными методами HTTP (Restrict enclosed access controls to only certain HTTP methods) -

    core.html#limit

  164. ... - Ограничить управление доступом ко всем методам HTTP, кроме названных (Restrict access controls to all HTTP methods except the named ones) -

    core.html#limitexcept

  165. LimitRequestBody bytes - Ограничивает общий размер тела HTTP-запроса, отправляемого клиентом (Restricts the total size of the HTTP request body sent from the client) - LimitRequestBody

    core.html#limitrequestbody

  166. LimitXMLRequestBody bytes - Ограничивает размер тела запроса на основе XML (Limits the size of an XML-based request body) - LimitXMLRequestBody

    core.html#limitxmlrequestbody

  167. LogIOTrackTTFB ON|OFF - Включить отслеживание времени до первого байта (TTFB) (Enable tracking of time to first byte (TTFB)) - LogIOTrackTTFB

    mod_logio.html#logiotrackttfb

  168. LuaCodeCache stat|forever|never - Настройте кеш скомпилированного кода (Configure the compiled code cache.) - LuaCodeCache

    mod_lua.html#luacodecache

  169. 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

  170. 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

  171. 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

  172. 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

  173. 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

  174. 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

  175. 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

  176. 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

  177. LuaInherit none|parent-first|parent-last - Управляет тем, как родительские разделы конфигурации объединяются в дочерние (Controls how parent configuration sections are merged into children) - LuaInherit

    mod_lua.html#luainherit

  178. LuaMapHandler uri-pattern /path/to/lua/script.lua [function-name] - Сопоставьте путь к обработчику lua (Map a path to a lua handler) - LuaMapHandler

    mod_lua.html#luamaphandler

  179. LuaPackageCPath /path/to/include/?.soa - Добавить каталог в package.cpath lua (Add a directory to lua's package.cpath) - LuaPackageCPath

    mod_lua.html#luapackagecpath

  180. LuaPackagePath /path/to/include/?.lua - Добавить каталог в package.path lua (Add a directory to lua's package.path) - LuaPackagePath

    mod_lua.html#luapackagepath

  181. LuaRoot /path/to/a/directory - Укажите базовый путь для разрешения относительных путей для директив mod_lua (Specify the base path for resolving relative paths for mod_lua directives) - LuaRoot

    mod_lua.html#luaroot

  182. LuaScope once|request|conn|thread|server [min] [max] - Один раз, запрос, подключение, поток -- по умолчанию один раз (One of once, request, conn, thread -- default is once) - LuaScope

    mod_lua.html#luascope

  183. MetaDir directory - Имя каталога для поиска файлов метаинформации в стиле CERN (Name of the directory to find CERN-style meta information files) - MetaDir

    mod_cern_meta.html#metadir

  184. MetaFiles on|off - Активирует обработку метафайлов CERN (Activates CERN meta-file processing) - MetaFiles

    mod_cern_meta.html#metafiles

  185. MetaSuffix suffix - Суффикс имени файла для файла, содержащего метаинформацию в стиле CERN (File name suffix for the file containing CERN-style meta information) - MetaSuffix

    mod_cern_meta.html#metasuffix

  186. 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

  187. Options [+|-]option [[+|-]option] ... - Настраивает, какие функции доступны в определенном каталоге (Configures what features are available in a particular directory) - Options

    core.html#options

  188. Order ordering - Управляет состоянием доступа по умолчанию и порядком, в котором оцениваются Разрешить и Запретить (Controls the default access state and the order in which Allow and Deny are evaluated.) - Order

    mod_access_compat.html#order

  189. OutputSed sed-command - Команда Sed для фильтрации содержимого ответа (Sed command for filtering response content) - OutputSed

    mod_sed.html#outputsed

  190. PassEnv env-variable [env-variable] ... - Передает переменные окружения из оболочки (Passes environment variables from the shell) - PassEnv

    mod_env.html#passenv

  191. ProxyFCGIBackendType FPM|GENERIC - Укажите тип серверного приложения FastCGI (Specify the type of backend FastCGI application) - ProxyFCGIBackendType

    mod_proxy_fcgi.html#proxyfcgibackendtype

  192. 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

  193. ReadmeName filename - Имя файла, которое будет вставлено в конец листинга индекса (Name of the file that will be inserted at the end of the index listing) - ReadmeName

    mod_autoindex.html#readmename

  194. Redirect [status] [URL-path] URL - Отправляет внешнее перенаправление с просьбой к клиенту получить другой URL (Sends an external redirect asking the client to fetch a different URL) - Redirect

    mod_alias.html#redirect

  195. RedirectMatch [status] regex URL - Отправляет внешнее перенаправление на основе совпадения регулярного выражения с текущим URL (Sends an external redirect based on a regular expression match of the current URL) - RedirectMatch

    mod_alias.html#redirectmatch

  196. RedirectPermanent URL-path URL - Отправляет внешнее постоянное перенаправление с просьбой к клиенту получить другой URL (Sends an external permanent redirect asking the client to fetch a different URL) - RedirectPermanent

    mod_alias.html#redirectpermanent

  197. RedirectTemp URL-path URL - Отправляет внешнее временное перенаправление с просьбой к клиенту получить другой URL (Sends an external temporary redirect asking the client to fetch a different URL) - RedirectTemp

    mod_alias.html#redirecttemp

  198. ReflectorHeader inputheader [outputheader] - Отразить заголовок ввода в заголовки вывода (Reflect an input header to the output headers) - ReflectorHeader

    mod_reflector.html#reflectorheader

  199. RemoveCharset extension [extension] ... - Удаляет любые ассоциации набора символов для набора расширений файлов (Removes any character set associations for a set of file extensions) - RemoveCharset

    mod_mime.html#removecharset

  200. RemoveEncoding extension [extension] ... - Удаляет любые ассоциации кодирования контента для набора расширений файлов (Removes any content encoding associations for a set of file extensions) - RemoveEncoding

    mod_mime.html#removeencoding

  201. RemoveHandler extension [extension] ... - Удаляет любые ассоциации обработчиков для набора расширений файлов (Removes any handler associations for a set of file extensions) - RemoveHandler

    mod_mime.html#removehandler

  202. RemoveInputFilter extension [extension] ... - Удаляет любые ассоциации входных фильтров для набора расширений файлов (Removes any input filter associations for a set of file extensions) - RemoveInputFilter

    mod_mime.html#removeinputfilter

  203. RemoveLanguage extension [extension] ... - Удаляет любые языковые ассоциации для набора расширений файлов (Removes any language associations for a set of file extensions) - RemoveLanguage

    mod_mime.html#removelanguage

  204. RemoveOutputFilter extension [extension] ... - Удаляет все ассоциации выходного фильтра для набора расширений файлов (Removes any output filter associations for a set of file extensions) - RemoveOutputFilter

    mod_mime.html#removeoutputfilter

  205. RemoveType extension [extension] ... - Удаляет любые ассоциации типов контента для набора расширений файлов (Removes any content type associations for a set of file extensions) - RemoveType

    mod_mime.html#removetype

  206. 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

  207. Require [not] entity-name [entity-name] ... - Проверяет, авторизован ли аутентифицированный пользователь поставщиком авторизации (Tests whether an authenticated user is authorized by an authorization provider.) - Require

    mod_authz_core.html#require

  208. <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

  209. <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

  210. <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

  211. RewriteBase URL-path - Устанавливает базовый URL для перезаписи каталогов (Sets the base URL for per-directory rewrites) - RewriteBase

    mod_rewrite.html#rewritebase

  212. RewriteCond TestString CondPattern [flags] - Определяет условие, при котором будет происходить перезапись (Defines a condition under which rewriting will take place) - RewriteCond

    mod_rewrite.html#rewritecond

  213. RewriteEngine on|off - Включает или отключает механизм перезаписи во время выполнения (Enables or disables runtime rewriting engine) - RewriteEngine

    mod_rewrite.html#rewriteengine

  214. RewriteOptions Options - Устанавливает некоторые специальные параметры для механизма перезаписи (Sets some special options for the rewrite engine) - RewriteOptions

    mod_rewrite.html#rewriteoptions

  215. RewriteRule Pattern Substitution [flags] - Определяет правила для механизма перезаписи (Defines rules for the rewriting engine) - RewriteRule

    mod_rewrite.html#rewriterule

  216. RLimitCPU seconds|max [seconds|max] - Ограничивает потребление ЦП процессами, запущенными дочерними элементами Apache httpd (Limits the CPU consumption of processes launched by Apache httpd children) - RLimitCPU

    core.html#rlimitcpu

  217. RLimitMEM bytes|max [bytes|max] - Ограничивает потребление памяти процессами, запущенными дочерними элементами Apache httpd (Limits the memory consumption of processes launched by Apache httpd children) - RLimitMEM

    core.html#rlimitmem

  218. 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

  219. Satisfy Any|All - Взаимодействие между контролем доступа на уровне хоста и аутентификацией пользователя (Interaction between host-level access control and user authentication) - Satisfy

    mod_access_compat.html#satisfy

  220. ScriptInterpreterSource Registry|Registry-Strict|Script - Техника поиска интерпретатора CGI-скриптов (Technique for locating the interpreter for CGI scripts) - ScriptInterpreterSource

    core.html#scriptinterpretersource

  221. ServerSignature On|Off|EMail - Настраивает нижний колонтитул в документах, созданных сервером (Configures the footer on server-generated documents) - ServerSignature

    core.html#serversignature

  222. Session On|Off - Включает сеанс для текущего каталога или местоположения (Enables a session for the current directory or location) - Session

    mod_session.html#session

  223. SessionCookieName name attributes - Имя и атрибуты файла cookie RFC2109, в котором хранится сеанс (Name and attributes for the RFC2109 cookie storing the session) - SessionCookieName

    mod_session_cookie.html#sessioncookiename

  224. SessionCookieName2 name attributes - Имя и атрибуты файла cookie RFC2965, в котором хранится сеанс (Name and attributes for the RFC2965 cookie storing the session) - SessionCookieName2

    mod_session_cookie.html#sessioncookiename2

  225. SessionCookieRemove On|Off - Управление тем, следует ли удалять файлы cookie сеанса из входящих заголовков HTTP (Control for whether session cookies should be removed from incoming HTTP headers) - SessionCookieRemove

    mod_session_cookie.html#sessioncookieremove

  226. SessionCryptoCipher name - Криптошифр, который будет использоваться для шифрования сеанса (The crypto cipher to be used to encrypt the session) - SessionCryptoCipher

    mod_session_crypto.html#sessioncryptocipher

  227. SessionCryptoPassphrase secret [ secret ... ] - Ключ, используемый для шифрования сеанса (The key used to encrypt the session) - SessionCryptoPassphrase

    mod_session_crypto.html#sessioncryptopassphrase

  228. SessionDBDCookieName name attributes - Имя и атрибуты файла cookie RFC2109, в котором хранится идентификатор сеанса (Name and attributes for the RFC2109 cookie storing the session ID) - SessionDBDCookieName

    mod_session_dbd.html#sessiondbdcookiename

  229. SessionDBDCookieName2 name attributes - Имя и атрибуты файла cookie RFC2965, в котором хранится идентификатор сеанса (Name and attributes for the RFC2965 cookie storing the session ID) - SessionDBDCookieName2

    mod_session_dbd.html#sessiondbdcookiename2

  230. SessionDBDCookieRemove On|Off - Управление тем, следует ли удалять файлы cookie идентификатора сеанса из входящих заголовков HTTP (Control for whether session ID cookies should be removed from incoming HTTP headers) - SessionDBDCookieRemove

    mod_session_dbd.html#sessiondbdcookieremove

  231. SessionDBDDeleteLabel label - Запрос SQL для удаления сеансов из базы данных (The SQL query to use to remove sessions from the database) - SessionDBDDeleteLabel

    mod_session_dbd.html#sessiondbddeletelabel

  232. SessionDBDInsertLabel label - Запрос SQL для вставки сеансов в базу данных (The SQL query to use to insert sessions into the database) - SessionDBDInsertLabel

    mod_session_dbd.html#sessiondbdinsertlabel

  233. SessionDBDPerUser On|Off - Включить сеанс для каждого пользователя (Enable a per user session) - SessionDBDPerUser

    mod_session_dbd.html#sessiondbdperuser

  234. SessionDBDSelectLabel label - Запрос SQL для выбора сеансов из базы данных (The SQL query to use to select sessions from the database) - SessionDBDSelectLabel

    mod_session_dbd.html#sessiondbdselectlabel

  235. SessionDBDUpdateLabel label - Запрос SQL для обновления существующих сеансов в базе данных (The SQL query to use to update existing sessions in the database) - SessionDBDUpdateLabel

    mod_session_dbd.html#sessiondbdupdatelabel

  236. 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

  237. SessionExclude path - Определить префиксы URL, для которых сеанс игнорируется (Define URL prefixes for which a session is ignored) - SessionExclude

    mod_session.html#sessionexclude

  238. SessionHeader header - Импортировать обновления сеанса из заданного заголовка ответа HTTP (Import session updates from a given HTTP response header) - SessionHeader

    mod_session.html#sessionheader

  239. SessionInclude path - Определить префиксы URL, для которых действителен сеанс (Define URL prefixes for which a session is valid) - SessionInclude

    mod_session.html#sessioninclude

  240. SessionMaxAge maxage - Определить максимальный возраст сеанса в секундах (Define a maximum age in seconds for a session) - SessionMaxAge

    mod_session.html#sessionmaxage

  241. SetEnv env-variable [value] - Устанавливает переменные окружения (Sets environment variables) - SetEnv

    mod_env.html#setenv

  242. SetEnvIf attribute regex [!]env-variable[=value] [[!]env-variable[=value]] ... - Устанавливает переменные окружения на основе атрибутов запроса (Sets environment variables based on attributes of the request) - SetEnvIf

    mod_setenvif.html#setenvif

  243. SetEnvIfExpr expr [!]env-variable[=value] [[!]env-variable[=value]] ... - Устанавливает переменные среды на основе выражения ap_expr (Sets environment variables based on an ap_expr expression) - SetEnvIfExpr

    mod_setenvif.html#setenvifexpr

  244. 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

  245. SetHandler handler-name|none|expression - Принудительно обрабатывает все соответствующие файлы обработчиком (Forces all matching files to be processed by a handler) - SetHandler

    core.html#sethandler

  246. SetInputFilter filter[;filter...] - Устанавливает фильтры, которые будут обрабатывать клиентские запросы и ввод POST (Sets the filters that will process client requests and POST input) - SetInputFilter

    core.html#setinputfilter

  247. SetOutputFilter filter[;filter...] - Устанавливает фильтры, которые будут обрабатывать ответы от сервера (Sets the filters that will process responses from the server) - SetOutputFilter

    core.html#setoutputfilter

  248. SSIErrorMsg message - Сообщение об ошибке отображается при наличии ошибки SSI (Error message displayed when there is an SSI error) - SSIErrorMsg

    mod_include.html#ssierrormsg

  249. SSIETag on|off - Управляет генерацией сервером ETag (Controls whether ETags are generated by the server.) - SSIETag

    mod_include.html#ssietag

  250. SSILastModified on|off - Управляет генерацией сервером заголовков Last-Modified (Controls whether Last-Modified headers are generated by the server.) - SSILastModified

    mod_include.html#ssilastmodified

  251. SSILegacyExprParser on|off - Включить режим совместимости для условных выражений (Enable compatibility mode for conditional expressions.) - SSILegacyExprParser

    mod_include.html#ssilegacyexprparser

  252. SSITimeFormat formatstring - Настраивает формат отображения строк даты (Configures the format in which date strings are displayed) - SSITimeFormat

    mod_include.html#ssitimeformat

  253. SSIUndefinedEcho string - Строка, отображаемая при отображении неустановленной переменной (String displayed when an unset variable is echoed) - SSIUndefinedEcho

    mod_include.html#ssiundefinedecho

  254. SSLCipherSuite cipher-spec - Cipher Suite доступен для согласования при рукопожатии SSL (Cipher Suite available for negotiation in SSL handshake) - SSLCipherSuite

    mod_ssl.html#sslciphersuite

  255. SSLOptions [+|-]option ... - Настроить различные параметры времени выполнения механизма SSL (Configure various SSL engine run-time options) - SSLOptions

    mod_ssl.html#ssloptions

  256. SSLProxyCipherSuite cipher-spec - Cipher Suite доступен для согласования при рукопожатии SSL-прокси (Cipher Suite available for negotiation in SSL proxy handshake) - SSLProxyCipherSuite

    mod_ssl.html#sslproxyciphersuite

  257. SSLRenegBufferSize bytes - Установите размер буфера повторного согласования SSL (Set the size for the SSL renegotiation buffer) - SSLRenegBufferSize

    mod_ssl.html#sslrenegbuffersize

  258. SSLRequire expression - Разрешить доступ только тогда, когда произвольно сложное логическое выражение истинно (Allow access only when an arbitrarily complex boolean expression is true) - SSLRequire

    mod_ssl.html#sslrequire

  259. SSLRequireSSL - Запретить доступ, если SSL не используется для HTTP-запроса (Deny access when SSL is not used for the HTTP request) - SSLRequireSSL

    mod_ssl.html#sslrequiressl

  260. SSLUserName varname - Имя переменной для определения имени пользователя (Variable name to determine user name) - SSLUserName

    mod_ssl.html#sslusername

  261. SSLVerifyClient level - Тип проверки сертификата клиента (Type of Client Certificate verification) - SSLVerifyClient

    mod_ssl.html#sslverifyclient

  262. SSLVerifyDepth number - Максимальная глубина сертификатов ЦС при проверке сертификата клиента (Maximum depth of CA Certificates in Client Certificate verification) - SSLVerifyDepth

    mod_ssl.html#sslverifydepth

  263. Substitute s/pattern/substitution/[infq] - Шаблон для фильтрации содержимого ответа (Pattern to filter the response content) - Substitute

    mod_substitute.html#substitute

  264. SubstituteInheritBefore on|off - Изменить порядок слияния унаследованных шаблонов (Change the merge order of inherited patterns) - SubstituteInheritBefore

    mod_substitute.html#substituteinheritbefore

  265. SubstituteMaxLineLength bytes(b|B|k|K|m|M|g|G) - Установить максимальный размер строки (Set the maximum line size) - SubstituteMaxLineLength

    mod_substitute.html#substitutemaxlinelength

  266. UnsetEnv env-variable [env-variable] ... - Удаляет переменные из окружения (Removes variables from the environment) - UnsetEnv

    mod_env.html#unsetenv

  267. XBitHack on|off|full - Разбирать директивы SSI в файлах с установленным битом выполнения (Parse SSI directives in files with the execute bit set) - XBitHack

    mod_include.html#xbithack

  268. xml2EncDefault name - Задает кодировку по умолчанию, которая принимается, когда абсолютно никакая информация не может бытьавтоматически обнаружена (Sets a default encoding to assume when absolutely no information can be automatically detected) - xml2EncDefault

    mod_xml2enc.html#xml2encdefault

  269. xml2StartParse element [element ...] - Посоветуйте синтаксическому анализатору пропустить ведущий мусор (Advise the parser to skip leading junk.) - xml2StartParse

    mod_xml2enc.html#xml2startparse