Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Content imported from a Scroll Translations translation file.

...

Sv translation
languagede

Status
colourRed
titleTHIS PAGE IS ONLY AVAILABLE IN ENGLISH

Sv translation
languagefr
Note

Code Block
peers replicates peer localproxy 127.0.0.1:1024 

Code Block
# default error pages # errorfile 400 /usr/share/haproxy/400.http # errorfile 408 /usr/share/haproxy/408.http # errorfile 504 /usr/share/haproxy/504.http # errorfile 503 /usr/share/haproxy/503.http # errorfile 502 /usr/share/haproxy/502.http # errorfile 403 /usr/share/haproxy/403.http # errorfile 500 /usr/share/haproxy/500.http

Translations Ignore


Code Block
 redirect location /CarrierPortal/login/RESELLER/CLIENT if root_req redirect location /CarrierPortal/mclogin/RESELLER/CLIENT if mini_req


Translations Ignore


Code Block
backend jtel_portal ... server jboss1 acd-jb1:8080 weight 1 cookie jboss1 check inter 1m server jboss2 acd-jb2:8080 weight 1 cookie jboss2 check inter 1m


Translations Ignore


Code Block
backend jtel_soap ... server jboss1 acd-jb1:8080 weight 1 cookie jboss1 check inter 1m server jboss2 acd-jb2:8080 weight 1 cookie jboss2 check inter 1m


Status
colourRed
title

Translations Ignore


Code Block
languagebash
python2 -c 'import crypt; print crypt.crypt("<password>", "$5$jhaProxy")'


Translations Ignore


Code Block
userlist stats-auth ... user newuser password <hashvalue> group admin users admin,jtel,newuser


Translations Ignore


Code Block
languagebash
systemctl start haproxy.service