aboutsummaryrefslogtreecommitdiffstats
path: root/doc/cgiwrapper-nollmcrawler.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-02-14 13:33:47 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-02-14 13:33:47 +0000
commit2b816744d65e444903facb02598f0b7f6d73a373 (patch)
tree50fcdfe36f99f207a38a30ccb2e2c29fb7535cd2 /doc/cgiwrapper-nollmcrawler.html
parente759a3d3b28c75317798f73a153f596cf1afdb00 (diff)
downloadtipidee-2b816744d65e444903facb02598f0b7f6d73a373.tar.gz
Document cgiwrapper-nollmcrawler's options
Diffstat (limited to 'doc/cgiwrapper-nollmcrawler.html')
-rw-r--r--doc/cgiwrapper-nollmcrawler.html17
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/cgiwrapper-nollmcrawler.html b/doc/cgiwrapper-nollmcrawler.html
index 2b2104c..222ee97 100644
--- a/doc/cgiwrapper-nollmcrawler.html
+++ b/doc/cgiwrapper-nollmcrawler.html
@@ -49,7 +49,7 @@ who rarely make a deep query on their first visit.
As a CGI program:
</p>
<pre>
- cgiwrapper-nollmcrawler [ -f ] [ -v <em>verbosity</em> ] [ -d <em>depth</em> ] <em>rulesdir</em> <em>regex</em> <em>realcgi...</em>
+ cgiwrapper-nollmcrawler [ -v <em>verbosity</em> ] [ -d <em>depth</em> ] <em>rulesdir</em> <em>regex</em> <em>realcgi...</em>
</pre>
<ul>
@@ -142,13 +142,16 @@ underlying operating system. </dd>
</div>
<dl>
- <dt> -4 </dt>
- <dd> Expect IPv4 addresses. Use this option when reading logs from a server listening
-to an IPv4 address. </dd>
+ <dt> -v <em>verbosity</em>, --verbosity=<em>verbosity</em> </dt>
+ <dd> Be more or less verbose. 0 is only fatal messages, 1 prints warnings as well, 2 prints
+more runtime information. Default is <strong>1</strong>. </dd>
- <dt> -6 </dt>
- <dd> Expect IPv6 addresses. Use this option when reading logs from a server listening
-to an IPv6 address. </dd>
+ <dt> -d <em>depth</em>, --pathinfo-depth=<em>depth</em> </dt>
+ <dd> <em>depth</em> must be an unsigned integer, representing the minimal depth
+for automated blacklisting. If the value of the PATH_INFO variable has <em>depth</em>
+or fewer slash characters (<tt>/</tt>) then the IP of the request is automatically
+whitelisted. If it has <em>more</em> than <em>depth</em>, then cgiwrapper-nollmcrawler
+moves on to the regex check. </dd>
</dl>
<div id="notes">