Mod proxy: Unterschied zwischen den Versionen
Erscheinungsbild
Die Seite wurde neu angelegt: „* Sicherheitskonzept * Modul mod_proxy * Proxy-Eigenschaften einstellen“ |
K Textersetzung - „line>“ durch „line copy>“ |
||
(56 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
* | == mod_proxy == | ||
* | ; ProxyPass | ||
Um Apache als Reverse-Proxy-Server einzurichten, wird [[mod_proxy]] aktiviert | |||
; Weitere Module | |||
Gängige Module, die möglicherweise notwendig sind | |||
* [[mod_http]] | |||
* [[mod_headers]] | |||
* [[mod_html]] | |||
=== Installation === | |||
Installation und Aktivierung von mod_proxy | |||
<syntaxhighlight lang="bash" highlight="1" line copy> | |||
sudo apt install libapache2-mod-proxy-html a2enmod mod_proxy | |||
</syntaxhighlight> | |||
<noinclude> | |||
== Anhang == | |||
=== Siehe auch === | |||
{{Special:PrefixIndex/{{BASEPAGENAME}}/}} | |||
=== Dokumentation === | |||
=== Links === | |||
==== Weblinks ==== | |||
# https://sarwiki.informatik.hu-berlin.de/Reverse_Proxy | |||
[[Kategorie:Apache/HTTP/Module]] | |||
[[Kategorie:Apache/HTTP/Proxy]] | |||
{{DEFAULTSORT:mod_proxy}} | |||
{{DISPLAYTITLE:mod_proxy}} | |||
</noinclude> |
Aktuelle Version vom 11. Mai 2025, 13:40 Uhr
mod_proxy
- ProxyPass
Um Apache als Reverse-Proxy-Server einzurichten, wird mod_proxy aktiviert
- Weitere Module
Gängige Module, die möglicherweise notwendig sind
Installation
Installation und Aktivierung von mod_proxy
sudo apt install libapache2-mod-proxy-html a2enmod mod_proxy
Anhang
Siehe auch
Dokumentation
Links
Weblinks