Apache/HTTP/Module: Unterschied zwischen den Versionen
Keine Bearbeitungszusammenfassung |
|||
(92 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
== | '''Apache/HTTP/Module''' - Beschreibung | ||
== Beschreibung == | |||
; Konzept | |||
Apache-HTTP-Server ist modular aufgebaut | |||
; Module | ; Wichtige Module | ||
{| class="wikitable" | {| class="wikitable options" | ||
|- | |- | ||
! | ! Bereich !! Module | ||
! | |||
|- | |- | ||
| | | [[Verschlüsselung]] || [[mod_ssl]], [[mod_gnutls]] | ||
| | |||
|- | |- | ||
| | | [[Skriptsprache]]n || [[mod_php]], [[mod_perl]], [[mod_python]] | ||
| | |||
|- | |- | ||
| | | [[WebDAV]] || [[mod_dav]], [[mod_dav_fs]], [[mod_dav_lock]], [[Catacomb WebDAV Server|mod_dav_repos]] | ||
| | |||
|- | |- | ||
| | | [[Authentifizierung]] || [[Authentifizierung|mod_auth*]] | ||
| | |||
|- | |- | ||
| | | Weiterleitung || [[mod_proxy]] | ||
| | |||
|- | |- | ||
| | | Umschreiben von Anfragen || [[mod rewrite]] | ||
|[[ | |||
|- | |- | ||
| | | Änderungen an [[Liste der HTTP-Header|Headerzeilen]] || [[mod_headers]] | ||
| | |||
|- | |- | ||
| | | Informationen zu [[Multipurpose Internet Mail Extensions|Dateitypen]] || [[mod_mime]], [[mod_mime_magic]] | ||
| | |||
|- | |- | ||
|mod_authn_anon | | Statusberichte || [[mod_status]] | ||
|Erlaubt anonymen Zugriff in authentifizierten Bereichen | |} | ||
== Kernfunktionen == | |||
; Kernfunktionen und Multi-Processing-Module | |||
{| class="wikitable sortable options" | |||
|- | |||
! Option !! Beschreibung | |||
|- | |||
| [[core]] || Kernfunktionen des Apache HTTP-Servers, die immer verfügbar sind | |||
|- | |||
| [[mpm_common]] || Eine Sammlung von Direktiven, die von mehr als einem Multi-Processing-Modul (MPM) implementiert werden | |||
|- | |||
| [[event]] || Eine Variante des <code>Worker-MPM</code> mit dem Ziel, nur für Verbindungen mit aktiver Verarbeitung Threads zu verbrauchen | |||
|- | |||
| [[mpm_netware]] || Multi-Processing-Modul zur Implementierung eines für Novell NetWare optimierten Webservers mit ausschließlichem Threading | |||
|- | |||
| [[mpmt_os2]] || Hybrides Multiprozess- und Multithreading-MPM für OS/2 | |||
|- | |||
| [[prefork]] || Implementiert einen Pre-Forking-Webserver ohne Threads | |||
|- | |||
| [[mpm_winnt]] || Multi-Processing-Modul optimiert für Windows NT. | |||
|- | |||
| [[worker]] || Multi-Processing-Modul zur Implementierung eines hybriden Multithreading-Multiprozess-Web-Servers | |||
|} | |||
== Weitere Module == | |||
{| class="wikitable options sortable" | |||
! Modul || Bereich !! Funktion | |||
|- | |||
| [[mod_access_compat]] || Access|| Gruppenzugriffsberechtigung basierend auf dem Hostnamen | |||
|- | |||
| [[mod_actions]] || Skriptsprachen|| Führt CGI-Skript abhängig vom [[Multipurpose Internet Mail Extensions|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]] || Authentifizierung|| [[Hypertext Transfer Protocol#HTTP-Authentifizierung|HTTP-Authentifizierung]] | |||
|- | |||
| [[mod_auth_digest]] || Authentifizierung|| Authentifizierung mit [[MD5]]-Hash | |||
|- | |||
| [[mod_auth_form]] || Authentifizierung|| Formular-Authentifizierung | |||
|- | |||
| [[mod_authn_anon]] || Authentifizierung|| Erlaubt anonymen Zugriff in authentifizierten Bereichen | |||
|- | |- | ||
|mod_authn_core | | [[mod_authn_core]] || Authentifizierung|| Kernmodul für die Authentifizierung | ||
|Kernmodul für die Authentifizierung | |||
|- | |- | ||
|mod_authn_dbd | | [[mod_authn_dbd]] || Authentifizierung|| Benutzer-Authentifizierung über eine [[SQL]]-Datenbank | ||
|Benutzer-Authentifizierung über eine [[SQL]]-Datenbank | |||
|- | |- | ||
|mod_authn_dbm | | [[mod_authn_dbm]] || Authentifizierung|| Benutzer-Authentifizierung über eine [[DBM (Datenbank)|DBM]]-Datei | ||
|Benutzer-Authentifizierung über eine [[DBM (Datenbank)|DBM]]-Datei | |||
|- | |- | ||
|mod_authn_file | | [[mod_authn_file]] || Authentifizierung|| Benutzer-Authentifizierung über Textdateien | ||
|Benutzer-Authentifizierung über Textdateien | |||
|- | |- | ||
|mod_authn_socache | | [[mod_authn_socache]] || Authentifizierung|| Verwaltet einen Cache aus Zugangsberechtigungen | ||
|Verwaltet einen Cache aus Zugangsberechtigungen | |||
|- | |- | ||
|mod_authnz_fcgi | | [[mod_authnz_fcgi]] || Authentifizierung|| ''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]] || Authentifizierung|| Benutzer-Authentifizierung über [[LDAP]] | ||
|Benutzer-Authentifizierung über [[LDAP]] | |||
|- | |- | ||
|mod_authz_core | | [[mod_authz_core]] || Authentifizierung|| Kernmodul für Authentifizierungsmechanismen | ||
|Kernmodul für Authentifizierungsmechanismen | |||
|- | |- | ||
|mod_authz_dbd | | [[mod_authz_dbd]] || Authentifizierung|| Gruppen-Authentifizierung über [[SQL]] | ||
|Gruppen-Authentifizierung über [[SQL]] | |||
|- | |- | ||
|mod_authz_dbm | | [[mod_authz_dbm]] || Authentifizierung|| Gruppen-Authentifizierung über DBM | ||
|Gruppen-Authentifizierung über DBM | |||
|- | |- | ||
|mod_authz_groupfile | | [[mod_authz_groupfile]] || Authentifizierung|| Gruppen-Authentifizierung über Textdateien | ||
|Gruppen-Authentifizierung über Textdateien | |||
|- | |- | ||
|mod_authz_host | | [[mod_authz_host]] || Authentifizierung|| Gruppen-Authentifizierung basierend auf dem Hostnamen | ||
|Gruppen-Authentifizierung basierend auf dem Hostnamen | |||
|- | |- | ||
|mod_authz_owner | | [[mod_authz_owner]] || Authentifizierung|| Authentifizierung über Besitzerzugehörigkeit von Dateien | ||
|Authentifizierung über Besitzerzugehörigkeit von Dateien | |||
|- | |- | ||
|mod_authz_user | | [[mod_authz_user]] || Authentifizierung|| Benutzer-Authentifizierung | ||
|Benutzer-Authentifizierung | |||
|- | |- | ||
|mod_autoindex | | [[mod_autoindex]] || Access|| Automatische [[Verzeichnisanzeige]] | ||
|Automatische [[Verzeichnisanzeige]] | |||
|- | |- | ||
|mod_buffer | | [[mod_buffer]] || Caching|| Anfragen-Pufferung | ||
|Anfragen-Pufferung | |||
|- | |- | ||
|mod_cache | | [[mod_cache]] || Caching|| [[HTTP Caching|HTTP-Caching]]-Filter nach [[RFC 2616]] | ||
|[[HTTP Caching|HTTP-Caching]]-Filter nach [[RFC 2616]] | |||
|- | |- | ||
|mod_cache_disk | | [[mod_cache_disk]] || Caching|| Festplattenspeicherung für HTTP Caching-Filter | ||
|Festplattenspeicherung für HTTP Caching-Filter | |||
|- | |- | ||
|mod_cache_socache | | [[mod_cache_socache]] || Caching|| 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]] || Skriptsprachen|| Ausführung von [[Common Gateway Interface|CGI]]-Skripten | ||
|Ausführung von [[Common Gateway Interface|CGI]]-Skripten | |||
|- | |- | ||
|mod_cgid | | [[mod_cgid]] || Skriptsprachen|| 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]] | ||
|[[WebDAV]] | |||
|- | |- | ||
|mod_dav_fs | | [[mod_dav_fs]] || WebDAV|| Dateisystem-Modul für WebDAV | ||
|Dateisystem-Modul für WebDAV | |||
|- | |- | ||
|mod_dav_lock | | [[mod_dav_lock]] || WebDAV|| [[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]] || Test|| 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]] || Caching|| Erzeugt die ''Expires'' und ''Cache-Control'' HTTP-Header | ||
|Erzeugt die ''Expires'' und ''Cache-Control'' HTTP-Header | |||
|- | |- | ||
|mod_ext_filter | | [[mod_ext_filter]] || 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]] || Caching|| Puffert Dateien im Arbeitsspeicher | ||
|Puffert Dateien im Arbeitsspeicher | |||
|- | |- | ||
|mod_filter | | [[mod_filter]] || Filter|| Kontextsensitive Filter | ||
|Kontextsensitive Filter | |||
|- | |- | ||
| | | [[mod_headerss]] || Filter|| 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]] || Logging|| [[Serverlog|Logging]] der Anfragen | ||
|[[Serverlog|Logging]] der Anfragen | |||
|- | |- | ||
|mod_log_debug | | [[mod_log_debug]] || Logging|| Debug Log | ||
|Debug Log | |||
|- | |- | ||
|mod_log_forensic | | [[mod_log_forensic]] || Logging|| Forensisches Logging | ||
|Forensisches Logging | |||
|- | |- | ||
|mod_logio | | [[mod_logio]] || Logging|| 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]] || Skriptsprachen|| Ausführung von [[PHP]]-Skripten | ||
|Ausführung von [[PHP]]-Skripten | |||
|- | |- | ||
|mod_privileges | | [[mod_privileges]] || || Solaris Privileges | ||
|Solaris Privileges | |||
|- | |- | ||
|[[mod proxy]] | | [[mod proxy]] || Proxy|| [[Proxy-Server|Proxy]] | ||
|[[Proxy-Server|Proxy]] | |||
|- | |- | ||
|mod_proxy_ajp | | [[mod_proxy_ajp]] || Proxy|| [[Apache JServ Protocol|AJP]] für mod_proxy | ||
|[[Apache JServ Protocol|AJP]] für mod_proxy | |||
|- | |- | ||
|mod_proxy_balancer | | [[mod_proxy_balancer]] || Proxy|| [[Lastverteilung (Informatik)|Lastverteilung]] für mod_proxy | ||
|[[Lastverteilung (Informatik)|Lastverteilung]] für mod_proxy | |||
|- | |- | ||
|mod_proxy_connect | | [[mod_proxy_connect]] || Proxy|| Unterstützung von CONNECT-Anfragen für mod_proxy | ||
|Unterstützung von CONNECT-Anfragen für mod_proxy | |||
|- | |- | ||
|mod_proxy_express | | [[mod_proxy_express]] || Proxy|| 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]] || Proxy|| [[FastCGI]]-Unterstützung für mod_proxy | ||
|[[FastCGI]]-Unterstützung für mod_proxy | |||
|- | |- | ||
|mod_proxy_fdpass | | [[mod_proxy_fdpass]] || Proxy|| fdpass-Unterstützung für mod_proxy | ||
|fdpass-Unterstützung für mod_proxy | |||
|- | |- | ||
|mod_proxy_ftp | | [[mod_proxy_ftp]] || Proxy|| [[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]] || Proxy|| ''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]] || Proxy|| [[HTTP]]-Unterstützung für mod_proxy | ||
|[[HTTP]]-Unterstützung für mod_proxy | |||
|- | |- | ||
|mod_proxy_scgi | | [[mod_proxy_scgi]] || Proxy|| [[SCGI]]-Gateway-Unterstützung für mod_proxy | ||
|[[SCGI]]-Gateway-Unterstützung für mod_proxy | |||
|- | |- | ||
|mod_proxy_wstunnel | | [[mod_proxy_wstunnel]] || Proxy|| [[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]] || Sicherheit|| Sicherheitsmodul ([[Web Application Firewall]]) | ||
|Sicherheitsmodul ([[Web Application Firewall]]) | |||
|- | |- | ||
|mod_sed | | [[mod_sed]] || Filter|| Filtern mit [[sed (Unix)|sed]] | ||
|Filtern mit [[sed (Unix)|sed]] | |||
|- | |- | ||
|mod_session | | [[mod_session]] || Session|| Unterstützung für [[Sitzung (Informatik)|Sitzungen]] | ||
|Unterstützung für [[Sitzung (Informatik)|Sitzungen]] | |||
|- | |- | ||
|mod_session_cookie | | [[mod_session_cookie]] || Session|| Sitzungen mit [[HTTP-Cookie|Cookies]] | ||
|Sitzungen mit [[HTTP-Cookie|Cookies]] | |||
|- | |- | ||
|mod_session_crypto | | [[mod_session_crypto]] || Session|| Sitzungsverschlüsselung | ||
|Sitzungsverschlüsselung | |||
|- | |- | ||
|mod_session_dbd | | [[mod_session_dbd]] || Session|| 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]] || Caching|| DBM-basierter socache | ||
|DBM-basierter socache | |||
|- | |- | ||
|mod_socache_dc | | [[mod_socache_dc]] || Caching|| [[Distcache]]-basierter socache | ||
|[[Distcache]]-basierter socache | |||
|- | |- | ||
|mod_socache_memcache | | [[mod_socache_memcache]] || Caching|| [[Memcache]]-basierter socache | ||
|[[Memcache]]-basierter socache | |||
|- | |- | ||
|mod_socache_shmcb | | [[mod_socache_shmcb]] || Caching|| [[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]] || Filter|| 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 ( | |||
|- | |- | ||
|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]] || Sicherheit|| 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]] || Filter|| Fremde Zeichensätze für [[libxml2]]-Filtermodule | ||
|Fremde Zeichensätze für [[libxml2]]-Filtermodule | |||
|} | |} | ||
== | <noinclude> | ||
== Anhang == | |||
=== Siehe auch === | |||
{{Special:PrefixIndex/{{BASEPAGENAME}}}} | |||
==== Links ==== | |||
===== Weblinks ===== | |||
# https://httpd.apache.org/docs/2.4/de/mod/ | |||
# https://httpd.apache.org/docs/current/en/mod/ | |||
[[Kategorie:Apache/HTTP/Module]] | [[Kategorie:Apache/HTTP/Module]] | ||
</noinclude> |
Aktuelle Version vom 1. November 2024, 11:42 Uhr
Apache/HTTP/Module - Beschreibung
Beschreibung
- Konzept
Apache-HTTP-Server ist modular aufgebaut
- Wichtige Module
Bereich | Module |
---|---|
Verschlüsselung | mod_ssl, mod_gnutls |
Skriptsprachen | mod_php, mod_perl, mod_python |
WebDAV | mod_dav, mod_dav_fs, mod_dav_lock, mod_dav_repos |
Authentifizierung | mod_auth* |
Weiterleitung | mod_proxy |
Umschreiben von Anfragen | mod rewrite |
Änderungen an Headerzeilen | mod_headers |
Informationen zu Dateitypen | mod_mime, mod_mime_magic |
Statusberichte | mod_status |
Kernfunktionen
- Kernfunktionen und Multi-Processing-Module
Option | Beschreibung |
---|---|
core | Kernfunktionen des Apache HTTP-Servers, die immer verfügbar sind |
mpm_common | Eine Sammlung von Direktiven, die von mehr als einem Multi-Processing-Modul (MPM) implementiert werden |
event | Eine Variante des Worker-MPM mit dem Ziel, nur für Verbindungen mit aktiver Verarbeitung Threads zu verbrauchen
|
mpm_netware | Multi-Processing-Modul zur Implementierung eines für Novell NetWare optimierten Webservers mit ausschließlichem Threading |
mpmt_os2 | Hybrides Multiprozess- und Multithreading-MPM für OS/2 |
prefork | Implementiert einen Pre-Forking-Webserver ohne Threads |
mpm_winnt | Multi-Processing-Modul optimiert für Windows NT. |
worker | Multi-Processing-Modul zur Implementierung eines hybriden Multithreading-Multiprozess-Web-Servers |
Weitere Module
Modul | Bereich | Funktion |
---|---|---|
mod_access_compat | Access | Gruppenzugriffsberechtigung basierend auf dem Hostnamen |
mod_actions | Skriptsprachen | 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 | Authentifizierung | HTTP-Authentifizierung |
mod_auth_digest | Authentifizierung | Authentifizierung mit MD5-Hash |
mod_auth_form | Authentifizierung | Formular-Authentifizierung |
mod_authn_anon | Authentifizierung | Erlaubt anonymen Zugriff in authentifizierten Bereichen |
mod_authn_core | Authentifizierung | Kernmodul für die Authentifizierung |
mod_authn_dbd | Authentifizierung | Benutzer-Authentifizierung über eine SQL-Datenbank |
mod_authn_dbm | Authentifizierung | Benutzer-Authentifizierung über eine DBM-Datei |
mod_authn_file | Authentifizierung | Benutzer-Authentifizierung über Textdateien |
mod_authn_socache | Authentifizierung | Verwaltet einen Cache aus Zugangsberechtigungen |
mod_authnz_fcgi | Authentifizierung | Allows a FastCGI authorizer application to handle Apache httpd authentication and authorization |
mod_authnz_ldap | Authentifizierung | Benutzer-Authentifizierung über LDAP |
mod_authz_core | Authentifizierung | Kernmodul für Authentifizierungsmechanismen |
mod_authz_dbd | Authentifizierung | Gruppen-Authentifizierung über SQL |
mod_authz_dbm | Authentifizierung | Gruppen-Authentifizierung über DBM |
mod_authz_groupfile | Authentifizierung | Gruppen-Authentifizierung über Textdateien |
mod_authz_host | Authentifizierung | Gruppen-Authentifizierung basierend auf dem Hostnamen |
mod_authz_owner | Authentifizierung | Authentifizierung über Besitzerzugehörigkeit von Dateien |
mod_authz_user | Authentifizierung | Benutzer-Authentifizierung |
mod_autoindex | Access | Automatische Verzeichnisanzeige |
mod_buffer | Caching | Anfragen-Pufferung |
mod_cache | Caching | HTTP-Caching-Filter nach RFC 2616 |
mod_cache_disk | Caching | Festplattenspeicherung für HTTP Caching-Filter |
mod_cache_socache | Caching | Shared object cache (socache)-basierte Speicherung für den HTTP Caching-Filter |
mod_cern_meta | CERN Metadaten-Semantik | |
mod_cgi | Skriptsprachen | Ausführung von CGI-Skripten |
mod_cgid | Skriptsprachen | 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 | WebDAV |
mod_dav_fs | WebDAV | Dateisystem-Modul für WebDAV |
mod_dav_lock | WebDAV | 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 | Test | Echo-Server für Testzwecke |
mod_env | Ändert die Umgebung | |
mod_example_hooks | Beispielmodul | |
mod_expires | Caching | Erzeugt die Expires und Cache-Control HTTP-Header |
mod_ext_filter | Filter | Gibt die Server-Antwort vor dem Ausliefern an externes Programm weiter |
mod_file_cache | Caching | Puffert Dateien im Arbeitsspeicher |
mod_filter | Filter | Kontextsensitive Filter |
mod_headerss | Filter | 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 | Logging der Anfragen |
mod_log_debug | Logging | Debug Log |
mod_log_forensic | Logging | Forensisches Logging |
mod_logio | Logging | 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 | Skriptsprachen | Ausführung von PHP-Skripten |
mod_privileges | Solaris Privileges | |
mod proxy | Proxy | Proxy |
mod_proxy_ajp | Proxy | AJP für mod_proxy |
mod_proxy_balancer | Proxy | Lastverteilung für mod_proxy |
mod_proxy_connect | Proxy | Unterstützung von CONNECT-Anfragen für mod_proxy |
mod_proxy_express | Proxy | Dynamische Reverse-Proxy-Unterstützung für mod_proxy |
mod_proxy_fcgi | Proxy | FastCGI-Unterstützung für mod_proxy |
mod_proxy_fdpass | Proxy | fdpass-Unterstützung für mod_proxy |
mod_proxy_ftp | Proxy | FTP-Unterstützung für mod_proxy |
mod_proxy_html | Proxy | Rewrite HTML links in to ensure they are addressable from Clients’ networks in a proxy context |
mod_proxy_http | Proxy | HTTP-Unterstützung für mod_proxy |
mod_proxy_scgi | Proxy | SCGI-Gateway-Unterstützung für mod_proxy |
mod_proxy_wstunnel | Proxy | 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 | Sicherheit | Sicherheitsmodul (Web Application Firewall) |
mod_sed | Filter | Filtern mit sed |
mod_session | Session | Unterstützung für Sitzungen |
mod_session_cookie | Session | Sitzungen mit Cookies |
mod_session_crypto | Session | Sitzungsverschlüsselung |
mod_session_dbd | Session | 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 | Caching | DBM-basierter socache |
mod_socache_dc | Caching | Distcache-basierter socache |
mod_socache_memcache | Caching | Memcache-basierter socache |
mod_socache_shmcb | Caching | 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 | Filter | 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 | Sicherheit | 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 | Filter | Fremde Zeichensätze für libxml2-Filtermodule |
Anhang
Siehe auch
Links
Weblinks