User`s guide

Table Of Contents
Network Functions in the Operator Panel
Mitsubishi Electric, MA00759F 277
19.3 Web Server
A web server is a program which handles files that are to be displayed in a web brows-
er, e.g. Internet Explorer. Each computer on the Internet containing a web page must
have a web server program.
SSI Script
An SSI (server-side include) is a variable value (e.g. a file) which a server can include
in an HTML file before it is sent. If you create a web page you can add on a file in
the HTML file as follows:
<! - - # e ch o va r=”LAST_ M ODIFIED”- - >
The following SSI scripts are supported in order to be able to show certain values
from the operator panel in HTML pages.
Name Parameters Explanation Example
get_ipaddr.fn None Shows the WWW
servers IP
address. Used in
the CGI script.
<!--#exec cgi=
”get_ipaddr.fn”-->
get_domainname.fn None Shows the WWW
servers domain
name.
<!--#exec cgi=
”get_domainname.fn”-->
get_date.fn Date format
e.g.
MM/DD/YY
YY-MM-DD
The operator
panel proper-
ties are used if
none are
given.
Shows the date in
the operator
panel.
<!--#exec cgi=
”/get_date.fn MM/DD/YY”-->
get_time.fn Time format,
e.g. HH:MM:SS
HH:MM
The operator
panel proper-
ties are used if
none are
given.
Shows the time in
the operator
panel.
<!--#exec cgi=
”/get_time.fn HH:MM”-->