Apache Modules
   HOME
*





Apache Modules
In computing, the Apache HTTP Server, an open-source HTTP server, comprises a small core for HTTP request/response processing and for Multi-Processing Modules (MPM) which dispatches data processing to threads or processes. Many additional modules (or "mods" ) are available to extend the core functionality for special purposes. The following is a list of all the first- and third-party modules available for the most recent stable release of Apache web server: The following is a list of historical first- and third-party modules available for prior versions of the Apache web server The Apache HTTP Server ( ) is a free and open-source cross-platform web server software, released under the terms of Apache License 2.0. Apache is developed and maintained by an open community of developers under the auspices of the Apache Soft ...: References {{DEFAULTSORT:List Of Apache Modules ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Mod Deflate
mod_deflate is an optional module for the Apache HTTP Server, Apache v2.0 and later. It is based on Deflate lossless data compression algorithm that uses a combination of the LZ77 algorithm and Huffman coding. This module provides the DEFLATE output filter that allows output from Apache HTTP server to be compressed before being sent to the client over the network. It also provides a filter for ''decompressing'' (''inflating'', ''uncompressing'') a gzip compressed ''response body''. Limitation The mod_deflate module does not have a lower bound for file size, so it attempts to compress files that are too small to benefit from compression. This results in files smaller than approximately 120 bytes becoming larger when processed by mod_deflate. Compatibility You can check a server to see if it is sending out compressed data, and compression compatibility of your browser for examplhere When textual content compressed using mod_gzip, it should maintain its MIME-type, according to the ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  



MORE