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 --- doc/MANUAL.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/MANUAL.html') 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