docs.roxen.comView this page in a printer friendly mode
DocsRoxen2.2Web Site Creator ManualVariables, Scopes & Entities
Copyright © 2004, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

Encoding
Client Scope
Cookie Scope
Form Scope
Page Scope
Roxen Scope
Var Scope

Roxen

This scope contains information specific to this Roxen WebServer. It is not possible to write any information to this scope.


&roxen.domain; (provided by Tags: RXML 2 tags)

The domain name of this site. The information is taken from the client request, so a request to "http://community.roxen.com/" would give this entity the value "community.roxen.com", while a request for "http://community/" would give the entity value "community".


&roxen.hits; (provided by Tags: RXML 2 tags)

The number of hits, i.e. requests the webserver has accumulated since it was last started.


&roxen.hits-per-minute; (provided by Tags: RXML 2 tags)

The average number of requests per minute since the webserver last started.


&roxen.pike-version; (provided by Tags: RXML 2 tags)

The version of Pike the webserver is using, e.g. "Pike v7.2 release 140".


&roxen.sent; (provided by Tags: RXML 2 tags)

The total amount of data the webserver has sent since it last started.


&roxen.sent-kbit-per-second; (provided by Tags: RXML 2 tags)

The average amount of data the webserver has sent, in Kibibits.


&roxen.sent-mb; (provided by Tags: RXML 2 tags)

The total amount of data the webserver has sent, in Mebibits.


&roxen.sent-per-minute; (provided by Tags: RXML 2 tags)

The average number of bytes that the webserver sends during a minute. Based on the sent amount of data and uptime since last server start.


&roxen.server; (provided by Tags: RXML 2 tags)

The URL of the webserver. The information is taken from the client request, so a request to "http://community.roxen.com/index.html" would give this entity the value "http://community.roxen.com/", while a request for "http://community/index.html" would give the entity the value "http://community/".


&roxen.ssl-strength; (provided by Tags: RXML 2 tags)

Contains the maximum number of bits encryption strength that the SSL is capable of. Note that this is the server side capability, not the client capability. Possible values are 0, 40, 128 or 168.


&roxen.time; (provided by Tags: RXML 2 tags)

The current posix time. An example output: "244742740".


&roxen.unique-id; (provided by Tags: RXML 2 tags)

Returns a unique id that can be used for e.g. session identification. An example output: "7fcda35e1f9c3f7092db331780db9392". Note that a new id will be generated every time this entity is used, so you need to store the value in another variable if you are going to use it more than once.


&roxen.uptime; (provided by Tags: RXML 2 tags)

The total uptime of the webserver since last start, in seconds.


&roxen.uptime-days; (provided by Tags: RXML 2 tags)

The total uptime of the webserver since last start, in days.


&roxen.uptime-hours; (provided by Tags: RXML 2 tags)

The total uptime of the webserver since last start, in hours.


&roxen.uptime-minutes; (provided by Tags: RXML 2 tags)

The total uptime of the webserver since last start, in minutes.