Configure a secure content switching server 编辑

An SSL-based content switching virtual server first decrypts the secure data and then redirects the data to appropriately configured servers as determined by the type of content and the configured content switching policies. The packets sent to the server have a mapped IP address as the source IP address.

The following example shows the steps to configure two address-based virtual servers to perform load balancing on the HTTP services. One virtual server, Vserver-LB-HTML, load balances the dynamic content (cgi, asp), and the other, Vserver-LB-Image, load balances the static content (GIF, jpeg). The load-balancing method used is the default, LEASTCONNECTION. A content switching SSL virtual server, Vserver-CS-SSL, is then configured to perform SSL acceleration and switching of HTTPS requests based on configured content switching policies.

Example:

enable ns feature lb cs ssl

add lb vserver Vserver-LB-HTML http 10.1.1.2 80

add lb vserver Vserver-LB-Image http 10.1.1.3 80

add service s1 10.1.1.4 http 80

add service s2 10.1.1.5 http 80

add service s3 10.1.1.6 http 80

add service s4 10.1.1.7 http 80

bind lb vserver Vserver-LB-HTML s1

bind lb vserver Vserver-LB-HTML s2

bind lb vserver Vserver-LB-Image s3

bind lb vserver Vserver-LB-Image s4

add cs vserver Vserver-CS-SSL ssl 10.1.1.1 443

add cs policy pol1 -url "*.cgi"

add cs policy pol2 -url "*.asp"

add cs policy pol3 -url "*.gif"

add cs policy pol4 -url "*.jpeg"

bind cs vserver Vserver-CS-SSL -policyName pol1 Vserver-LB-HTML

bind cs vserver Vserver-CS-SSL -policyName pol2 Vserver-LB-HTML

bind cs vserver Vserver-CS-SSL -policyName pol3 Vserver-LB-Image

bind cs vserver Vserver-CS-SSL -policyName pol4 Vserver-LB-Image

add certkey mykey -cert /nsconfig/ssl/ns-root.cert -key /nsconfig/ssl/ns-root.key

bind certkey Vserver-CS-SSL mykey

show cs vserver Vserver-CS-SSL

        Vserver-CS-SSL (10.1.1.1:443) - SSL Type: CONTENT
        State: UP
        Last state change was at Tue Jul 13 02:11:37 2010
        Time since last state change: 0 days, 00:02:12.440
        Client Idle Timeout: 180 sec
        Down state flush: ENABLED
        Disable Primary Vserver On Down : DISABLED
        State Update: DISABLED
        Default:        Content Precedence: RULE
        Vserver IP and Port insertion: OFF
        Case Sensitivity: ON
        Push: DISABLED  Push VServer:
        Push Label Rule: none
<!--NeedCopy-->

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:56 次

字数:2671

最后编辑:8年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文