- CacheDefaultExpire seconds - Продолжительность кэширования документа по умолчанию, если срок действия не указан (The default duration to cache a document when no expiry date is specified.) - CacheDefaultExpire
mod_cache.html#cachedefaultexpire
- CacheDetailHeader on|off - Добавьте в ответ заголовок X-Cache-Detail (Add an X-Cache-Detail header to the response.) - CacheDetailHeader
mod_cache.html#cachedetailheader
- CacheDirLength length - Количество символов в именах подкаталогов (The number of characters in subdirectory names) - CacheDirLength
mod_cache_disk.html#cachedirlength
- CacheDirLevels levels - Количество уровней подкаталогов в кеше (The number of levels of subdirectories in the cache.) - CacheDirLevels
mod_cache_disk.html#cachedirlevels
- CacheDisable url-string | on - Отключить кеширование указанных URL (Disable caching of specified URLs) - CacheDisable
mod_cache.html#cachedisable
- CacheEnable cache_type [url-string] - Включить кэширование указанных URL-адресов с помощью указанного диспетчера хранилища (Enable caching of specified URLs using a specified storage manager) - CacheEnable
mod_cache.html#cacheenable
- CacheFile file-path [file-path] ... - Кэшировать список дескрипторов файлов во время запуска (Cache a list of file handles at startup time) - CacheFile
mod_file_cache.html#cachefile
- CacheHeader on|off - Добавить к ответу заголовок X-Cache (Add an X-Cache header to the response.) - CacheHeader
mod_cache.html#cacheheader
- CacheIgnoreCacheControl On|Off - Игнорировать запрос на отказ от предоставления кэшированного контента клиенту (Ignore request to not serve cached content to client) - CacheIgnoreCacheControl
mod_cache.html#cacheignorecachecontrol
- CacheIgnoreHeaders header-string [header-string] ... - Не сохранять указанные заголовки HTTP в кэше (Do not store the given HTTP header(s) in the cache.) - CacheIgnoreHeaders
mod_cache.html#cacheignoreheaders
- CacheIgnoreNoLastMod On|Off - Игнорируйте тот факт, что ответ не имеет заголовка Last Modified (Ignore the fact that a response has no Last Modified header.) - CacheIgnoreNoLastMod
mod_cache.html#cacheignorenolastmod
- CacheIgnoreQueryString On|Off - Игнорировать строку запроса при кэшировании (Ignore query string when caching) - CacheIgnoreQueryString
mod_cache.html#cacheignorequerystring
- CacheIgnoreURLSessionIdentifiers identifier [identifier] ... - Игнорировать определенные идентификаторы сеанса, закодированные в URL, при кэшировании (Ignore defined session identifiers encoded in the URL when caching) - CacheIgnoreURLSessionIdentifiers
mod_cache.html#cacheignoreurlsessionidentifiers
- CacheKeyBaseURL URL - Переопределить базовый URL ключей кэша обратного проксирования (Override the base URL of reverse proxied cache keys.) - CacheKeyBaseURL
mod_cache.html#cachekeybaseurl
- CacheLastModifiedFactor float - Коэффициент, используемый для расчета даты истечения срока действия на основе даты LastModified (The factor used to compute an expiry date based on the LastModified date.) - CacheLastModifiedFactor
mod_cache.html#cachelastmodifiedfactor
- CacheLock on|off - Включить громоподобный стадный замок (Enable the thundering herd lock.) - CacheLock
mod_cache.html#cachelock
- CacheLockMaxAge integer - Установите максимально возможный возраст блокировки кеша (Set the maximum possible age of a cache lock.) - CacheLockMaxAge
mod_cache.html#cachelockmaxage
- CacheLockPath directory - Установите каталог пути блокировки (Set the lock path directory.) - CacheLockPath
mod_cache.html#cachelockpath
- CacheMaxExpire seconds - Максимальное время в секундах для кэширования документа (The maximum time in seconds to cache a document) - CacheMaxExpire
mod_cache.html#cachemaxexpire
- CacheMaxFileSize bytes - Максимальный размер (в байтах) документа, помещаемого в кэш (The maximum size (in bytes) of a document to be placed in the cache) - CacheMaxFileSize
mod_cache_disk.html#cachemaxfilesize
- CacheMinExpire seconds - Минимальное время в секундах для кэширования документа (The minimum time in seconds to cache a document) - CacheMinExpire
mod_cache.html#cacheminexpire
- CacheMinFileSize bytes - Минимальный размер (в байтах) документа для помещения в кэш (The minimum size (in bytes) of a document to be placed in the cache) - CacheMinFileSize
mod_cache_disk.html#cacheminfilesize
- CacheNegotiatedDocs On|Off - Разрешает кэширование документов с согласованным содержимым прокси-серверами (Allows content-negotiated documents to be cached by proxy servers) - CacheNegotiatedDocs
mod_negotiation.html#cachenegotiateddocs
- CacheQuickHandler on|off - Запустите кеш из быстрого обработчика (Run the cache from the quick handler.) - CacheQuickHandler
mod_cache.html#cachequickhandler
- 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
- CacheReadTime milliseconds - Минимальное время (в миллисекундах), которое должно пройти при чтении, прежде чем данные будут отправлены вниз по течению (The minimum time (in milliseconds) that should elapse while reading before data is sent downstream) - CacheReadTime
mod_cache_disk.html#cachereadtime
- CacheRoot directory - Корневой каталог, в котором хранятся файлы кеша (The directory root under which cache files are stored) - CacheRoot
mod_cache_disk.html#cacheroot
- CacheSocache type[:args] - Реализация кэша общих объектов для использования (The shared object cache implementation to use) - CacheSocache
mod_cache_socache.html#cachesocache
- CacheSocacheMaxSize bytes - Максимальный размер (в байтах) записи, помещаемой в кэш (The maximum size (in bytes) of an entry to be placed in the cache) - CacheSocacheMaxSize
mod_cache_socache.html#cachesocachemaxsize
- CacheSocacheMaxTime seconds - Максимальное время (в секундах) для помещения документа в кэш (The maximum time (in seconds) for a document to be placed in the cache) - CacheSocacheMaxTime
mod_cache_socache.html#cachesocachemaxtime
- CacheSocacheMinTime seconds - Минимальное время (в секундах) для помещения документа в кэш (The minimum time (in seconds) for a document to be placed in the cache) - CacheSocacheMinTime
mod_cache_socache.html#cachesocachemintime
- 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
- CacheSocacheReadTime milliseconds - Минимальное время (в миллисекундах), которое должно пройти при чтении, прежде чем данные будут отправлены вниз по течению (The minimum time (in milliseconds) that should elapse while reading before data is sent downstream) - CacheSocacheReadTime
mod_cache_socache.html#cachesocachereadtime
- CacheStaleOnError on|off - Подавать устаревший контент вместо ответов 5xx (Serve stale content in place of 5xx responses.) - CacheStaleOnError
mod_cache.html#cachestaleonerror
- CacheStoreExpired On|Off - Попытка кэшировать ответы, которые сервер сообщает как просроченные (Attempt to cache responses that the server reports as expired) - CacheStoreExpired
mod_cache.html#cachestoreexpired
- CacheStoreNoStore On|Off - Попытаться кэшировать запросы или ответы, помеченные как не сохраняемые (Attempt to cache requests or responses that have been marked as no-store.) - CacheStoreNoStore
mod_cache.html#cachestorenostore
- CacheStorePrivate On|Off - Попытка кэшировать ответы, которые сервер пометил как частные (Attempt to cache responses that the server has marked as private) - CacheStorePrivate
mod_cache.html#cachestoreprivate
- CGIDScriptTimeout time[s|ms] - Продолжительность ожидания дополнительных выходных данных от программы CGI (The length of time to wait for more output from the CGI program) - CGIDScriptTimeout
mod_cgid.html#cgidscripttimeout
- CGIMapExtension cgi-path .extension - Техника поиска интерпретатора CGI-скриптов (Technique for locating the interpreter for CGI scripts) - CGIMapExtension
core.html#cgimapextension
- CGIPassAuth On|Off - Включает передачу HTTP-заголовков авторизации в скрипты как переменные CGI (Enables passing HTTP authorization headers to scripts as CGI variables) - CGIPassAuth
core.html#cgipassauth
- CGIVar variable rule - Управляет установкой некоторых переменных CGI (Controls how some CGI variables are set) - CGIVar
core.html#cgivar
- CharsetDefault charset - Кодировка для перевода (Charset to translate into) - CharsetDefault
mod_charset_lite.html#charsetdefault
- CharsetOptions option [option] ... - Настраивает поведение перевода кодировки (Configures charset translation behavior) - CharsetOptions
mod_charset_lite.html#charsetoptions
- CharsetSourceEnc charset - Исходная кодировка файлов (Source charset of files) - CharsetSourceEnc
mod_charset_lite.html#charsetsourceenc
- CheckCaseOnly on|off - Ограничивает действие модуля правописания исправлением регистра (Limits the action of the speling module to case corrections) - CheckCaseOnly
mod_speling.html#checkcaseonly
- CheckSpelling on|off - Включает модуль правописания (Enables the spelling module) - CheckSpelling
mod_speling.html#checkspelling
- ChrootDir /path/to/directory - Каталог apache для запуска chroot(8) после запуска (Directory for apache to run chroot(8) after startup.) - ChrootDir
mod_unixd.html#chrootdir
- ContentDigest On|Off - Включает создание заголовков HTTP-ответа
Content-MD5
(Enables the generation of Content-MD5
HTTP Response headers) - ContentDigest
core.html#contentdigest
- CookieDomain domain - Домен, к которому применяется отслеживающий файл cookie (The domain to which the tracking cookie applies) - CookieDomain
mod_usertrack.html#cookiedomain
- CookieExpires expiry-period - Срок действия файла cookie отслеживания (Expiry time for the tracking cookie) - CookieExpires
mod_usertrack.html#cookieexpires
- CookieName token - Имя отслеживающего файла cookie (Name of the tracking cookie) - CookieName
mod_usertrack.html#cookiename
- CookieStyle Netscape|Cookie|Cookie2|RFC2109|RFC2965 - Формат поля заголовка cookie (Format of the cookie header field) - CookieStyle
mod_usertrack.html#cookiestyle
- CookieTracking on|off - Включает отслеживание файлов cookie (Enables tracking cookie) - CookieTracking
mod_usertrack.html#cookietracking
- CoreDumpDirectory directory - Каталог, в который HTTP-сервер Apache пытается переключиться перед сбросом ядра (Directory where Apache HTTP Server attempts to switch before dumping core) - CoreDumpDirectory
mpm_common.html#coredumpdirectory
- CustomLog file|pipe format|nickname [env=[!]environment-variable| expr=expression] - Задает имя файла и формат файла журнала (Sets filename and format of log file) - CustomLog
mod_log_config.html#customlog