From e86e075e0aee6ff01d3ad75db75dbba9dc49ed02 Mon Sep 17 00:00:00 2001 From: Fumitoshi UKAI Date: Sun, 3 Mar 2002 19:07:37 +0000 Subject: doc-jp/MANUAL.html: add note about file:/cgi-bin * doc/MANUAL.html: ditto From: Fumitoshi UKAI --- ChangeLog | 7 ++++++- doc-jp/MANUAL.html | 5 +++++ doc/MANUAL.html | 8 ++++++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index af69916..7692ea7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-03-04 Fumitoshi UKAI + + * doc-jp/MANUAL.html: add note about file:/cgi-bin + * doc/MANUAL.html: ditto + 2002-03-01 Hironori Sakamoto * [w3m-dev 03073] frame + image @@ -3026,4 +3031,4 @@ * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.329 2002/02/28 16:21:54 ukai Exp $ +$Id: ChangeLog,v 1.330 2002/03/03 19:07:37 ukai Exp $ diff --git a/doc-jp/MANUAL.html b/doc-jp/MANUAL.html index 5fd091f..7bdde24 100644 --- a/doc-jp/MANUAL.html +++ b/doc-jp/MANUAL.html @@ -502,6 +502,11 @@ $LIB 割りあてることができます(オプション設定パネルの「/cgi-binで表される ディレクトリ」の項目).ここには,: で区切って複数のディレクトリを 指定することができます(例えば /usr/local/cgi-bin:/home/aito/cgi-bin など). +/cgi-bin/ を使う場合は、 +
+  w3m -o cgi_bin=/path/to/cgi-bin file:/cgi-bin/script.cgi
+
+のように file:/cgi-binというURLを使う必要があります。 この中にカレントディレクトリを入れることは,セキュリティ上の理由により 薦められません. diff --git a/doc/MANUAL.html b/doc/MANUAL.html index 4e6f397..961c588 100644 --- a/doc/MANUAL.html +++ b/doc/MANUAL.html @@ -484,8 +484,12 @@ as $LIB.
  • /cgi-bin/ directory. You can map /cgi-bin/ to any directory you like with option setting panel (``Directory corresponds to /cgi-bin'' field). You can specify multiple paths separated by `:', like -/usr/local/cgi-bin:/home/aito/cgi-bin. It is not recommended to include -current directory to this path. +/usr/local/cgi-bin:/home/aito/cgi-bin. To use /cgi-bin/ directory, +you must use file:/cgi-bin URL as follows: +
    + w3m -o cgi_bin=/path/to/cgi-bin file:/cgi-bin/script.cgi
    +
    +It is not recommended to include current directory to this path.

    The CGI script can use special header `w3m-control:' to control w3m. -- cgit v1.2.3