docs.roxen.com
main | demo | docs
download | community | pike
© 2000 Roxen Internet Software
Suggestions, Comments or Complaints
manuals@roxen.com

DocsRoxen2.0Web Site Creator ManualSSI tags
   

  • <!--#config>
  • <!--#echo>
  • <!--#exec>
  • <!--#flastmod>
  • <!--#fsize>
  • <!--#include>
  • <!--#printenv>
  • <!--#set>
  • <echo/>

    Prints a variable from the server or request.

    Some of the most useful ones are "http referrer" (the page which contained the link to the current page), "last modified" (date of the file for this document), "remote user" (name of the user), and "remote addr" (IP number of the user/client machine).

    Note that these variables are SSI-related. You cannot access them as RXML variables, nor use this tag to print RXML variables.


    Attributes

    var
    var=sizefmt
    Print format for file sizes.
    var
    var=document name
    Name of the current document (= page)
    <!--#echo var="document name" -->
    passwd

    var
    var=document uri
    URI (URL) to the current page.
    <!--#echo var="document uri" -->
    /bah/index.html

    var
    var=date local
    Time and date, in current time zone.
    var
    var=date gmt
    Time and date, GMT time zone.
    var
    var=last modified
    Last time this document was modified.
    var
    var=server software
    The web server software
    var
    var=server name
    The web server name
    var
    var=remote host
    Name of client machine
    var
    var=remote addr
    Numeric IP address of client machine
    var
    var=auth type
    Authentication type (typically Basic)
    var
    var=remote user
    Client user name
    var
    var=http referrer
    URL of the referring page
    var
    var=gateway interface
    Answears "CGI/1.1".
    var
    var=http cookie
    A list of the set cookies.
    <!--#echo var="http cookie" -->

    var
    var=cookie
    A list of the set cookies. Same as http cookie.
    var
    var=http accept
    A list of the http accept formats.
    <!--#echo var="http accept" -->
    Unknown variable (http accept).

    var
    var=http user agent
    The user agent string.
    var
    var=path translated
    Translated path.
    var
    var=query string unescaped
    The query string.
    var
    var=request method
    Request method (typically GET)
    var
    var=server protocol
    Protocol used for request.
    var
    var=server port
    Server's port number