From: Takashi Sato Date: Mon, 19 May 2008 14:57:19 +0000 (+0000) Subject: update transformation X-Git-Tag: 2.3.0~608 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf5776b9213e97bacc373fd7e2741e0b285afe48;p=apache update transformation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@657845 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/public_html.html.en b/docs/manual/howto/public_html.html.en index 45889ee0ab..8f7f712470 100644 --- a/docs/manual/howto/public_html.html.en +++ b/docs/manual/howto/public_html.html.en @@ -114,12 +114,12 @@ used to redirect user directory requests to external URLs.

- UserDir http://www.foo.com/users/*/ + UserDir http://example.org/users/*/

The above example will redirect a request for http://example.com/~bob/abc.html to - http://www.foo.com/users/bob/abc.html.

+ http://example.org/users/bob/abc.html.

top

Restricting what users are permitted to use this diff --git a/docs/manual/howto/public_html.xml.ja b/docs/manual/howto/public_html.xml.ja index 26cfe895b5..c9cddce9fe 100644 --- a/docs/manual/howto/public_html.xml.ja +++ b/docs/manual/howto/public_html.xml.ja @@ -1,7 +1,7 @@ - + + + + + + + + +mod_proxy_connect - Apache HTTP サーバ + + + + + + +
<-
+ +
+

Apache モジュール mod_proxy_connect

+
+

Available Languages:  en  | + ja 

+
+ + + +
説明:CONNECT リクエストを扱う +mod_proxy 用の拡張
ステータス:Extension
モジュール識別子:proxy_connect_module
ソースファイル:proxy_connect.c
+

概要

+ +

本モジュールには mod_proxy が必要です。 + CONNECT HTTP メソッドをサポートします。 + このメソッドは主にプロキシに SSL リクエストを通す + (訳注: SSLトンネリング)に使われます。

+ +

CONNECT リクエストを扱えるようにするには + mod_proxy と mod_proxy_connect + をサーバに組み込む必要があります。

+ +

警告

+

安全なサーバにするまでプロキシ機能は有効にしないでください。 + オープンプロキシサーバはあなた自身のネットワークにとっても、 + インターネット全体にとっても危険です。

+
+
+

ディレクティブ

+

このモジュールにディレクティブはありません。

+

参照

+
+ +
+
+

Available Languages:  en  | + ja 

+
+ \ No newline at end of file diff --git a/docs/manual/mod/mod_proxy_connect.xml.meta b/docs/manual/mod/mod_proxy_connect.xml.meta index 93d26f6f58..25851b48a1 100644 --- a/docs/manual/mod/mod_proxy_connect.xml.meta +++ b/docs/manual/mod/mod_proxy_connect.xml.meta @@ -8,5 +8,6 @@ en + ja diff --git a/docs/manual/mod/mod_status.html.en b/docs/manual/mod/mod_status.html.en index 6e574e8b78..f9e4b60ecd 100644 --- a/docs/manual/mod/mod_status.html.en +++ b/docs/manual/mod/mod_status.html.en @@ -85,7 +85,7 @@ performance

Enabling Status Support

-

To enable status reports only for browsers from the foo.com +

To enable status reports only for browsers from the example.com domain add this code to your httpd.conf configuration file

@@ -94,7 +94,7 @@ performance
Order Deny,Allow
Deny from all
- Allow from .foo.com
+ Allow from .example.com
</Location>

diff --git a/docs/manual/mod/mod_status.xml.ja b/docs/manual/mod/mod_status.xml.ja index c6c585328e..39abac036e 100644 --- a/docs/manual/mod/mod_status.xml.ja +++ b/docs/manual/mod/mod_status.xml.ja @@ -2,7 +2,7 @@ - + + + +