Jump to:navigation, search
Wiki






























De.png
En.png
Fr.png









Syntax for the CLI command Rproxy

Last adaption: 06.2024

New:
  • Layout adjustments
notempty
This article refers to a Resellerpreview
Access: Extras CLI

Command Parameter Description Example

rproxy site

rproxy site get
rproxy site get
List of all reverse proxy sites rproxy site get

rproxy site delete

rproxy site delete
Deletes a reverse proxy site rproxy site delete id "2"
id Id of the reverse proxy site

rproxy site set

rproxy site set
Changes the settings of a reverse proxy site rproxy site set id "2" server_oid "194"
id Id of the reverse proxy site
sitename Name of the sites
server_oid OID of the server group
site_bw Site bandwidth (in kbit/s)
client_bw Client bandwidth (in kbit/s)
balance Algorithm for load distribution

rproxy site new

rproxy site new
Adds a new reverse proxy site rproxy site new sitename "beispiel.sp.de" server_oid "193" site_bw "80" client_bw "80" balance "round-robin"
sitename Name of the sites
server_oid OID of the server group
site_bw Site bandwidth (in kbit/s)
client_bw Client bandwidth (in kbit/s)
balance Algorithm for load distribution

rproxy aclsetgroup

rproxy aclsetgroup get
rproxy aclsetgroup get
Lists all reverse proxy ACL set groups rproxy aclsetgroup get
rproxy aclsetgroup delete
rproxy aclsetgroup delete
Deletes a reverse proxy ACL set group rproxy aclsetgroup delete
id Id of the reverse proxy ACL set group
rproxy aclsetgroup set
rproxy aclsetgroup set
Changes the settings of a reverse proxy ACL set group rproxy aclsetgroup set id "2" rank "1"
id Id of the reverse proxy ACL set group
siteid Id of the associated site
enabled Activation/deactivation of the set group
action Action (allow/deny) of the set group
rproxy aclsetgroup new
rproxy aclsetgroup new
Adds a new reverse proxy ACL set group rproxy aclsetgroup new setid "194" siteid "1" enabled "1" action "allow"
setid Id of the reverse proxy ACL set group
siteid Id of the associated site
enabled Activation/deactivation of the set group
action Action (allow/deny) of the set group

rproxy acl

rproxy acl get
rproxy acl get
Listing of all reverse proxy ACLs created rproxy acl get
rproxy acl delete
rproxy acl delete
Deletes a reverse proxy ACL or ACL set rproxy acl delete id "2"
id Id of the reverse proxy ACL
rproxy acl set
rproxy acl set
Changes a reverse proxy ACL rproxy acl set id "2" acltype "dstdomain" argument "anyideas.de"
id Id of the reverse proxy ACL
acltype Type of ACL (destdom_regex, destdomain, proto, ...)
argument Argument of the ACL
rproxy acl new
rproxy acl new
Adds a new reverse proxy ACL (Access Control List) rproxy acl new name "acl-server1" acltype "dstdomain" argument "ttt-point.de"
id Id of the reverse proxy ACL
acltype Type of ACL (destdom_regex, destdomain, proto, ...)
argument Argument of the ACL