From 2b816744d65e444903facb02598f0b7f6d73a373 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Sat, 14 Feb 2026 13:33:47 +0000
Subject: Document cgiwrapper-nollmcrawler's options
---
doc/cgiwrapper-nollmcrawler.html | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 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:
- cgiwrapper-nollmcrawler [ -f ] [ -v verbosity ] [ -d depth ] rulesdir regex realcgi...
+ cgiwrapper-nollmcrawler [ -v verbosity ] [ -d depth ] rulesdir regex realcgi...
@@ -142,13 +142,16 @@ underlying operating system.
- - -4
- - Expect IPv4 addresses. Use this option when reading logs from a server listening
-to an IPv4 address.
-
- - -6
- - Expect IPv6 addresses. Use this option when reading logs from a server listening
-to an IPv6 address.
+ - -v verbosity, --verbosity=verbosity
+ - Be more or less verbose. 0 is only fatal messages, 1 prints warnings as well, 2 prints
+more runtime information. Default is 1.
+
+ - -d depth, --pathinfo-depth=depth
+ - depth must be an unsigned integer, representing the minimal depth
+for automated blacklisting. If the value of the PATH_INFO variable has depth
+or fewer slash characters (/) then the IP of the request is automatically
+whitelisted. If it has more than depth, then cgiwrapper-nollmcrawler
+moves on to the regex check.
--
cgit v1.3.1