Command |
Description |
Real time Example |
AUTH_TYPE |
The type of authorisation used by the browser. |
(none) |
CONTENT_LENGTH |
The length of the input sent to the server. |
(none) |
CONTENT_TYPE |
The kind of content being sent (usually html). |
(none) |
DATE_GMT |
Current Greenwich Mean Time |
Thursday, 05-Dec-2024 02:06:49 GMT |
DATE_LOCAL |
Current Local Time |
Thursday, 05-Dec-2024 02:06:49 UTC |
DOCUMENT_NAME |
Name of current document |
2.shtml |
DOCUMENT_URL |
The address of the current document. |
(none) |
LAST_MODIFIED |
The date at which the current document was last modified. |
Tuesday, 15-Oct-2002 16:43:58 UTC |
PAGE_COUNT |
The number of hits this page has received. |
(none) |
HTTP_REFERER |
Where the person viewing the page came from. |
http://siliconguide.com/dev/ssi/2.shtml |
REMOTE_ADDR |
IP Address of the person viewing the current document. |
3.135.206.212 |
REMOTE_HOST |
Domain Name of the person viewing the current document. |
(none) |
REMOTE_USER |
User name of current client. (if you see this displayed in the example,
your ISP has a security hole, as this should never be known). |
(none) |
REQUEST_METHOD |
The method by which the document was accessed (GET or the more safe POST) |
GET |
SERVER_NAME |
The name of the server hosting the document. |
www.siliconguide.com |
SERVER_PORT |
The port that serve's html documents on the current server. (ex: 80
for html, 21 for ftp, etc...) |
80 |
SERVER_PROTOCOL |
HTML Protocol used by server. |
HTTP/1.1 |
SERVER_SOFTWARE |
Software used by the server to serve html documents (Apache is the most
popular, although Microsoft Back Office and Netscape Enterprise Server, as well as many
others also exist) |
Apache/2.4.54 (Debian) |
TOTAL_HITS |
Number of hits the server has gotten since it was set up. |
(none) |