diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-03-03 19:07:37 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-03-03 19:07:37 +0000 |
commit | e86e075e0aee6ff01d3ad75db75dbba9dc49ed02 (patch) | |
tree | 29049e321191bc33794da0685cc5eb0613f8d70f /doc/MANUAL.html | |
parent | [w3m-dev 03073] frame + image (diff) | |
download | w3m-e86e075e0aee6ff01d3ad75db75dbba9dc49ed02.tar.gz w3m-e86e075e0aee6ff01d3ad75db75dbba9dc49ed02.zip |
doc-jp/MANUAL.html: add note about file:/cgi-bin
* doc/MANUAL.html: ditto
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'doc/MANUAL.html')
-rw-r--r-- | doc/MANUAL.html | 8 |
1 files changed, 6 insertions, 2 deletions
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. <li>/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: +<pre> + w3m -o cgi_bin=/path/to/cgi-bin file:/cgi-bin/script.cgi +</pre> +It is not recommended to include current directory to this path. </ul> <p> The CGI script can use special header `w3m-control:' to control w3m. |