This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
セキュリティで保護されたコンテンツスイッチングサーバーを構成する
SSL ベースのコンテンツスイッチング仮想サーバーは、まずセキュリティで保護されたデータを復号化し、コンテンツの種類と構成されたコンテンツスイッチングポリシーによって決定された適切に構成されたサーバーにデータをリダイレクトします。サーバに送信されるパケットには、送信元 IP アドレスとしてマッピング IP アドレスがあります。
次に、HTTP サービスでロードバランシングを実行するように 2 つのアドレスベースの仮想サーバを設定する手順の例を示します。一方の仮想サーバー Vserver-LB-HTML
は、動的コンテンツ(cgi、asp)の負荷を分散し、もう一方の Vserver-LB-Image
は、静的コンテンツ(GIF、jpeg)の負荷を分散します。使用されるロードバランシング方式は、デフォルトの LEASTCONNECTION です。次に、コンテンツスイッチングSSL仮想サーバー Vserver-CS-SSL
は、構成されたコンテンツスイッチングポリシーに基づいてSSLアクセラレーションとHTTPS要求のスイッチングを実行するように構成されます。
例:
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-->
共有
共有
この記事の概要
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.