| <!--#COUNT FILE="jgloss.cnt"--> |
[an error occurred while processing this directive] |
hit counter, stored in filename specified. It does not directly measure hits to the jgloss.* files,
rather it is incremented every time it is displayed. To work properly you must display the count in the
html file being measured and nowhere else. This does not work on Apache. Instead you need something like
this:
<!--#exec cgi="/perl/count.pl"-->
You have to write a perl count.pl script for your server. |
| <!--#CONFIG TIMEFMT="%Y-%m-%d %H:%M"--> |
|
configures the format of SSI timestamps to ISO (International Standards Organisation) standard yyyy-mm-dd hh:mm |
| <!--#FLASTMOD FILE="jgloss.html"--> |
2012-02-11 10:13 |
display date given file was last modified. The given file reference must not start with .. |
| <!--#FSIZE FILE="jglosss.html"--> |
31K |
display the size of the given file. |
| <!--#ECHO VAR="DOCUMENT_NAME"--> |
ssi.html |
The document file name |
| <!--#ECHO VAR="DOCUMENT_URI"--> |
/jgloss/ssi.html |
The document Universal Resource Identifier (the path) |
| <!--#ECHO VAR="DATE_LOCAL"--> |
2012-02-11 14:20 |
The current date and time |
| <!--#ECHO VAR="DATE_GMT"--> |
2012-02-11 22:20 |
The current Greenwich Mean Time date and time |
| <!--#ECHO VAR="LAST_MODIFIED"--> |
2012-01-18 18:40 |
The date and time the document was last modified. |
| <!--#ECHO VAR="REMOTE_ADDR"--> |
38.107.179.213 |
The IP (Internet Protocol) address of the user requesting the document |
| <!--#ECHO VAR="SERVER_SOFTWARE"--> |
Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.8e DAV/2 mod_apreq2-20051231/2.6.0 mod_perl/2.0.3 Perl/v5.8.8 |
The name and version of the Web server software |
| <!--#ECHO VAR="SERVER_NAME"--> |
www.mindprod.com |
The local hostname of the Web Server |
| <!--#ECHO VAR="SERVER_PORT"--> |
80 |
The TCP (Transmission Control Protocol) port on which the Web server is listening for HTTP (Hypertext Transfer Protocol) requests (the default is 80) |
| <!--#ECHO VAR="REMOTE_HOST"--> |
(none) |
The hostname of the computer requesting the document. Needs slow reverse DNS (Domain Name Service), so usually turned
off. |
| <!--#ECHO VAR="AUTH_TYPE"--> |
(none) |
The method used to authenticate user requests. |
| <!--#ECHO VAR="HTTP_USER_AGENT"--> |
CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
The name of the browser requesting the document |