-
-
-
-
-
例12:NetScaler ADCアプライアンスのクライアント要求でホスト名とURLを変更するように書き換えを構成する
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!
例12:NetScaler ADCアプライアンスのクライアント要求でホスト名とURLを変更するように書き換えを構成する
NetScaler ADCアプライアンスの書き換え機能を使用して、クライアント要求で使用可能なURLを、バックエンドサーバーが理解できる別のURLに変換します。書き換え機能を使用すると、次のメリットが得られます。
-
クライアントから要求されたリソースへの実際の URL を非表示にすることで、セキュリティを強化します。
-
不正なユーザーアクセスがネットワークリソースにアクセスするのを防ぎます。
現在の組織が別の組織に買収された例を考えてみましょう。管理者にとって、買収した組織のすべてのユーザーに新しいウェブアドレスを知らせるのは大変な作業になります。このシナリオでは、取得した組織のWebサイトに対するクライアントリクエストのホスト名やURLを変更するときに、書き換え機能を使用すると便利になります。ウェブサイトがメンテナンス中のときに、rewrite を使用してクライアントリクエストの URL を一時的に変更できます。
次のセクションでは、書き換え機能を使用してクライアントリクエストのホスト名と URL を変更する手順について説明します。
ユーザーが Web ブラウザに http://www.example.com
URL を入力する例を考えてみましょう。Webサイト管理者は、NetScaler ADCアプライアンスにクライアント要求内の前述のURLを次のように変換させたいと考えています。 http://myexample.example.net.in/resource/inventory/s?t=112
前述の例では、Webサイト管理者はNetScalerアプライアンスで「example.com」ドメイン名を「myexample.example.net.in」に、URLを「resource/inventory/s?」に置き換えることを望んでいます。t=12インチ。
CLI を使用して、次の操作を実行します
-
SSHを使用してNetScaler ADCアプライアンスにログオンします。
-
書き換えアクションを追加する。
add rewrite action rewrite_domain_url_replace_act replace HTTP.REQ.URL "\"http://myexample.example.net.in/resource/inventory/s?t=112\""
-
書き換えアクションの書き換えポリシーを追加します。
add rewrite policy rewrite_domain_url_pol HTTP.REQ.HOSTNAME.EQ("www.example.com") rewrite_domain_url_replace_act
-
書き換えポリシーを仮想サーバにバインドします。
bind lb vserver rewrite_LB -policyName rewrite_domain_url_pol -priority 100 -gotoPriorityExpression END -type REQUEST
共有
共有
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.