doc-jp/MANUAL.html: add note about file:/cgi-bin

* doc/MANUAL.html: ditto
From: Fumitoshi UKAI  <ukai@debian.or.jp>
This commit is contained in:
Fumitoshi UKAI
2002-03-03 19:07:37 +00:00
parent 98f9b038f0
commit e86e075e0a
3 changed files with 17 additions and 3 deletions

View File

@@ -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.