Roxen.git/
server/
base_server/
configuration.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2000-05-26
2000-05-26 22:22:10 by Per Hedbor <ph@opera.com>
40e24ce679d8c1167f30a2e4c5db23547b99a3e5 (
10
lines) (+
9
/-
1
)
[
Show
|
Annotate
]
Branch:
5.2
Added the 'is-default-server' variable
Rev: server/base_server/configuration.pike:1.310
3:
// // German translation by Kai Voigt
-
constant cvs_version = "$Id: configuration.pike,v 1.
309
2000/05/
22
05
:
24
:
09
per Exp $";
+
constant cvs_version = "$Id: configuration.pike,v 1.
310
2000/05/
26
22:
22
:
10
per Exp $";
constant is_configuration = 1; #include <module.h> #include <roxen.h>
3170:
{ name=config;
+
defvar("default_server", 0, "Default site",
+
TYPE_FLAG,
+
"If true, this site will be selected in preference of "
+
"other sites when virtual hosting is used and no host "
+
"header is supplied, or the supplied host header does not "
+
"match the address of any of the other servers." );
+
defvar("comment", "", "Virtual server comment", TYPE_TEXT_FIELD|VAR_MORE, "This text will be visible in the administration interface, it "