From 74b1af850134e303597aafed64934079970f1002 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Thu, 14 Nov 2002 00:16:26 +0000 Subject: [PATCH] Add mod_disk_cache and mod_mem_cache to the indexes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97509 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/directives.html.en | 18 ++ docs/manual/mod/index.html.en | 2 + docs/manual/mod/quickreference.html.en | 279 ++++++++++++++----------- docs/manual/sitemap.html.en | 2 + docs/manual/sitemap.xml | 2 + 5 files changed, 179 insertions(+), 124 deletions(-) diff --git a/docs/manual/mod/directives.html.en b/docs/manual/mod/directives.html.en index a82cf27882..2f07de4a6d 100644 --- a/docs/manual/mod/directives.html.en +++ b/docs/manual/mod/directives.html.en @@ -86,16 +86,29 @@
  • BrowserMatch
  • BrowserMatchNoCase
  • CacheDefaultExpire
  • +
  • CacheDirLength
  • +
  • CacheDirLevels
  • CacheDisable
  • CacheEnable
  • +
  • CacheExpiryCheck
  • CacheFile
  • CacheForceCompletion
  • +
  • CacheGcClean
  • +
  • CacheGcDaily
  • +
  • CacheGcInterval
  • +
  • CacheGcMemUsage
  • +
  • CacheGcUnused
  • CacheIgnoreCacheControl
  • CacheIgnoreNoLastMod
  • CacheLastModifiedFactor
  • CacheMaxExpire
  • +
  • CacheMaxFileSize
  • CacheMaxStreamingBuffer
  • +
  • CacheMinFileSize
  • CacheNegotiatedDocs
  • +
  • CacheRoot
  • +
  • CacheSize
  • +
  • CacheTimeMargin
  • CGIMapExtension
  • CharsetDefault
  • CharsetOptions
  • @@ -196,6 +209,11 @@
  • MaxSpareThreads
  • MaxThreads
  • MaxThreadsPerChild
  • +
  • MCacheMaxObjectCount
  • +
  • MCacheMaxObjectSize
  • +
  • MCacheMinObjectSize
  • +
  • MCacheRemovalAlgorithm
  • +
  • MCacheSize
  • MetaDir
  • MetaFiles
  • MetaSuffix
  • diff --git a/docs/manual/mod/index.html.en b/docs/manual/mod/index.html.en index fd47a3b3d7..dbef884e1c 100644 --- a/docs/manual/mod/index.html.en +++ b/docs/manual/mod/index.html.en @@ -60,6 +60,7 @@ address) client
    mod_dir
    Provides for "trailing slash" redirects and serving directory index files
    +
    mod_disk_cache
    Content cache storage manager keyed to URIs
    mod_echo
    A simple echo server to illustrate protocol modules
    mod_env
    Modifies the environment which is passed to CGI scripts and @@ -81,6 +82,7 @@ configuration
    services for use by other LDAP modules
    mod_log_config
    Logging of the requests made to the server
    mod_logio
    Logging of input and output bytes per request
    +
    mod_mem_cache
    Content cache keyed to URIs
    mod_mime
    Associates the requested filename's extensions with the file's behavior (handlers and filters) and content (mime-type, language, character set and diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index dbd661ff49..a80bcb2a2b 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -166,13 +166,27 @@ store passwords [[!]env-variable[=value]] ...svdhBSets environment variables conditional on User-Agent without respect to case CacheDefaultExpire seconds 3600 (one hour) svXThe default duration to cache a document when no expiry date is specified. +CacheDirLength length 2 svXThe number of characters in subdirectory names +CacheDirLevels levels 3 svXThe number of levels of subdirectories in the +cache. CacheDisable url-stringsvXDisable caching of specified URLs CacheEnable cache_type url-stringsvXEnable caching of specified URLs using a specified storage manager -CacheFile - file-path [file-path] ...sX- -CacheForceCompletion Percentage 60 svXPercentage of document served, after which the server +CacheExpiryCheck On|Off On svXIndicates if the cache observes Expires dates when seeking +files +CacheFile + file-path [file-path] ...sX- +CacheForceCompletion Percentage 60 svXPercentage of document served, after which the server will complete caching the file even if the request is cancelled. +CacheGcClean hours url-string ? svXThe time to retain unchanged cached files that match a +URL +CacheGcDaily time ? svXThe recurring time each day for garbage collection to be run. +(24 hour clock) +CacheGcInterval hourssvXThe interval between garbage collection attempts. +CacheGcMemUsage KBytes ? svXThe maximum kilobytes of memory used for garbage +collection +CacheGcUnused hours url-string ? svXThe time to retain unreferenced cached files that match a +URL. CacheIgnoreCacheControl On|Off Off svXIgnore the fact that the client requested the content not be cached. CacheIgnoreNoLastMod On|Off Off svXIgnore the fact that a response has no Last Modified @@ -180,188 +194,205 @@ header. CacheLastModifiedFactor float 0.1 svXThe factor used to compute an expiry date based on the LastModified date. CacheMaxExpire seconds 86400 (one day) svXThe maximum time in seconds to cache a document -CacheMaxStreamingBuffer size_in_bytes 0 svXMaximum amount of a streamed response to buffer in memory +CacheMaxFileSize bytes 1000000 svXThe maximum size (in bytes) of a document to be placed in the +cache +CacheMaxStreamingBuffer size_in_bytes 0 svXMaximum amount of a streamed response to buffer in memory before declaring the response uncacheable +CacheMinFileSize bytes 1 svXThe minimum size (in bytes) of a document to be placed in the +cache CacheNegotiatedDocs on|off off svBAllows content-negotiated documents to be cached by proxy servers -CGIMapExtension cgi-path .extensiondhCTechnique for locating the interpreter for CGI +CacheRoot directorysvXThe directory root under which cache files are +stored +CacheSize KBytes 1000000 svXThe maximum amount of disk space that will be used by the +cache in KBytes +CacheTimeMargin ? ? svXThe minimum time margin to cache a document +CGIMapExtension cgi-path .extensiondhCTechnique for locating the interpreter for CGI scripts -CharsetDefault charsetsvdhXCharset to translate into -CharsetOptions option [option] ... DebugLevel=0 NoImpl +svdhXConfigures charset translation behavior -CharsetSourceEnc charsetsvdhXSource charset of files -CheckSpelling on|off Off svdhEEnables the spelling +CharsetDefault charsetsvdhXCharset to translate into +CharsetOptions option [option] ... DebugLevel=0 NoImpl +svdhXConfigures charset translation behavior +CharsetSourceEnc charsetsvdhXSource charset of files +CheckSpelling on|off Off svdhEEnables the spelling module -ChildPerUserID user_id -group_id num_childrensM- -ContentDigest on|off off svdhCEnables the generation of Content-MD5 HTTP Response +ChildPerUserID user_id +group_id num_childrensM- +ContentDigest on|off off svdhCEnables the generation of Content-MD5 HTTP Response headers -CookieDomain domainsvdhEThe domain to which the tracking cookie applies -CookieExpires expiry-periodsvdhEExpiry time for the tracking cookie -CookieLog filenamesvBSets filename for the logging of cookies -CookieName token Apache svdhEName of the tracking cookie -CookieStyle - Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat of the cookie header field -CookieTracking on|off off svdhEEnables tracking cookie -CoreDumpDirectory directorysMDirectory where Apache attempts to +CookieDomain domainsvdhEThe domain to which the tracking cookie applies +CookieExpires expiry-periodsvdhEExpiry time for the tracking cookie +CookieLog filenamesvBSets filename for the logging of cookies +CookieName token Apache svdhEName of the tracking cookie +CookieStyle + Netscape|Cookie|Cookie2|RFC2109|RFC2965 Netscape svdhEFormat of the cookie header field +CookieTracking on|off off svdhEEnables tracking cookie +CoreDumpDirectory directorysMDirectory where Apache attempts to switch before dumping core -CustomLog +CustomLog file|pipe format|nickname - [env=[!]environment-variable]svBSets filename and format of log file -Dav On|Off|provider-name Off dEEnable WebDAV HTTP methods -DavDepthInfinity on|off off svdEAllow PROPFIND, Depth: Infinity requests -DavLockDB file-pathsvELocation of the DAV lock database -DavMinTimeout seconds 0 svdEMinimum amount of time the server holds a lock on + [env=[!]environment-variable]svBSets filename and format of log file +Dav On|Off|provider-name Off dEEnable WebDAV HTTP methods +DavDepthInfinity on|off off svdEAllow PROPFIND, Depth: Infinity requests +DavLockDB file-pathsvELocation of the DAV lock database +DavMinTimeout seconds 0 svdEMinimum amount of time the server holds a lock on a DAV resource -DefaultIcon url-pathsvdhBIcon to display for files when no specific icon is +DefaultIcon url-pathsvdhBIcon to display for files when no specific icon is configured -DefaultLanguage - MIME-langsvdhBSets all files in the given scope to the +DefaultLanguage + MIME-langsvdhBSets all files in the given scope to the specified language -DefaultType MIME-type text/plain svdhCMIME content-type that will be sent if the +DefaultType MIME-type text/plain svdhCMIME content-type that will be sent if the server cannot determine a type in any other way -DeflateBufferSize value 8096 svEFragment size to be compressed at one time by zlib -DeflateFilterNote notenamesvEPlaces the compression ratio in a note for logging -DeflateMemLevel value 9 svEHow much memory should be used by zlib for compression -DeflateWindowSize value 15 svEZlib compression window size - Deny from +DeflateBufferSize value 8096 svEFragment size to be compressed at one time by zlib +DeflateFilterNote notenamesvEPlaces the compression ratio in a note for logging +DeflateMemLevel value 9 svEHow much memory should be used by zlib for compression +DeflateWindowSize value 15 svEZlib compression window size + Deny from all|host|env=env-variable - [host|env=env-variable] ...dhBControls which hosts are denied access to the + [host|env=env-variable] ...dhBControls which hosts are denied access to the server -<Directory directory-path> -... </Directory>svCEnclose a group of directives that apply only to the +<Directory directory-path> +... </Directory>svCEnclose a group of directives that apply only to the named file-system directory and sub-directories -DirectoryIndex - local-url [local-url] ... index.html svdhBList of resources to look for when the client requests +DirectoryIndex + local-url [local-url] ... index.html svdhBList of resources to look for when the client requests a directory -<DirectoryMatch regex> -... </DirectoryMatch>svCEnclose directives that apply to +<DirectoryMatch regex> +... </DirectoryMatch>svCEnclose directives that apply to file-system directories matching a regular expression and their subdirectories -DocumentRoot directory-path /usr/local/apache/h +svCDirectory that forms the main document tree visible +DocumentRoot directory-path /usr/local/apache/h +svCDirectory that forms the main document tree visible from the web -EnableMMAP on|off on svdhCUse memory-mapping to read files during delivery -EnableSendfile on|off on svdhCUse the kernel sendfile support to deliver files to the client -ErrorDocument error-code documentsvdhCWhat the server will return to the client +EnableMMAP on|off on svdhCUse memory-mapping to read files during delivery +EnableSendfile on|off on svdhCUse the kernel sendfile support to deliver files to the client +ErrorDocument error-code documentsvdhCWhat the server will return to the client in case of an error - ErrorLog file-path|syslog[:facility] logs/error_log (Uni +svCLocation where the server will log errors -ExamplesvdhXDemonstration directive to illustrate the Apache module + ErrorLog file-path|syslog[:facility] logs/error_log (Uni +svCLocation where the server will log errors +ExamplesvdhXDemonstration directive to illustrate the Apache module API -ExpiresActive On|OffsvdhEEnables generation of Expires +ExpiresActive On|OffsvdhEEnables generation of Expires headers -ExpiresByType MIME-type -<code>secondssvdhEValue of the Expires header configured +ExpiresByType MIME-type +<code>secondssvdhEValue of the Expires header configured by MIME type -ExpiresDefault <code>secondssvdhEDefault algorithm for calculating expiration time -ExtendedStatus On|Off Off sBKeep track of extended status information for each +ExpiresDefault <code>secondssvdhEDefault algorithm for calculating expiration time +ExtendedStatus On|Off Off sBKeep track of extended status information for each request -ExtFilterDefine filtername parameterssXDefine an external filter -ExtFilterOptions option [option] ... DebugLevel=0 NoLogS +dXConfigure mod_ext_filter options -FileETag component ... INode MTime Size svdhCFile attributes used to create the ETag +ExtFilterDefine filtername parameterssXDefine an external filter +ExtFilterOptions option [option] ... DebugLevel=0 NoLogS +dXConfigure mod_ext_filter options +FileETag component ... INode MTime Size svdhCFile attributes used to create the ETag HTTP response header -<Files filename> ... </Files>svdhCContains directives that apply to matched +<Files filename> ... </Files>svdhCContains directives that apply to matched filenames -<FilesMatch regex> ... </FilesMatch>svdhCContains directives that apply to regular-expression matched +<FilesMatch regex> ... </FilesMatch>svdhCContains directives that apply to regular-expression matched filenames -ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] Prefer svdhBAction to take if a single acceptable document is not +ForceLanguagePriority None|Prefer|Fallback [Prefer|Fallback] Prefer svdhBAction to take if a single acceptable document is not found -ForceType MIME-type|nonedhCForces all matching files to be served with the specified +ForceType MIME-type|nonedhCForces all matching files to be served with the specified MIME content-type -Group unix-group #-1 svMGroup under which the server will answer +Group unix-group #-1 svMGroup under which the server will answer requests -Header set|append|add|unset|echo header -[value]svdhEConfigure HTTP response headers -HeaderName filenamesvdhBName of the file that will be inserted at the top +Header set|append|add|unset|echo header +[value]svdhEConfigure HTTP response headers +HeaderName filenamesvdhBName of the file that will be inserted at the top of the index listing -HostnameLookups on|off|double off svdCEnables DNS lookups on client IP addresses -IdentityCheck on|off off svdCEnables logging of the RFC1413 identity of the remote +HostnameLookups on|off|double off svdCEnables DNS lookups on client IP addresses +IdentityCheck on|off off svdCEnables logging of the RFC1413 identity of the remote user -<IfDefine [!]parameter-name> ... - </IfDefine>svdhCEncloses directives that will be processed only +<IfDefine [!]parameter-name> ... + </IfDefine>svdhCEncloses directives that will be processed only if a test is true at startup -<IfModule [!]module-name> ... - </IfModule>svdhCEncloses directives that are processed conditional on the +<IfModule [!]module-name> ... + </IfModule>svdhCEncloses directives that are processed conditional on the presence or absence of a specific module -ImapBase map|referer|URL http://servername/ svdhBDefault base for imagemap files -ImapDefault error|nocontent|map|referer|URL nocontent svdhBDefault action when an imagemap is called with coordinates +ImapBase map|referer|URL http://servername/ svdhBDefault base for imagemap files +ImapDefault error|nocontent|map|referer|URL nocontent svdhBDefault action when an imagemap is called with coordinates that are not explicitly mapped -ImapMenu - none|formatted|semiformatted|unformattedsvdhBAction if no coordinates are given when calling +ImapMenu + none|formatted|semiformatted|unformattedsvdhBAction if no coordinates are given when calling an imagemap -Include file-path|directory-pathsvdCIncludes other configuration files from within +Include file-path|directory-pathsvdCIncludes other configuration files from within the server configuration files -IndexIgnore file [file] ...svdhBAdds to the list of files to hide when listing +IndexIgnore file [file] ...svdhBAdds to the list of files to hide when listing a directory -IndexOptions [+|-]option [[+|-]option] -...svdhBVarious configuration settings for directory +IndexOptions [+|-]option [[+|-]option] +...svdhBVarious configuration settings for directory indexing -IndexOrderDefault Ascending|Descending -Name|Date|Size|Description Ascending Name svdhBSets the default ordering of the directory index -ISAPIAppendLogToErrors on|off off svdhBRecord HSE_APPEND_LOG_PARAMETER requests from ISAPI +IndexOrderDefault Ascending|Descending +Name|Date|Size|Description Ascending Name svdhBSets the default ordering of the directory index +ISAPIAppendLogToErrors on|off off svdhBRecord HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the error log -ISAPIAppendLogToQuery on|off on svdhBRecord HSE_APPEND_LOG_PARAMETER requests from ISAPI +ISAPIAppendLogToQuery on|off on svdhBRecord HSE_APPEND_LOG_PARAMETER requests from ISAPI extensions to the query field -ISAPICacheFile file-path [file-path] ...svBISAPI .dll files to be loaded at startup -ISAPIFakeAsync on|off off svdhBFake asynchronous support for isapi callbacks -ISAPILogNotSupported on|off off svdhBLog unsupported feature requests from ISAPI +ISAPICacheFile file-path [file-path] ...svBISAPI .dll files to be loaded at startup +ISAPIFakeAsync on|off off svdhBFake asynchronous support for isapi callbacks +ISAPILogNotSupported on|off off svdhBLog unsupported feature requests from ISAPI extensions -ISAPIReadAheadBuffer size 49152 sdhBSize of the Read Ahead Buffer sent to ISAPI +ISAPIReadAheadBuffer size 49152 sdhBSize of the Read Ahead Buffer sent to ISAPI extensions -KeepAlive on|off On svCEnables HTTP persistent connections -KeepAliveTimeout seconds 15 svCAmount of time the server will wait for subsequent +KeepAlive on|off On svCEnables HTTP persistent connections +KeepAliveTimeout seconds 15 svCAmount of time the server will wait for subsequent requests on a persistent connection -LanguagePriority MIME-lang [MIME-lang] ...svdhBThe precendence of language variants for cases where +LanguagePriority MIME-lang [MIME-lang] ...svdhBThe precendence of language variants for cases where the client does not express a preference -LDAPCacheEntries number 1024 sXMaximum number of entires in the primary LDAP cache -LDAPCacheTTL seconds 600 sXTime that cached items remain valid -LDAPCertDBPath directory-pathsXDirectory containing certificates for SSL support -LDAPOpCacheEntries number 1024 sXNumber of entries used to cache LDAP compare +LDAPCacheEntries number 1024 sXMaximum number of entires in the primary LDAP cache +LDAPCacheTTL seconds 600 sXTime that cached items remain valid +LDAPCertDBPath directory-pathsXDirectory containing certificates for SSL support +LDAPOpCacheEntries number 1024 sXNumber of entries used to cache LDAP compare operations -LDAPOpCacheTTL seconds 600 sXTime that entries in the operation cache remain +LDAPOpCacheTTL seconds 600 sXTime that entries in the operation cache remain valid -LDAPSharedCacheSize bytes 102400 sXSize in bytes of the shared-memory cache -<Limit method [method] ... > ... - </Limit>svdhCRestrict enclosed access controls to only certain HTTP +LDAPSharedCacheSize bytes 102400 sXSize in bytes of the shared-memory cache +<Limit method [method] ... > ... + </Limit>svdhCRestrict enclosed access controls to only certain HTTP methods -<LimitExcept method [method] ... > ... - </LimitExcept>svdhCRestrict access controls to all HTTP methods +<LimitExcept method [method] ... > ... + </LimitExcept>svdhCRestrict access controls to all HTTP methods except the named ones -LimitRequestBody bytes 0 svdhCRestricts the total size of the HTTP request body sent +LimitRequestBody bytes 0 svdhCRestricts the total size of the HTTP request body sent from the client -LimitRequestFields number 100 sCLimits the number of HTTP request header fields that +LimitRequestFields number 100 sCLimits the number of HTTP request header fields that will be accepted from the client -LimitRequestFieldsize bytessCLimits the size of the HTTP request header allowed from the +LimitRequestFieldsize bytessCLimits the size of the HTTP request header allowed from the client -LimitRequestLine bytes 8190 sCLimit the size of the HTTP request line that will be accepted +LimitRequestLine bytes 8190 sCLimit the size of the HTTP request line that will be accepted from the client -LimitXMLRequestBody number 1000000 svdhCLimits the size of an XML-based request body -Listen [IP-address:]portnumbersMIP addresses and ports that the server +LimitXMLRequestBody number 1000000 svdhCLimits the size of an XML-based request body +Listen [IP-address:]portnumbersMIP addresses and ports that the server listens to -ListenBacklog backlogsMMaximum length of the queue of pending connections -LoadFile filename [filename] ...sELink in the named object file or library -LoadModule module filenamesELinks in the object file or library, and adds to the list +ListenBacklog backlogsMMaximum length of the queue of pending connections +LoadFile filename [filename] ...sELink in the named object file or library +LoadModule module filenamesELinks in the object file or library, and adds to the list of active modules -<Location - URL-path|URL> ... </Location>svCApplies the enclosed directives only to matching +<Location + URL-path|URL> ... </Location>svCApplies the enclosed directives only to matching URLs -<LocationMatch - regex> ... </LocationMatch>svCApplies the enclosed directives only to regular-expression +<LocationMatch + regex> ... </LocationMatch>svCApplies the enclosed directives only to regular-expression matching URLs -LockFile filename logs/accept.lock sMLocation of the accept serialization lock file -LogFormat - format|nickname [nickname] "%h %l %u %t \"%r\" +svBDescribes a format for use in a log file -LogLevel level warn svCControls the verbosity of the ErrorLog -MaxClients numbersMMaximum number of child processes that will be created +LockFile filename logs/accept.lock sMLocation of the accept serialization lock file +LogFormat + format|nickname [nickname] "%h %l %u %t \"%r\" +svBDescribes a format for use in a log file +LogLevel level warn svCControls the verbosity of the ErrorLog +MaxClients numbersMMaximum number of child processes that will be created to serve requests -MaxKeepAliveRequests number 100 svCNumber of requests allowed on a persistent +MaxKeepAliveRequests number 100 svCNumber of requests allowed on a persistent connection -MaxMemFree numbersMMaximum amount of memory that the main allocator is allowed +MaxMemFree numbersMMaximum amount of memory that the main allocator is allowed to hold without calling free() -MaxRequestsPerChild number 10000 sMLimit on the number of requests that an individual child server +MaxRequestsPerChild number 10000 sMLimit on the number of requests that an individual child server will handle during its life -MaxSpareServers number
    10 sMMaximum number of idle child server processes -MaxSpareThreads numbersMMaximum number of idle threads -MaxThreads number 250 sM- -MaxThreadsPerChild number 64 sMMaximum number of threads per child process +MaxSpareServers number
    10 sMMaximum number of idle child server processes +MaxSpareThreads numbersMMaximum number of idle threads +MaxThreads number 250 sM- +MaxThreadsPerChild number 64 sMMaximum number of threads per child process +MCacheMaxObjectCount value 1009 svXThe maximum number of objects allowed to be placed in the cache +MCacheMaxObjectSize bytes 10000 svXThe maximum size (in bytes) of a document allowed in the +cache +MCacheMinObjectSize bytes 0 svXThe minimum size (in bytes) of a document to be allowed in the +cache +MCacheRemovalAlgorithm LRU|GDSF GDSF svXThe algorithm used to select documents for removal from the +cache +MCacheSize KBytes 100 svXThe maximum amount of memory used by the cache in KBytes MetaDir directory .web svdhEName of the directory to find CERN-style meta information files MetaFiles on|off off svdhEActivates CERN meta-file processing diff --git a/docs/manual/sitemap.html.en b/docs/manual/sitemap.html.en index 922c719c72..1c77101289 100644 --- a/docs/manual/sitemap.html.en +++ b/docs/manual/sitemap.html.en @@ -110,6 +110,7 @@ Server on HPUX
  • Apache Module mod_dav_fs
  • Apache Module mod_deflate
  • Apache Module mod_dir
  • +
  • Apache Module mod_disk_cache
  • Apache Module mod_echo
  • Apache Module mod_env
  • Apache Module mod_example
  • @@ -124,6 +125,7 @@ Server on HPUX
  • Apache Module mod_ldap
  • Apache Module mod_log_config
  • Apache Module mod_logio
  • +
  • Apache Module mod_mem_cache
  • Apache Module mod_mime
  • Apache Module mod_mime_magic
  • Apache Module mod_negotiation
  • diff --git a/docs/manual/sitemap.xml b/docs/manual/sitemap.xml index e2d2938700..00193f0ca8 100644 --- a/docs/manual/sitemap.xml +++ b/docs/manual/sitemap.xml @@ -147,6 +147,7 @@ Server on HPUX mod_dav_fs.xml mod_deflate.xml mod_dir.xml + mod_disk_cache.xml mod_echo.xml mod_env.xml mod_example.xml @@ -161,6 +162,7 @@ Server on HPUX mod_ldap.xml mod_log_config.xml mod_logio.xml + mod_mem_cache.xml mod_mime.xml mod_mime_magic.xml mod_negotiation.xml -- 2.40.0