| TZ | Time zone (server) |
|---|---|
| HTTP_REFERER | From this URL was refered |
| HTTP_CONNECTION | Type of connection ("keep-alive", "close", ...) |
| HTTP_USER_AGENT | Client browser |
| HTTP_HOST | Server address |
| HTTP_ACCEPT | Accepting file type |
| HTTP_ACCEPT_ENCODING | Accepting encoding |
| HTTP_ACCEPT_LANGUAGE | Accepting language |
| HTTP_ACCEPT_CHARSET | Accepting charset |
| PATH | PATH on the server |
| SERVER_SOFTWARE | Server HTTP daimond |
| SERVER_NAME | Server address |
| SERVER_PORT | Server port |
| REMOTE_HOST | Client address |
| REMOTE_ADDR | Client IP address |
| DOCUMENT_ROOT | Root www directory on server |
| SCRIPT_FILENAME | Full server path to script file (CGI) |
| SERVER_ADMIN | Server admin. email |
| SCRIPT_FILENAME | Full server path to script file (CGI) |
| REMOTE_PORT | Client port |
| GATEWAY_INTERFACE | Type of gateway interface (CGI) |
| SERVER_PROTOCOL | Type of server protocol (HTTP) |
| REQUEST_METHODT | "Get", "Post", ... |
| QUERY_STRING | Query string (If used GET method ) |
| PATH_INFO | path (as in URL )(If used GET method )
example: http://hostname/cgi-bin/programname/path |
| PATH_TRANSLATED | path (translated from relative path in PATH_INFO
to actual path on the server(If used GET method ) |
| CONTENT_LENGTH | The size of input, if used POST method.
If used GET method or no input this is else indefined. Input is send to stdin in same format as in QUERY_STRING. |
| REQUEST_URI | Request URL without protocol://server |
| SCRIPT_NAME | Request URL without protocol://server (CGI) |
| PWD | Current directory on server |
| USER | User name (nobody) |
|
for this proxy server the next fields may appear: |
|
| REMOTE_HOST | Last proxy address |
| REMOTE_ADDR | Last proxy IP address |
| HTTP_FROM | Client address |
| HTTP_FORWARDED | by Proxy_URL:port (proxy type) for Client_address |
| HTTP_X_FORWARDED_FOR | Client_IP, Proxy1_IP, ... |
| HTTP_VIA | Proxy1_address:port (proxy1 type), Proxy2_address:port (proxy2 type), ... |
| Proxy_address:port (proxy type) for Client_address | |
| HTTP_USER_AGENT | can bre added "via proxy_characteristic" |
| HTTP_PROXY_CONNECTION | like HTTP_CONNECTION |
| HTTP_CACHE_CONTROL | "Max-age=259200" |
| HTTP_PRAGMA | "no-cache" |