-
-
-
-
-
例 6: Apache 書き換えモジュールルールの移行
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!
例 6: Apache 書き換えモジュールルールの移行
Example Inc. は現在、Apache 書き換えモジュールを使用して、Web サーバーに送信された検索要求を処理し、要求 URL の情報に基づいてそれらの要求を適切なサーバーにリダイレクトしています。Example Inc. は、これらのルールをCitrix ADCプラットフォームに移行することで、設定を簡素化したいと考えています。
Example が現在使用しているいくつかのApache 書き換えルールを以下に示します。これらのルールは、SiteID 文字列がない場合、または SiteID 文字列がゼロ (0) に等しい場合は、特別な結果ページに検索リクエストをリダイレクトします。これらの条件が適用されない場合は、標準結果ページにリダイレクトします。
以下は、現在の Apache 書き換えルールです。
- RewriteCond %{REQUEST_FILENAME} ^/search$ [NC]
- RewriteCond %{QUERY_STRING} !SiteId= [OR]
- RewriteCond %{QUERY_STRING} SiteId=0
- RewriteCond %{QUERY_STRING} CallName=DisplayResults [NC]
- RewriteRule ^.*$ results2.html [P,L]
- RewriteCond %{REQUEST_FILENAME} ^/search$ [NC]
- RewriteCond %{QUERY_STRING} CallName=DisplayResults [NC]
- RewriteRule ^.*$ /results.html [P,L]
Citrix ADCでこれらのApache書き換えルールを実装するには、次の表の値を使用して書き換えアクションを作成します。
アクション名 | 書き換えアクションのタイプ | ターゲット参照を選択する式 | 置換テキストの文字列式 |
---|---|---|---|
Action-Rewrite-Display_Results_NulSiteID | REPLACE | HTTP.REQ.URL | “/results2.html” |
Action-Rewrite-Display_Results | REPLACE | HTTP.REQ.URL | “/results2.html” |
次に、次の表に示すように、値を使用して書き換えポリシーを作成します。
ポリシー名 | アクション名 | 未定義のアクション | 式 |
---|---|---|---|
Policy-Rewrite-Display_Results_NulSiteID | Action-Rewrite-Display_Results_NulSiteID | NOREWRITE | HTTP.REQ.URL.PATH.SET_TEXT_MODE(IGNORECASE).EQ(“/search”) && (!HTTP.REQ.URL.QUERY.CONTAINS(“SiteId=”) || HTTP.REQ.URL.QUERY.CONTAINS(“SiteId=0”) || HTTP.REQ.URL.QUERY.SET_TEXT_MODE(IGNORECASE).CONTAINS(“CallName=DisplayResults”)) |
Policy-Rewrite-Display_Results | Action-Rewrite-Display_Results | NOREWRITE | HTTP.REQ.URL.PATH.SET_TEXT_MODE(IGNORECASE).EQ(“/search”) || HTTP.REQ.URL.QUERY.SET_TEXT_MODE(IGNORECASE).CONTAINS(“CallName=DisplayResults”)) |
最後に、書き換えポリシーをバインドし、最初のポリシーに優先順位 600、2 番目のポリシーに優先順位 700 を割り当てて、両方のバインドに対して goto 式を NEXT に設定します。
Citrix ADCは、Apache書き換えモジュールのルールが移行される前のWebサーバーと同じようにこれらの検索要求を処理するようになりました。
共有
共有
この記事の概要
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.