effectstest.shtml | DOCUMENT_NAME This variable is the complete local directory path of the current document. |
/effectstest.shtml | DOCUMENT_URI This variable is the local path of the current document referenced to the base directory of the webspace. |
(none) | QUERY_STRING_UNESCAPED This variable is the unescaped query string sent by the client browser, all shell-special characters escaped with \. |
Thursday, 29-Jul-2010 17:12:30 CDT | DATE_LOCAL This variable is current local date and time. |
Thursday, 29-Jul-2010 22:12:30 GMT | DATE_GMT This variable is the current Greenwich Mean date and time. |
Saturday, 03-May-2003 08:37:38 CDT | LAST_MODIFIED This variable is the date and time of the last modification of the current document. |
38.107.191.112 | REMOTE_ADDR This variable is the IP address of the remote client browser. |
| QUERY_STRING This variable is the raw query string sent from the remote browser. | |
Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 | SERVER_SOFTWARE This variable is the name of the HTTP server software. |
www.delawaresaengerbund.org | SERVER_NAME This variable is the local computer name of the HTTP server. |
CGI/1.1 | GATEWAY_INTERFACE This variable is the name/version of the Common Gateway Interface served on this HTTP server. |
HTTP/1.1 | SERVER_PROTOCOL This variable is the name/version of HTTP served on this HTTP server |
80 | SERVER_PORT This variable is the IP port the HTTP server is answering on. |
GET | REQUEST_METHOD This variable is the method by which the current document was requested. |
(none) | PATH_INFO This variable is the extra path info that is sent. | This information is regarded as virtual (the path is relative to the base directory of the HTTP server).
(none) | PATH_TRANSLATED This variable is the 'PATH_INFO' variable translated from virtual to local (physical) disk location. |
/effectstest.shtml | SCRIPT_NAME This variable is the virtual path of the script being executed. |
(none) | REMOTE_HOST This variable is the host name of the remote client. |
(none) | AUTH_TYPE This variable is the authentication method used to validate the remote client. |
(none) | REMOTE_USER This variable is the user name used to validate authentication from the remote client. |
(none) | REMOTE_IDENT This variable is the remote user name if supporting RFC931 identification. |
(none) | CONTENT_TYPE This variable is the content type of the attached information in the case of a POST or PUT. |
(none) | CONTENT_LENGTH This variable is the length of the attached information in the case of a POST or PUT. |
text/html,application/xhtml+xml,text/xml;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 | HTTP_ACCEPT This variable is a comma separated list of mime types that are accepted by the remote browser. |
CCBot/1.0 (+http://www.commoncrawl.org/bot.html) | HTTP_USER_AGENT This variable is the name of the remote client browser software. |
(none) | REFERER This variable is the ULR of the HTML document which referred the remote client to this document. |
(none) | FROM This variable is the name (most likely the-mail address) of the remote client user. |
(none) | FORWARDED This variable is the name of the proxy server through which this document is being processed. |
(none) | ACCEPT_LANGUGE This variable lists the human languages that are acceptable to the remote client. |
(none) | HTTP_COOKIE This variable contains the cookie sent by the remote client, and is explained in detail below. |