Zum Inhalt springen

Mod proxy: Unterschied zwischen den Versionen

Aus Foxwiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
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>
sudo apt install libapache2-mod-proxy-html a2enmod mod_proxy
</syntaxhighlight>
<noinclude>
<noinclude>



Version vom 31. März 2025, 22:14 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

  1. http://sarwiki.informatik.hu-berlin.de/Reverse_Proxy