Mod proxy: Unterschied zwischen den Versionen
Erscheinungsbild
K Textersetzung - „http://“ durch „https://“ |
K Textersetzung - „line>“ durch „line copy>“ |
||
Zeile 11: | Zeile 11: | ||
=== Installation === | === Installation === | ||
Installation und Aktivierung von mod_proxy | Installation und Aktivierung von mod_proxy | ||
<syntaxhighlight lang="bash" highlight="1" line> | <syntaxhighlight lang="bash" highlight="1" line copy> | ||
sudo apt install libapache2-mod-proxy-html a2enmod mod_proxy | sudo apt install libapache2-mod-proxy-html a2enmod mod_proxy | ||
</syntaxhighlight> | </syntaxhighlight> |
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