Roxen.git
/
server
/
translations
/
eng
/
roxen_config.xml
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/translations/eng/roxen_config.xml:246:
<tr><td>$utc-date</td> <td>UTC date formatted like '<code>2001-01-17</code>'.</td></tr> <tr><td>$utc-time</td> <td>UTC time formatted like '<code>13:00:00</code>'.</td></tr> <tr><td>$bin-date</td> <td>Unix time as a 32 bit integer in network byte order.</td></tr> <tr><td>$resource</td> <td>Resource identifier. For events, this is either a path to a file (if it begins with '<code>/</code>') or some other kind of
-
resource identifier (otherwise). It is '-' for events that
doesn
't
+
resource identifier (otherwise). It is '-' for events that
don
't
act on any specific resource.</td></tr> <tr><td>$server-uptime</td> <td>Server uptime in seconds.</td></tr> <tr><td>$server-cputime</td> <td>Server cpu (user+system) time in milliseconds.</td></tr> <tr><td>$server-usertime</td> <td>Server cpu user time in milliseconds.</td></tr> <tr><td>$server-systime</td> <td>Server cpu system time in milliseconds.</td></tr> </tbody></table>
Roxen.git/server/translations/eng/roxen_config.xml:394:
<tr><td>$protcache-cost</td> <td>The lookup depth in the HTTP protocol module low-level cache.</td></tr> </tbody></table> <h3>Event logging</h3> <p>The known event logging facilities and modules are described below.</p> <dl>
-
+
<dt>Facility: roxen</dt> <dd><p>This is logging for systems in the Roxen WebServer core. For logging that is not related to any specific configuration, the configuration for the Administration Interface is used.</p> <p>The known events are:</p> <table><tbody valign='top'> <tr><td>ram-cache-gc</td> <td>Logged after the RAM cache GC has run. $handle-time and
Roxen.git/server/translations/eng/roxen_config.xml:473:
<o>Log requests</o> <t></t> </str> <str id="30"> <o>Logging: Log file</o> <t></t> </str> <str id="31">
-
<o>The log file. <pre>%y Year (e.g. '1997')
+
<o>The log file.
A file name. Some substitutions will be done:
<pre>%y Year (e.g. '1997')
%m Month (e.g. '08') %d Date (e.g. '10' for the tenth) %h Hour (e.g. '00') %H Hostname </pre></o> <t></t> </str> <str id="32"> <o>Logging: No Logging for</o>
Roxen.git/server/translations/eng/roxen_config.xml:1095:
<str id="160"> <o>Auto Restart: Enable Automatic Restart</o> <t></t> </str> <str id="161"> <o>If set, Roxen will automatically restart after a configurable number of days. Since Roxen uses a monolith, non-forking server model the process tends to grow in size over time. This is mainly due to heap fragmentation but may also sometimes be because of memory leaks.</o> <t></t> </str>
-
<str id="170">
-
<o>Cache: Memory Cache Garbage Collect Interval</o>
-
<t></t>
-
</str>
+
-
<str id="171">
-
<o>The number of seconds between every garbage collect (removal of old content) from the memory cache. The memory cache is used for various tasks like remembering what supports flags matches what client.</o>
-
<t></t>
-
</str>
+
<str id="172"> <o>Commented config files</o> <t></t> </str> <str id="173"> <o>Save the variable documentation strings as comments in the configuration files. Only useful if you read or edit the config files directly.</o> <t></t> </str>
Roxen.git/server/translations/eng/roxen_config.xml:1623:
</str> <str id="304"> <o>If true, tasks are grouped acording to type, otherwise all tasks will be listed on one page</o> <t></t> </str> <str id="305"> <o>The modules security level is used to determine if a request should be handled by the module. <p><h2>Security level vs Trust level</h2> Each module has a configurable <i>security level</i>. Each request has an assigned trust level. Higher <i>trust levels</i> grants access to modules with higher <i>security levels</i>.
-
<p><h2>Definitions</h2><ul> <li>A requests initial
Trust
level is infinitely high.</li> <li> A request will only be handled by a module if its <i>trust level</i> is higher or equal to the <i>security level</i> of the module.</li> <li> Each time the request is handled by a module the <i>trust level</i> of the
module
will be set to the lower of its <i>trust level</i> and the modules <i>security level</i>, <i>unless</i> the security level of the module is 0, which is a special case and means that no change should be made.</li> </ul></p>
+
<p><h2>Definitions</h2><ul> <li>A requests initial
trust
level is infinitely high.</li> <li> A request will only be handled by a module if its <i>trust level</i> is higher or equal to the <i>security level</i> of the module.</li> <li> Each time the request is handled by a module the <i>trust level</i> of the
request
will be set to the lower of its <i>trust level</i> and the modules <i>security level</i>, <i>unless</i> the security level of the module is 0, which is a special case and means that no change should be made.</li> </ul></p>
<p><h2>Example</h2> Modules:<ul> <li> User filesystem, <i>security level</i> 1</li> <li> Filesystem module, <i>security level</i> 3</li> <li> CGI module, <i>security level</i> 2</li> </ul></p> <p>A request handled by "User filesystem" is assigned a <i>trust level</i> of one after the <i>security level</i> of that module. That request can then not be handled by the "CGI module" since that module has a higher <i>security level</i> than the requests trust level.</p>
-
<p>On the other hand, a request handled by the the "
Filsystem
module" could later be handled by the "CGI module".</p></o>
+
<p>On the other hand, a request handled by the the "
Filesystem
module" could later be handled by the "CGI module".</p></o>
<t></t> </str> <str id="306"> <o>Site</o> <t></t> </str> <str id="307"> <o>No such file message override files</o>
Roxen.git/server/translations/eng/roxen_config.xml:2112:
<str id="378"> <o>Reset query</o> <t></t> </str> <str id="379"> <o>Run query</o> <t></t> </str>
-
<str id="380">
-
<o>While running %s: %s</o>
-
<t></t>
-
</str>
-
+
<str id="382"> <o>Failed to enable %s</o> <t></t> </str> <str id="383"> <o>Documentation</o> <t></t> </str>
Roxen.git/server/translations/eng/roxen_config.xml:2143:
<dd>Select a non-default authentication method.</dd><dt><b>realm</b> <i>realm name</i></dt> <dd>The realm is used when user authentication info is requested</dd></dl> Below, CMD is one of 'allow' and 'deny' <dl> <dt>CMD <b>ip</b>=<i>ip/bits</i> [return]<br /> CMD <b>ip</b>=<i>ip:mask</i> [return] <br /> CMD <b>ip</b>=<i>pattern[,pattern,...]</i> [return] <br /></dt> <dd>Match the remote IP-address.</dd> <dt>CMD <b>user</b>=<i>name[,name,...]</i> [return]</dt>
-
<dd>Requires
a
authenticated user. If the user name 'any' is used, any valid user will be OK. Otherwise, one of the listed users
are
required.</dd> <dt>CMD <b>group</b>=<i>name[,name,...]</i> [return]</dt>
-
<dd>Requires
a
authenticated user with a group. If the group name 'any' is used, any valid group will be OK. Otherwise, one of the listed groups are required.</dd>
+
<dd>Requires
an
authenticated user. If the user name 'any' is used, any valid user will be OK
; if the user name 'ANY' is used, a valid user is preferred, but not required
. Otherwise, one of the listed users
is
required.</dd> <dt>CMD <b>group</b>=<i>name[,name,...]</i> [return]</dt>
+
<dd>Requires
an
authenticated user with a group. If the group name 'any' is used, any valid group will be OK. Otherwise, one of the listed groups are required.</dd>
<dt>CMD <b>dns</b>=<i>pattern[,pattern,...]</i> [return]</dt> <dd>Require one of the specified DNS domain-names</dd> <dt>CMD <b>time</b>=<i>HH:mm-HH:mm</i> [return]</dt> <dd>Only allow access to the module from the first time to the second each day. Both times should be specified in 24-hour HH:mm format.</dd> <dt>CMD <b>day</b>=<i>day[,day,...]</i> [return]</dt> <dd>Only allow access during certain days. Day is either a numerical value (Monday=1, Sunday=7) or a string (monday, tuesday etc)</dd></dl><p> pattern is always a glob pattern (* = any characters, ? = any character). </p><p> return means that reaching this command results in immediate
Roxen.git/server/translations/eng/roxen_config.xml:2262:
a server configuration is created, this variable is set to the current version. After that it's never changed automatically, thereby ensuring that server configurations migrated from earlier Roxen versions is kept at the right compatibility level.</p> <p>This variable may be changed manually, but it's advisable to test the site carefully afterwards. A reload of the whole server configuration is required to propagate the change properly to all modules.</p>
-
<p>
Available
compatibility
levels
:
-
<
table>
-
<tr valign='top'><td>2.1&nbsp;&nbsp;<
/
td
>
-
<td>Corresponds to Roxen WebServer 2.1.</td></tr>
-
<
tr valign='top'
>
<td>2.2&nbsp;&nbsp;</td>
-
<
td
>
Corresponds to Roxen WebServer
2.
2.</td></tr>
-
<tr valign='top'><td>2.
4
&nbsp;&nbsp;</td>
-
<td>Corresponds
to
Roxen
WebServer 2.4. This
version
is also
-
commonly known as 3.2
-
the
version
number that applies to
the
-
release of Roxen CMS which
contains
Roxen WebServer 2.4.</
td
>
</tr>
-
<tr
valign='top'
&
gt;&
lt;
td
>2.5
&nbsp;&nbsp;</td>
-
<td>Corresponds
to no released version. This compatibility level
is
-
only used to turn on some optimizations that have compatibility
+
<p>
Compatibility
level
notes
:</
p
>
+
+
<
ul
>
+
<
li
>2.4
also
applies
to
the
version commonly known as 3.2
.
That
was
+
the release of Roxen CMS which
contained
Roxen WebServer 2.4.</
li
>
+
+
<
li
>2.5
corresponds
to no released version. This compatibility level
+
is only used to turn on some optimizations that have compatibility
issues with 2.4, notably the optimization of cache static tags in
-
the &lt;cache&gt; tag.</
td
>
</tr>
-
<tr valign='top'><td>3.3&nbsp;&nbsp;</td>
-
<
td
>
Corresponds
to
Roxen
3.3.</td></tr>
-
<tr
valign='top'><td>3.4&nbsp;&nbsp;</td>
-
<td>Corresponds to Roxen 3
.
4.</td></tr>
-
<tr valign='top'><td>4.
0
&nbsp;&nbsp;</td>
-
<td>Corresponds to Roxen 4
.
0.</td></tr>
-
<tr
valign='top'><td>4.5&nbsp;&nbsp;</td>
-
<td>Corresponds
to
Roxen
4.5.</td></tr>
-
<tr
valign='top'><td>5.0&nbsp;&nbsp;</td>
-
<td>Corresponds
to Roxen 5
.
0.
</
td
>
</tr>
-
</
table
>
</p>
</o>
+
the &lt;cache&gt; tag.</
li
>
+
+
<
li
>
There
are
no
compatibility
differences
between
5
.0
and
5
.
1,
so
+
those
two
compatibility
levels
can
be
used
interchangeably
.</
li
>
+
</
ul
></o>
<t></t> </str> <str id="387"> <o>Auto Restart: Schedule</o> <t></t> </str> <str id="388"> <o>Automatically restart the server according to this schedule.</o>
Roxen.git/server/translations/eng/roxen_config.xml:2497:
<o>Internal</o> <t></t> </str> <str id="441"> <o>External</o> <t></t> </str> <str id="442">
-
<o>The name of the database. To make it easy on your users,
use
all
lowercaps
characters, and avoid 'odd' characters
</o>
+
<o>The name of the database. To make it easy on your users,
please
use
+
all
lowercase
characters, and avoid 'odd' characters
.
</o>
<t></t> </str> <str id="443">
-
<o>The database type. Internal means that it
will
be
created in the Roxen MySQL
database
,
and
the
permissions
of the
database
will
be
automatically
manged by Roxen. External means that the database resides in another
database
.</o>
+
<o>The database type.
<i>
Internal
</i>
means that it
is
created in the
+
local
Roxen MySQL
server
,
or
some other MySQL server specified in
the
+
URL
setting
of the
chosen
group.
The
permissions
of the database are
+
manged by Roxen.
<i>
External
</i>
means that the database resides in
+
another
server, which can be
another
MySQL instance or something else
.</o>
<t></t> </str> <str id="444"> <o>URL</o> <t></t> </str> <str id="446">
-
<o>
This
URL is only used for <
/
i>
External
<i>
databases
, it is totally ignored for databases defined internally in Roxen
</o>
+
<o>
The
URL
to the database. It
is only used for <i>
external
<
/
i>
+
databases
.
</o>
<t></t> </str> <str id="447">
-
<o>
This
group
is used
to
group
the
databses
. For
external
databases, the
group
can
also
be
used
to
select
which MySQL server the
database
should
be
created in</o>
+
<o>
The
group to
put
the
database in
. For
<i>internal</i>
databases, the
+
URL
setting
in
the
group
also
specifies
which MySQL server the
+
database
is
created in
.
</o>
<t></t> </str> <str id="448"> <o>Comment</o> <t></t> </str> <str id="449"> <o>automatic</o> <t></t> </str> <str id="450"> <o>Create a new database group</o> <t></t> </str> <str id="451">
-
<o>The groups are used mainly to group the databases in the
-
Administration interface, but also to indicate the default MySQL
server
-
external databases will be created in.
+
<o>
<p>
The groups are used mainly to group the databases in the
+
Administration interface, but also to indicate the default MySQL
+
server
external databases will be created in.
</p>
-
<p>
If a group has a URL set, it will be used to select the database
-
server in which the database will be created. Please note that
this
-
server
must be a MySQL server
, nothing else will work
.
-
</o>
+
<p>If a group has a URL set, it will be used to select the database
+
server in which the database will be created. Please note that
it
+
must be a MySQL server.
</p>
</o>
<t></t> </str> <str id="452"> <o>ID</o> <t></t> </str> <str id="453">
-
<o>The identifier of the group. This is used internally in Roxen, and must be unique. If you leave it as automatic,
a
ID
will
be
selected automatically.</o>
+
<o>The identifier of the group. This is used internally in Roxen, and must be unique. If you leave it as automatic,
an
identifier
is
selected automatically.</o>
<t></t> </str> <str id="454">
-
<o>The name of the database group. This is what is shown in the configuration interface</o>
+
<o>The name of the database group. This is what is shown in the configuration interface
.
</o>
<t></t> </str> <str id="455">
-
<o>This URL is
only
used
when
<
/
i>
Internal
<i> databases
is
created in this group,
and it
specified
which MySQL server
the
datbase
should be created in. As an
example, if you want all databases created in the group to end up in
the MySQL running on the host <
/
i>wyrm<i>, using the account with
the username <
/
i>foo<i> and password <
/
i>bar<i>, set this URL to
<
/
i>foo:bar@wyrm<i></o>
+
<o>This URL is used
for
<i>
internal
<
/
i> databases created in this group,
+
and it
specifies
which MySQL server
they
should be created in. As an
+
example, if you want all databases created in the group to end up in
+
the MySQL running on the host <i>wyrm<
/
i>, using the account with
+
the username <i>foo<
/
i> and password <i>bar<
/
i>, set this URL to
+
<i>foo:bar@wyrm<
/
i>
.
</o>
<t></t> </str> <str id="456"> <o>Cannot connect to %s</o> <t></t> </str> <str id="457"> <o>A database group named %s already exists</o>
Roxen.git/server/translations/eng/roxen_config.xml:3554:
GC removes entries from the RAM caches that have timed out or are stale for other reasons, thereby making more room for new entries. The configured cache size limits are enforced when entries are added, so this GC is not required to keep the cache sizes down.</p> <p>Running this GC too seldom causes some RAM caches to contain many invalid cache entries, which could push out valid cache entries. Running it too often causes unnecessary server load.</p></o> <t></t> </str>
+
+
<str id="1047">
+
<o>Module is disabled</o>
+
<t></t>
+
</str>
+
+
<str id="1048">
+
<o>Server too busy message</o>
+
<t></t>
+
</str>
+
+
<str id="1049">
+
<o>What to return if the server is too busy. See also "Handler queue timeout".</o>
+
<t></t>
+
</str>
+
+
<str id="1050">
+
<o>Handler queue timeout</o>
+
<t></t>
+
</str>
+
+
<str id="1051">
+
<o>Requests that have been waiting this many seconds on
+
the handler queue will not be processed. Instead, a 503 error code and the
+
"Server too busy message" will be returned to the client. This may help the
+
server to cut down the queue length after spikes of heavy load.</o>
+
<t></t>
+
</str>
+
+
<str id="1052">
+
<o>Proxy: Use proxy (experimental)</o>
+
<t></t>
+
</str>
+
+
<str id="1053">
+
<o>Use proxy for outgoing requests. E.g. when browsing external web sites through the Linkbrowser or when Insert cached-href fetches data from an external location.</o>
+
<t></t>
+
</str>
+
+
<str id="1054">
+
<o>Proxy: Proxy URL</o>
+
<t></t>
+
</str>
+
+
<str id="1055">
+
<o>The URL of the proxy to use for outgoing requests.</o>
+
<t></t>
+
</str>
+
+
<str id="1056">
+
<o>Proxy: Proxy username</o>
+
<t></t>
+
</str>
+
+
<str id="1057">
+
<o>Username for proxy authorization.</o>
+
<t></t>
+
</str>
+
+
<str id="1058">
+
<o>Proxy: Proxy password</o>
+
<t></t>
+
</str>
+
+
<str id="1059">
+
<o>Password for proxy authorization.</o>
+
<t></t>
+
</str>
+
+
<str id="1060">
+
<o>System load</o>
+
<t></t>
+
</str>
+
+
<str id="1061">
+
<o>The directory the backup will be saved in. If you chose auto, Roxen
+
will generate a directory name that includes the database name and
+
today's date in <tt>$VARDIR/backup</tt> (%s).</o>
+
<t></t>
+
</str>
+
+
<str id="1062">
+
<o>Error running query %d: %s</o>
+
<t></t>
+
</str>
+
+
<str id="1063">
+
<o>Error connecting to database: </o>
+
<t></t>
+
</str>
+
+
<str id="1064">
+
<o>Tip: Put '--' on a line to ignore everything below it.</o>
+
<t></t>
+
</str>
+
+
<str id="1065">
+
<o>Uncheck/check all</o>
+
<t></t>
+
</str>