@@ -10,7 +10,7 @@ this means to deny only that single IP address.
...
@@ -10,7 +10,7 @@ this means to deny only that single IP address.
Subnet masks may vary from 0 to 32, inclusive. The default setting is to allow
Subnet masks may vary from 0 to 32, inclusive. The default setting is to allow
all accesses. On each request the full list is traversed, and
all accesses. On each request the full list is traversed, and
the last match wins. Example: `$ mongoose -access_control_list -0.0.0.0/0,+192.168/16` to deny all acccesses except from 192.168/16 subnet. To learn
the last match wins. Example: `$ mongoose -access_control_list -0.0.0.0/0,+192.168/16` to deny all acccesses except those from `192.168/16` subnet. To learn
more about subnet masks, see the
more about subnet masks, see the
[Wikipedia page on Subnetwork](http://en.wikipedia.org/wiki/Subnetwork)
[Wikipedia page on Subnetwork](http://en.wikipedia.org/wiki/Subnetwork)
...
@@ -24,25 +24,24 @@ mongoose executable. Default: not set, no query logging is done.
...
@@ -24,25 +24,24 @@ mongoose executable. Default: not set, no query logging is done.
Authorization realm used in `.htpasswd` authorization. Default: `mydomain.com`
Authorization realm used in `.htpasswd` authorization. Default: `mydomain.com`
### cgi_interpreter
### cgi_interpreter
Path to an executable to use as CGI interpreter for __all__ CGI scripts
Path to an executable to be used use as an interpreter for __all__ CGI scripts
regardless script extension.
regardless script extension. Default: not set, Mongoose looks at
for an interpreter. Default: not set, Mongoose looks at