Apache/HTTP/Module: Unterschied zwischen den Versionen
K Dirkwagner verschob die Seite Apache/HTTP Server/Module nach Apache/HTTP/Module, ohne dabei eine Weiterleitung anzulegen: Textersetzung - „HTTP Server“ durch „HTTP“ |
|||
Zeile 15: | Zeile 15: | ||
== Module == | == Module == | ||
{| class="wikitable" | {| class="wikitable options sortable" | ||
! Modul !! Funktion | ! Modul !! Funktion | ||
|- | |- | ||
|mod_access_compat || Gruppenzugriffsberechtigung basierend auf dem Hostnamen | | [[mod_access_compat]] || Gruppenzugriffsberechtigung basierend auf dem Hostnamen | ||
|- | |- | ||
|mod_actions || Führt CGI-Skript abhängig vom [[Multipurpose Internet Mail Extensions|MIME]]-Typ des angefragten Inhalts aus | | [[mod_actions || Führt CGI-Skript abhängig vom [[Multipurpose Internet Mail Extensions|MIME]]-Typ des angefragten Inhalts aus]] | ||
|- | |- | ||
|mod_alias || URL-Umleitung | | [[mod_alias]] || URL-Umleitung]] | ||
|- | |- | ||
|mod_allowmethods | | [[mod_allowmethods]] || Verbietet einzelne HTTP-Methoden (GET, HEAD, POST, PUT, DELETE, TRACE) | ||
|Verbietet einzelne HTTP-Methoden (GET, HEAD, POST, PUT, DELETE, TRACE) | |||
|- | |- | ||
|mod_asis | | [[mod_asis]] || Sendet Datei ohne neue [[HTTP]]-Header zu setzen | ||
|Sendet Datei ohne neue [[HTTP]]-Header zu setzen | |||
|- | |- | ||
|mod_auth_basic | | [[mod_auth_basic]] || [[Hypertext Transfer Protocol#HTTP-Authentifizierung|HTTP-Authentifizierung]] | ||
|[[Hypertext Transfer Protocol#HTTP-Authentifizierung|HTTP-Authentifizierung]] | |||
|- | |- | ||
|mod_auth_digest | | [[mod_auth_digest]] || Authentifizierung mit [[MD5]]-Hash | ||
|Authentifizierung mit [[MD5]]-Hash | |||
|- | |- | ||
|mod_auth_form | | [[mod_auth_form]] || Formular-Authentifizierung | ||
|Formular-Authentifizierung | |||
|- | |- | ||
|mod_authn_anon | | [[mod_authn_anon]] || Erlaubt anonymen Zugriff in authentifizierten Bereichen | ||
|Erlaubt anonymen Zugriff in authentifizierten Bereichen | |||
|- | |- | ||
|mod_authn_core | | [[mod_authn_core]] || Kernmodul für die Authentifizierung | ||
|Kernmodul für die Authentifizierung | |||
|- | |- | ||
|mod_authn_dbd | | [[mod_authn_dbd]] || Benutzer-Authentifizierung über eine [[SQL]]-Datenbank | ||
|Benutzer-Authentifizierung über eine [[SQL]]-Datenbank | |||
|- | |- | ||
|mod_authn_dbm | | [[mod_authn_dbm]] || Benutzer-Authentifizierung über eine [[DBM (Datenbank)|DBM]]-Datei | ||
|Benutzer-Authentifizierung über eine [[DBM (Datenbank)|DBM]]-Datei | |||
|- | |- | ||
|mod_authn_file | | [[mod_authn_file]] || Benutzer-Authentifizierung über Textdateien | ||
|Benutzer-Authentifizierung über Textdateien | |||
|- | |- | ||
|mod_authn_socache | | [[mod_authn_socache]] || Verwaltet einen Cache aus Zugangsberechtigungen | ||
|Verwaltet einen Cache aus Zugangsberechtigungen | |||
|- | |- | ||
|mod_authnz_fcgi | | [[mod_authnz_fcgi]] || ''Allows a FastCGI authorizer application to handle Apache httpd authentication and authorization'' | ||
|''Allows a FastCGI authorizer application to handle Apache httpd authentication and authorization'' | |||
|- | |- | ||
|mod_authnz_ldap | | [[mod_authnz_ldap]] || Benutzer-Authentifizierung über [[LDAP]] | ||
|Benutzer-Authentifizierung über [[LDAP]] | |||
|- | |- | ||
|mod_authz_core | | [[mod_authz_core]] || Kernmodul für Authentifizierungsmechanismen | ||
|Kernmodul für Authentifizierungsmechanismen | |||
|- | |- | ||
|mod_authz_dbd | | [[mod_authz_dbd]] || Gruppen-Authentifizierung über [[SQL]] | ||
|Gruppen-Authentifizierung über [[SQL]] | |||
|- | |- | ||
|mod_authz_dbm | | [[mod_authz_dbm]] || Gruppen-Authentifizierung über DBM | ||
|Gruppen-Authentifizierung über DBM | |||
|- | |- | ||
|mod_authz_groupfile | | [[mod_authz_groupfile]] || Gruppen-Authentifizierung über Textdateien | ||
|Gruppen-Authentifizierung über Textdateien | |||
|- | |- | ||
|mod_authz_host | | [[mod_authz_host]] || Gruppen-Authentifizierung basierend auf dem Hostnamen | ||
|Gruppen-Authentifizierung basierend auf dem Hostnamen | |||
|- | |- | ||
|mod_authz_owner | | [[mod_authz_owner]] || Authentifizierung über Besitzerzugehörigkeit von Dateien | ||
|Authentifizierung über Besitzerzugehörigkeit von Dateien | |||
|- | |- | ||
|mod_authz_user | | [[mod_authz_user]] || Benutzer-Authentifizierung | ||
|Benutzer-Authentifizierung | |||
|- | |- | ||
|mod_autoindex | | [[mod_autoindex]] || Automatische [[Verzeichnisanzeige]] | ||
|Automatische [[Verzeichnisanzeige]] | |||
|- | |- | ||
|mod_buffer | | [[mod_buffer]] || Anfragen-Pufferung | ||
|Anfragen-Pufferung | |||
|- | |- | ||
|mod_cache | | [[mod_cache]] || [[HTTP Caching|HTTP-Caching]]-Filter nach [[RFC 2616]] | ||
|[[HTTP Caching|HTTP-Caching]]-Filter nach [[RFC 2616]] | |||
|- | |- | ||
|mod_cache_disk | | [[mod_cache_disk]] || Festplattenspeicherung für HTTP Caching-Filter | ||
|Festplattenspeicherung für HTTP Caching-Filter | |||
|- | |- | ||
|mod_cache_socache | | [[mod_cache_socache]] || Shared object cache (socache)-basierte Speicherung für den HTTP Caching-Filter | ||
|Shared object cache (socache)-basierte Speicherung für den HTTP Caching-Filter | |||
|- | |- | ||
|mod_cern_meta | | [[mod_cern_meta]] || CERN Metadaten-Semantik | ||
|CERN Metadaten-Semantik | |||
|- | |- | ||
|mod_cgi | | [[mod_cgi]] || Ausführung von [[Common Gateway Interface|CGI]]-Skripten | ||
|Ausführung von [[Common Gateway Interface|CGI]]-Skripten | |||
|- | |- | ||
|mod_cgid | | [[mod_cgid]] || Ausführung von CGI-Skripten über externen daemon | ||
|Ausführung von CGI-Skripten über externen daemon | |||
|- | |- | ||
|mod_charset_lite | | [[mod_charset_lite]] || Legt andere Zeichenkodierung fest | ||
|Legt andere Zeichenkodierung fest | |||
|- | |- | ||
|mod_data | | [[mod_data]] || [[Data-URL]] nach [[RFC 2397]] | ||
|[[Data-URL]] nach [[RFC 2397]] | |||
|- | |- | ||
|mod_dav | | [[mod_dav]] || [[WebDAV]] | ||
|[[WebDAV]] | |||
|- | |- | ||
|mod_dav_fs | | [[mod_dav_fs]] || Dateisystem-Modul für WebDAV | ||
|Dateisystem-Modul für WebDAV | |||
|- | |- | ||
|mod_dav_lock | | [[mod_dav_lock]] || [[Lock]]ing-Modul für WebDAV | ||
|[[Lock]]ing-Modul für WebDAV | |||
|- | |- | ||
|mod_dbd | | [[mod_dbd]] || Verwaltet SQL-Verbindungen | ||
|Verwaltet SQL-Verbindungen | |||
|- | |- | ||
|[[mod deflate]] | | [[mod deflate]] || Komprimiert Inhalt vor der Auslieferung mit [[Deflate]] | ||
|Komprimiert Inhalt vor der Auslieferung mit [[Deflate]] | |||
|- | |- | ||
|mod_dialup | | [[mod_dialup]] || [[Dialup]] | ||
|[[Dialup]] | |||
|- | |- | ||
|mod_dir | | [[mod_dir]] || Ordner-Verzeichnisanzeige | ||
|Ordner-Verzeichnisanzeige | |||
|- | |- | ||
|mod_dumpio | | [[mod_dumpio]] || ''Dumps all I/O to error log as desired'' | ||
|''Dumps all I/O to error log as desired'' | |||
|- | |- | ||
|mod_echo | | [[mod_echo]] || Echo-Server für Testzwecke | ||
|Echo-Server für Testzwecke | |||
|- | |- | ||
|mod_env | | [[mod_env]] || Ändert die Umgebung | ||
|Ändert die Umgebung | |||
|- | |- | ||
|mod_example_hooks | | [[mod_example_hooks]] || Beispielmodul | ||
|Beispielmodul | |||
|- | |- | ||
|mod_expires | | [[mod_expires]] || Erzeugt die ''Expires'' und ''Cache-Control'' HTTP-Header | ||
|Erzeugt die ''Expires'' und ''Cache-Control'' HTTP-Header | |||
|- | |- | ||
|mod_ext_filter | | [[mod_ext_filter]] || Gibt die Server-Antwort vor dem Ausliefern an externes Programm weiter | ||
|Gibt die Server-Antwort vor dem Ausliefern an externes Programm weiter | |||
|- | |- | ||
|mod_file_cache | | [[mod_file_cache]] || Puffert Dateien im Arbeitsspeicher | ||
|Puffert Dateien im Arbeitsspeicher | |||
|- | |- | ||
|mod_filter | | [[mod_filter]] || Kontextsensitive Filter | ||
|Kontextsensitive Filter | |||
|- | |- | ||
|mod_headers | | [[mod_headers]] || Anpassung der [[HTTP-Header]] | ||
|Anpassung der [[HTTP-Header]] | |||
|- | |- | ||
|mod_heartbeat | | [[mod_heartbeat]] || Sendet Serverstatus an Proxyserver | ||
|Sendet Serverstatus an Proxyserver | |||
|- | |- | ||
|mod_heartmonitor | | [[mod_heartmonitor]] || Monitor für mod_heartbeat Server | ||
|Monitor für mod_heartbeat Server | |||
|- | |- | ||
|mod_ident | | [[mod_ident]] || [[RFC 1413]] ident lookups | ||
|[[RFC 1413]] ident lookups | |||
|- | |- | ||
|mod_imagemap | | [[mod_imagemap]] || [[Imagemap]]s | ||
|[[Imagemap]]s | |||
|- | |- | ||
|mod_include | | [[mod_include]] || Serverseitiges Einbinden von HTMl-Dokumenten (Server Side Includes) | ||
|Serverseitiges Einbinden von HTMl-Dokumenten (Server Side Includes) | |||
|- | |- | ||
|mod_info | | [[mod_info]] || Serverinformationen | ||
|Serverinformationen | |||
|- | |- | ||
|mod_isapi | | [[mod_isapi]] || [[ISAPI]] (Apache for Windows) | ||
|[[ISAPI]] (Apache for Windows) | |||
|- | |- | ||
|mod_lbmethod_bybusyness | | [[mod_lbmethod_bybusyness]] || Für mod_proxy_balancer | ||
|Für mod_proxy_balancer | |||
|- | |- | ||
|mod_lbmethod_byrequests | | [[mod_lbmethod_byrequests]] || Für mod_proxy_balancer | ||
|Für mod_proxy_balancer | |||
|- | |- | ||
|mod_lbmethod_bytraffic | | [[mod_lbmethod_bytraffic]] || Für mod_proxy_balancer | ||
|Für mod_proxy_balancer | |||
|- | |- | ||
|mod_lbmethod_heartbeat | | [[mod_lbmethod_heartbeat]] || Für mod_proxy_balancer | ||
|Für mod_proxy_balancer | |||
|- | |- | ||
|mod_ldap | | [[mod_ldap]] || [[LDAP]] | ||
|[[LDAP]] | |||
|- | |- | ||
|mod_log_config | | [[mod_log_config]] || [[Serverlog|Logging]] der Anfragen | ||
|[[Serverlog|Logging]] der Anfragen | |||
|- | |- | ||
|mod_log_debug | | [[mod_log_debug]] || Debug Log | ||
|Debug Log | |||
|- | |- | ||
|mod_log_forensic | | [[mod_log_forensic]] || Forensisches Logging | ||
|Forensisches Logging | |||
|- | |- | ||
|mod_logio | | [[mod_logio]] || Logging der input/output bytes | ||
|Logging der input/output bytes | |||
|- | |- | ||
|mod_lua | | [[mod_lua]] || [[Lua]]-[[Hook (Informatik)|Hooks]] | ||
|[[Lua]]-[[Hook (Informatik)|Hooks]] | |||
|- | |- | ||
|mod_macro | | [[mod_macro]] || Makro-Unterstützung für die Konfigurationsdateien | ||
|Makro-Unterstützung für die Konfigurationsdateien | |||
|- | |- | ||
|mod_mime | | [[mod_mime]] || [[MIME]] | ||
|[[MIME]] | |||
|- | |- | ||
|mod_mime_magic | | [[mod_mime_magic]] || Feststellung der MIME per [[Magische Zahl (Informatik)|Magic Byte]] | ||
|Feststellung der MIME per [[Magische Zahl (Informatik)|Magic Byte]] | |||
|- | |- | ||
|mod_negotiation | | [[mod_negotiation]] || [[Content Negotiation]] | ||
|[[Content Negotiation]] | |||
|- | |- | ||
|mod_nw_ssl | | [[mod_nw_ssl]] || SSL-Kryptografie für [[NetWare]] | ||
|SSL-Kryptografie für [[NetWare]] | |||
|- | |- | ||
|mod_php | | [[mod_php]] || Ausführung von [[PHP]]-Skripten | ||
|Ausführung von [[PHP]]-Skripten | |||
|- | |- | ||
|mod_privileges | | [[mod_privileges]] || Solaris Privileges | ||
|Solaris Privileges | |||
|- | |- | ||
|[[mod proxy]] | | [[mod proxy]] || [[Proxy-Server|Proxy]] | ||
|[[Proxy-Server|Proxy]] | |||
|- | |- | ||
|mod_proxy_ajp | | [[mod_proxy_ajp]] || [[Apache JServ Protocol|AJP]] für mod_proxy | ||
|[[Apache JServ Protocol|AJP]] für mod_proxy | |||
|- | |- | ||
|mod_proxy_balancer | | [[mod_proxy_balancer]] || [[Lastverteilung (Informatik)|Lastverteilung]] für mod_proxy | ||
|[[Lastverteilung (Informatik)|Lastverteilung]] für mod_proxy | |||
|- | |- | ||
|mod_proxy_connect | | [[mod_proxy_connect]] || Unterstützung von CONNECT-Anfragen für mod_proxy | ||
|Unterstützung von CONNECT-Anfragen für mod_proxy | |||
|- | |- | ||
|mod_proxy_express | | [[mod_proxy_express]] || Dynamische [[Reverse Proxy|Reverse-Proxy]]-Unterstützung für mod_proxy | ||
|Dynamische [[Reverse Proxy|Reverse-Proxy]]-Unterstützung für mod_proxy | |||
|- | |- | ||
|mod_proxy_fcgi | | [[mod_proxy_fcgi]] || [[FastCGI]]-Unterstützung für mod_proxy | ||
|[[FastCGI]]-Unterstützung für mod_proxy | |||
|- | |- | ||
|mod_proxy_fdpass | | [[mod_proxy_fdpass]] || fdpass-Unterstützung für mod_proxy | ||
|fdpass-Unterstützung für mod_proxy | |||
|- | |- | ||
|mod_proxy_ftp | | [[mod_proxy_ftp]] || [[File Transfer Protocol|FTP]]-Unterstützung für mod_proxy | ||
|[[File Transfer Protocol|FTP]]-Unterstützung für mod_proxy | |||
|- | |- | ||
|mod_proxy_html | | [[mod_proxy_html]] || ''Rewrite HTML links in to ensure they are addressable from Clients’ networks in a proxy context'' | ||
|''Rewrite HTML links in to ensure they are addressable from Clients’ networks in a proxy context'' | |||
|- | |- | ||
|mod_proxy_http | | [[mod_proxy_http]] || [[HTTP]]-Unterstützung für mod_proxy | ||
|[[HTTP]]-Unterstützung für mod_proxy | |||
|- | |- | ||
|mod_proxy_scgi | | [[mod_proxy_scgi]] || [[SCGI]]-Gateway-Unterstützung für mod_proxy | ||
|[[SCGI]]-Gateway-Unterstützung für mod_proxy | |||
|- | |- | ||
|mod_proxy_wstunnel | | [[mod_proxy_wstunnel]] || [[WebSocket]]-Unterstützung für mod_proxy | ||
|[[WebSocket]]-Unterstützung für mod_proxy | |||
|- | |- | ||
|mod_ratelimit | | [[mod_ratelimit]] || Bandbreitenbegrenzung | ||
|Bandbreitenbegrenzung | |||
|- | |- | ||
|mod_reflector | | [[mod_reflector]] || Kann einen Ausgabefilter in einen HTTP-Dienst verwandeln | ||
|Kann einen Ausgabefilter in einen HTTP-Dienst verwandeln | |||
|- | |- | ||
|mod_remoteip | | [[mod_remoteip]] || Ersetzt die Client-IP mit einer Useragent-IP | ||
|Ersetzt die Client-IP mit einer Useragent-IP | |||
|- | |- | ||
|mod_reqtimeout | | [[mod_reqtimeout]] || Legt [[Timeout (Netzwerktechnik)|Timeout]] fest | ||
|Legt [[Timeout (Netzwerktechnik)|Timeout]] fest | |||
|- | |- | ||
|mod_request | | [[mod_request]] || Unterstützung für HTTP-Anfragen (Requests) | ||
|Unterstützung für HTTP-Anfragen (Requests) | |||
|- | |- | ||
|[[mod rewrite]] | | [[mod rewrite]] || [[Rewrite-Engine]] | ||
|[[Rewrite-Engine]] | |||
|- | |- | ||
|mod_security | | [[mod_security]] || Sicherheitsmodul ([[Web Application Firewall]]) | ||
|Sicherheitsmodul ([[Web Application Firewall]]) | |||
|- | |- | ||
|mod_sed | | [[mod_sed]] || Filtern mit [[sed (Unix)|sed]] | ||
|Filtern mit [[sed (Unix)|sed]] | |||
|- | |- | ||
|mod_session | | [[mod_session]] || Unterstützung für [[Sitzung (Informatik)|Sitzungen]] | ||
|Unterstützung für [[Sitzung (Informatik)|Sitzungen]] | |||
|- | |- | ||
|mod_session_cookie | | [[mod_session_cookie]] || Sitzungen mit [[HTTP-Cookie|Cookies]] | ||
|Sitzungen mit [[HTTP-Cookie|Cookies]] | |||
|- | |- | ||
|mod_session_crypto | | [[mod_session_crypto]] || Sitzungsverschlüsselung | ||
|Sitzungsverschlüsselung | |||
|- | |- | ||
|mod_session_dbd | | [[mod_session_dbd]] || DBD/SQL-basierte Sitzungen | ||
|DBD/SQL-basierte Sitzungen | |||
|- | |- | ||
|mod_setenvif | | [[mod_setenvif]] || Erlaubt das Setzen von Umgebungsvariablen je nach Anfrage | ||
|Erlaubt das Setzen von Umgebungsvariablen je nach Anfrage | |||
|- | |- | ||
|mod_slotmem_plain | | [[mod_slotmem_plain]] || ''Slot-based shared memory provider'' | ||
|''Slot-based shared memory provider'' | |||
|- | |- | ||
|mod_slotmem_shm | | [[mod_slotmem_shm]] || ''Slot-based shared memory provider'' | ||
|''Slot-based shared memory provider'' | |||
|- | |- | ||
|mod_so | | [[mod_so]] || Unterstützung für das Laden von [[Programmbibliothek]]en | ||
|Unterstützung für das Laden von [[Programmbibliothek]]en | |||
|- | |- | ||
|mod_socache_dbm | | [[mod_socache_dbm]] || DBM-basierter socache | ||
|DBM-basierter socache | |||
|- | |- | ||
|mod_socache_dc | | [[mod_socache_dc]] || [[Distcache]]-basierter socache | ||
|[[Distcache]]-basierter socache | |||
|- | |- | ||
|mod_socache_memcache | | [[mod_socache_memcache]] || [[Memcache]]-basierter socache | ||
|[[Memcache]]-basierter socache | |||
|- | |- | ||
|mod_socache_shmcb | | [[mod_socache_shmcb]] || [[shmcb]]-basierter socache | ||
|[[shmcb]]-basierter socache | |||
|- | |- | ||
|mod_speling | | [[mod_speling]] || Modul zum Korrigieren von Rechtschreibfehlern bei der Eingabe | ||
|Modul zum Korrigieren von Rechtschreibfehlern bei der Eingabe | |||
|- | |- | ||
|[[mod ssl]] | | [[mod ssl]] || Kryptografie mittels [[Transport Layer Security|SSL]] bzw. TLS | ||
|Kryptografie mittels [[Transport Layer Security|SSL]] bzw. TLS | |||
|- | |- | ||
|mod_status | | [[mod_status]] || Informationen über Serveraktivität und -leistung | ||
|Informationen über Serveraktivität und -leistung | |||
|- | |- | ||
|mod_substitute | | [[mod_substitute]] || Ermöglicht Suchen & Ersetzen in der Serverantwort | ||
|Ermöglicht Suchen & Ersetzen in der Serverantwort | |||
|- | |- | ||
|[[mod_suexec]] | | [[mod_suexec]] || CGI-Skripte als anderer Benutzer ausführen (suEXEC) | ||
|CGI-Skripte als anderer Benutzer ausführen (suEXEC) | |||
|- | |- | ||
|mod_unique_id | | [[mod_unique_id]] || Provides an environment variable with a unique identifier for each request | ||
|Provides an environment variable with a unique identifier for each request | |||
|- | |- | ||
|mod_unixd | | [[mod_unixd]] || Basic (required) security for Unix-family platforms | ||
|Basic (required) security for Unix-family platforms | |||
|- | |- | ||
|mod_userdir | | [[mod_userdir]] || Benutzer-spezifische Verzeichnisse | ||
|Benutzer-spezifische Verzeichnisse | |||
|- | |- | ||
|mod_usertrack | | [[mod_usertrack]] || [[Clickstream]]-Logging | ||
|[[Clickstream]]-Logging | |||
|- | |- | ||
|mod_version | | [[mod_version]] || Versionsabhängie Konfiguration | ||
|Versionsabhängie Konfiguration | |||
|- | |- | ||
|mod_vhost_alias | | [[mod_vhost_alias]] || Dynamische Konfiguration für [[Virtual Hosting]] | ||
|Dynamische Konfiguration für [[Virtual Hosting]] | |||
|- | |- | ||
|mod_watchdog | | [[mod_watchdog]] || Periodisches Ausführen von Aufgaben | ||
|Periodisches Ausführen von Aufgaben | |||
|- | |- | ||
|mod_xml2enc | | [[mod_xml2enc]] || Fremde Zeichensätze für [[libxml2]]-Filtermodule | ||
|Fremde Zeichensätze für [[libxml2]]-Filtermodule | |||
|} | |} | ||
Version vom 26. März 2024, 21:21 Uhr
Konzept
Der Apache-Server kann mit sogenannten Modulen erweitert werden, die bestimmte Zusatzfunktionen mitbringen und immer mit 'mod_' beginnen (z. B. mod_rewrite, mod_php7.0, mod_ssl).
- Es gibt Module u. a. für
- SSLa (mod_ssl für OpenSSL, mod_gnutls für GnuTLS)
- Einbindung und Verwendung von dynamischen Skriptsprachen (u. a. mod_php, mod_perl, mod_python)
- Unterstützung von zusätzlichen Protokollen (WebDAV: mod_dav, mod_dav_fs, mod_dav_lock, mod_dav_repos)
- Authentifizierung (mod_auth*)
- Weiterleitung an andere Server (mod_proxy)
- Umschreiben und Weiterleitung von Anfragen (mod rewrite; letzteres mit Hilfe von mod_proxy)
- Änderungen an Headerzeilen (mod_header)
- Automatische Informationen über Dateitypen (mod_mime, mod_mime_magic)
- Automatische Erzeugung von Statusberichten (mod_status)
Module
Modul | Funktion |
---|---|
mod_access_compat | Gruppenzugriffsberechtigung basierend auf dem Hostnamen |
[[mod_actions | Führt CGI-Skript abhängig vom MIME-Typ des angefragten Inhalts aus]] |
mod_alias | URL-Umleitung]] |
mod_allowmethods | Verbietet einzelne HTTP-Methoden (GET, HEAD, POST, PUT, DELETE, TRACE) |
mod_asis | Sendet Datei ohne neue HTTP-Header zu setzen |
mod_auth_basic | HTTP-Authentifizierung |
mod_auth_digest | Authentifizierung mit MD5-Hash |
mod_auth_form | Formular-Authentifizierung |
mod_authn_anon | Erlaubt anonymen Zugriff in authentifizierten Bereichen |
mod_authn_core | Kernmodul für die Authentifizierung |
mod_authn_dbd | Benutzer-Authentifizierung über eine SQL-Datenbank |
mod_authn_dbm | Benutzer-Authentifizierung über eine DBM-Datei |
mod_authn_file | Benutzer-Authentifizierung über Textdateien |
mod_authn_socache | Verwaltet einen Cache aus Zugangsberechtigungen |
mod_authnz_fcgi | Allows a FastCGI authorizer application to handle Apache httpd authentication and authorization |
mod_authnz_ldap | Benutzer-Authentifizierung über LDAP |
mod_authz_core | Kernmodul für Authentifizierungsmechanismen |
mod_authz_dbd | Gruppen-Authentifizierung über SQL |
mod_authz_dbm | Gruppen-Authentifizierung über DBM |
mod_authz_groupfile | Gruppen-Authentifizierung über Textdateien |
mod_authz_host | Gruppen-Authentifizierung basierend auf dem Hostnamen |
mod_authz_owner | Authentifizierung über Besitzerzugehörigkeit von Dateien |
mod_authz_user | Benutzer-Authentifizierung |
mod_autoindex | Automatische Verzeichnisanzeige |
mod_buffer | Anfragen-Pufferung |
mod_cache | HTTP-Caching-Filter nach RFC 2616 |
mod_cache_disk | Festplattenspeicherung für HTTP Caching-Filter |
mod_cache_socache | Shared object cache (socache)-basierte Speicherung für den HTTP Caching-Filter |
mod_cern_meta | CERN Metadaten-Semantik |
mod_cgi | Ausführung von CGI-Skripten |
mod_cgid | Ausführung von CGI-Skripten über externen daemon |
mod_charset_lite | Legt andere Zeichenkodierung fest |
mod_data | Data-URL nach RFC 2397 |
mod_dav | WebDAV |
mod_dav_fs | Dateisystem-Modul für WebDAV |
mod_dav_lock | Locking-Modul für WebDAV |
mod_dbd | Verwaltet SQL-Verbindungen |
mod deflate | Komprimiert Inhalt vor der Auslieferung mit Deflate |
mod_dialup | Dialup |
mod_dir | Ordner-Verzeichnisanzeige |
mod_dumpio | Dumps all I/O to error log as desired |
mod_echo | Echo-Server für Testzwecke |
mod_env | Ändert die Umgebung |
mod_example_hooks | Beispielmodul |
mod_expires | Erzeugt die Expires und Cache-Control HTTP-Header |
mod_ext_filter | Gibt die Server-Antwort vor dem Ausliefern an externes Programm weiter |
mod_file_cache | Puffert Dateien im Arbeitsspeicher |
mod_filter | Kontextsensitive Filter |
mod_headers | Anpassung der HTTP-Header |
mod_heartbeat | Sendet Serverstatus an Proxyserver |
mod_heartmonitor | Monitor für mod_heartbeat Server |
mod_ident | RFC 1413 ident lookups |
mod_imagemap | Imagemaps |
mod_include | Serverseitiges Einbinden von HTMl-Dokumenten (Server Side Includes) |
mod_info | Serverinformationen |
mod_isapi | ISAPI (Apache for Windows) |
mod_lbmethod_bybusyness | Für mod_proxy_balancer |
mod_lbmethod_byrequests | Für mod_proxy_balancer |
mod_lbmethod_bytraffic | Für mod_proxy_balancer |
mod_lbmethod_heartbeat | Für mod_proxy_balancer |
mod_ldap | LDAP |
mod_log_config | Logging der Anfragen |
mod_log_debug | Debug Log |
mod_log_forensic | Forensisches Logging |
mod_logio | Logging der input/output bytes |
mod_lua | Lua-Hooks |
mod_macro | Makro-Unterstützung für die Konfigurationsdateien |
mod_mime | MIME |
mod_mime_magic | Feststellung der MIME per Magic Byte |
mod_negotiation | Content Negotiation |
mod_nw_ssl | SSL-Kryptografie für NetWare |
mod_php | Ausführung von PHP-Skripten |
mod_privileges | Solaris Privileges |
mod proxy | Proxy |
mod_proxy_ajp | AJP für mod_proxy |
mod_proxy_balancer | Lastverteilung für mod_proxy |
mod_proxy_connect | Unterstützung von CONNECT-Anfragen für mod_proxy |
mod_proxy_express | Dynamische Reverse-Proxy-Unterstützung für mod_proxy |
mod_proxy_fcgi | FastCGI-Unterstützung für mod_proxy |
mod_proxy_fdpass | fdpass-Unterstützung für mod_proxy |
mod_proxy_ftp | FTP-Unterstützung für mod_proxy |
mod_proxy_html | Rewrite HTML links in to ensure they are addressable from Clients’ networks in a proxy context |
mod_proxy_http | HTTP-Unterstützung für mod_proxy |
mod_proxy_scgi | SCGI-Gateway-Unterstützung für mod_proxy |
mod_proxy_wstunnel | WebSocket-Unterstützung für mod_proxy |
mod_ratelimit | Bandbreitenbegrenzung |
mod_reflector | Kann einen Ausgabefilter in einen HTTP-Dienst verwandeln |
mod_remoteip | Ersetzt die Client-IP mit einer Useragent-IP |
mod_reqtimeout | Legt Timeout fest |
mod_request | Unterstützung für HTTP-Anfragen (Requests) |
mod rewrite | Rewrite-Engine |
mod_security | Sicherheitsmodul (Web Application Firewall) |
mod_sed | Filtern mit sed |
mod_session | Unterstützung für Sitzungen |
mod_session_cookie | Sitzungen mit Cookies |
mod_session_crypto | Sitzungsverschlüsselung |
mod_session_dbd | DBD/SQL-basierte Sitzungen |
mod_setenvif | Erlaubt das Setzen von Umgebungsvariablen je nach Anfrage |
mod_slotmem_plain | Slot-based shared memory provider |
mod_slotmem_shm | Slot-based shared memory provider |
mod_so | Unterstützung für das Laden von Programmbibliotheken |
mod_socache_dbm | DBM-basierter socache |
mod_socache_dc | Distcache-basierter socache |
mod_socache_memcache | Memcache-basierter socache |
mod_socache_shmcb | shmcb-basierter socache |
mod_speling | Modul zum Korrigieren von Rechtschreibfehlern bei der Eingabe |
mod ssl | Kryptografie mittels SSL bzw. TLS |
mod_status | Informationen über Serveraktivität und -leistung |
mod_substitute | Ermöglicht Suchen & Ersetzen in der Serverantwort |
mod_suexec | CGI-Skripte als anderer Benutzer ausführen (suEXEC) |
mod_unique_id | Provides an environment variable with a unique identifier for each request |
mod_unixd | Basic (required) security for Unix-family platforms |
mod_userdir | Benutzer-spezifische Verzeichnisse |
mod_usertrack | Clickstream-Logging |
mod_version | Versionsabhängie Konfiguration |
mod_vhost_alias | Dynamische Konfiguration für Virtual Hosting |
mod_watchdog | Periodisches Ausführen von Aufgaben |
mod_xml2enc | Fremde Zeichensätze für libxml2-Filtermodule |