Wechseln zu:Navigation, Suche
Wiki
Die druckbare Version wird nicht mehr unterstützt und kann Darstellungsfehler aufweisen. Bitte aktualisiere deine Browser-Lesezeichen und verwende stattdessen die Standard-Druckfunktion des Browsers.

rproxy

Befehl Beschreibung Beispiel
acl
rproxy acl get Auflistung aller angelegten Reverse-Proxy ACLs rproxy acl get
rproxy acl new Fügt eine neue Reverse-Proxy ACL (Access Contoll List) hinzu rproxy acl new name "acl-server1" acltype "dstdomain" argument "beispiel.sp.de"
rproxy acl set Ändert eine Reverse-Proxy ACL rproxy acl set id "2" acltype "dstdomain" argument "example.sp.de"
rproxy acl delete Löscht ein Reverse-Proxy ACL oder ACL-Set rproxy acl delete id "2"
aclsetgroup
rproxy aclsetgroup get Listet alle Reverse-Proxy ACL-Set-Gruppen auf rproxy aclsetgroup get
rproxy aclsetgroup new Fügt eine neue Reverse-Proxy ACL-Set-Gruppe hinzu rproxy aclsetgroup new setid "194" siteid "1" enabled "1" action "allow"
rproxy aclsetgroup set Ändert die Einstellungen einer Reverse-Proxy ACL-Set-Gruppe rproxy aclsetgroup set id "2" rank "1"
rproxy aclsetgroup delete Löscht eine Reverse-Proxy ACL-Set-Gruppe rproxy aclsetgroup delete id "2"
site
rproxy site get Listet alle Reverse-Proxy Sites auf rproxy site get
rproxy site new Fügt eine neue Reverse-Proxy Site hinzu rproxy site new sitename "beispiel.sp.de" server_oid "193" site_bw "80" client_bw "80" balance "round-robin"
rproxy site set Ändert die Einstellungen einer Reverse-Proxy Site rproxy site set id "2" server_oid "194"
rproxy site delete Löscht eine Reverse-Proxy Site rproxy site delete id "2"