Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
1997-08-13
1997-08-13 19:22:20 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a87195c8cdbf04c242d8e2c8e21083ef4b2c7389 (
17
lines) (+
11
/-
6
)
[
Show
|
Annotate
]
Branch:
5.2
Updated documentation for module-level security.
Rev: server/base_server/configuration.pike:1.53
1:
-
string cvs_version = "$Id: configuration.pike,v 1.
52
1997/08/13
03
:
01
:
09
grubba Exp $";
+
string cvs_version = "$Id: configuration.pike,v 1.
53
1997/08/13
19
:
22
:
20
grubba Exp $";
#include <module.h> #include <roxen.h> /* A configuration.. */
1510:
"This is the 'security level=value' list.<br>" "Each security level can be any or more from this list:" "<hr noshade>"
-
"allow ip=pattern<br>"
-
"allow user=username,...<br>"
-
"deny ip=pattern<br>"
+
"allow ip=
<i>IP</i>/<i>bits</i><br>"
+
"allow ip=<i>IP</i>:<i>mask</i><br>"
+
"allow ip=<i>
pattern<
/i><
br>"
+
"allow user=
<i>
username
</i>
,...<br>"
+
"deny ip=
<i>IP</i>/<i>bits</i><br>"
+
"deny ip=<i>IP</i>:<i>mask</i><br>"
+
"deny ip=<i>
pattern<
/i><
br>"
"<hr noshade>"
-
"In patterns: *
is
on
or more characters,
? is one
"
-
" character.<p>"
+
"In patterns: *
matches
one
or more characters, "
+
"
and
? matches one
character.<p>"
"In username: 'any' stands for any valid account " "(from .htaccess" " or auth-module. The default (used when _no_ "