List of Apache modules: Difference between revisions

Content deleted Content added
FrescoBot (talk | contribs)
m Bot: link syntax and minor changes
Line 1:
{{Expand list|date=December 2021}}
In [[computing]], the '''[[Apache HTTP Server]]''', an [[open-source software|open-source]] [[HTTP server]], comprises a small core for [[Hypertext Transfer Protocol|HTTP request/response processing]] and for Multi-Processing '''Modules''' (MPM) which dispatches data processing to threads and/or processes. Many additional modules (or "mods"<ref>
{{Cite book
|last1 = Caffrey
Line 117:
|mod_dir||Version 1.3 and newer||Included by Default||[[Apache Software Foundation]]||[[Apache License]], Version 2.0|| Provides for "trailing slash" redirects and serving directory index files.<ref>{{Cite web|url=https://httpd.apache.org/docs/2.4/mod/mod_dir.html |title=Apache Module mod_dir |work=Apache HTTP Server 2.4 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2022-01-13}}</ref>
|-
|mod_dumpio||Version 2.0 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0|| Allows for the logging of all input received by Apache and/or all output sent by Apache to be logged (dumped) to the error.log file.<ref>{{Cite web|url=https://httpd.apache.org/docs/2.4/mod/mod_dumpio.html |title=Apache Module mod_dumpio |work=Apache HTTP Server 2.4 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2022-01-13}}</ref>
|-
|mod_echo||Version 2.0 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||This module provides an example protocol module to illustrate the concept. It provides a simple echo server. Telnet to it and type stuff, and it will echo it.<ref>{{Cite web|url=https://httpd.apache.org/docs/2.4/mod/mod_echo.html |title=Apache Module mod_echo |work=Apache HTTP Server 2.4 Documentation |publisher=[[Apache Software Foundation]] |date= |accessdate=2022-01-13}}</ref>
Line 385:
|mod_version||Version 2.0.56 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||Allows version dependent configuration with the container <IfVersion>
|-
|mod_vhost_alias||Version 1.37 and newer||Stable Extension||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||Creates dynamically configured virtual hosts, by allowing the IP address and/or the Hosthost: header of the HTTP request to be used as part of the pathname to determine what files to serve.
|-
|mod_virgule|| || || ||[[GPL_v2|GNU GPLv2]]||
Line 405:
|mod_xsendfile|| || || ||[[Apache License]], Version 2.0||
|-
|mod_xml2enc|| || ||[[Apache Software Foundation]]||[[Apache License]], Version 2.0||Transcoding module that can be used to extend the internationalisation support of libxml2-based filter modules by converting encoding before and/or after the filter has run. Thus an unsupported input charset can be converted to UTF-8, and output can also be converted to another charset if required.
|-
|mod_xml|| || || || ||