Coyote Point Systems Equalizer Especificaciones Pagina 55

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 594
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 54
20. Add a redirect responder that will redirect all requests coming into the same cluster IP as cl03 on
port 80
(via
HTTP); the responder will be configured to redirect these requests to cl03 on port 443 (via HTTPS).
Since some of the arguments to this command are longer than one line, we’ll add the
responder using multiple command lines to make the input clearer:
eqcli > resp Redircl04
eqcli rsp-Red*> type redirect
eqcli rsp-Red*> statcode 301
eqcli rsp-Red*> statdesc "Moved Permanently"
eqcli rsp-Red*> regex“http://clustercl03.example.com/([^\r]+)?”
eqcli rsp-Red*> url"https://clustercl03.example.com/$1"
eqcli rsp-Red*> exit
eqcli: 12200287: Operation successful
eqcli >
Note the following:
The regular expression used in the regex parameter contains a single space between the
caret (^) and backslash (\) characters.
The FQDN used in the regex and url parameters (e.g., cluster-cl03.example.com) must
match the FQDN used by clients to connect to cluster cl03.
21. Add the responder created in the previous step to cluster cl01:
eqcli > cluster cl04 resp Redircl04
Since cl04 has no associated server pool specified in its configuration, all requests coming in
to cl04 will be redirected to cl03 by the responder.
Copyright © 2013 Coyote Point Systems. A subsidiary of Fortinet, Inc.
All Rights Reserved.
55
Equalizer Administration Guide
Vista de pagina 54
1 2 ... 50 51 52 53 54 55 56 57 58 59 60 ... 593 594

Comentarios a estos manuales

Sin comentarios