Name | Current value | Explanations |
---|
SERVER_SOFTWARE | Apache/2.4.7 (Ubuntu) | Name and version of server software. |
SERVER_NAME | www.geomaticien.com | Server hostname, alias DNS, or IP adress. |
GATEWAY_INTERFACE | CGI/1.1 | CGI version |
SERVER_PROTOCOL | HTTP/1.0 | Protocol and version. |
SERVER_PORT | 80 | Server port. |
REQUEST_METHOD | GET | Request method. For HTTP: "GET", "HEAD", "POST", etc. |
PATH_INFO | /index.php | CGI script could be acceeded by its virtual path, with extra informations after the path. Theses infos are in PATH_INFO. |
PATH_TRANSLATED | /flex/storage/geomaticien.com/site/www/index.php | PATH_INFO translated by server. Virtuals paths are mapped to real paths. |
SCRIPT_NAME | /fast-cgi-fake-php4 | Virtual path of current script. |
QUERY_STRING | NavTo=ordi%2Fcgi%2Fcgi_var&lang=en&nR=nr_01 | What is it after ? in the script url. |
REMOTE_HOST | | Client name. If the server don't know, it should keep REMOTE_HOST unset and define REMOTE_ADDR. |
REMOTE_ADDR | 3.146.152.119 | Client IP adress. |
AUTH_TYPE | | Authentification type, if the server support users authentification, and this script is protected (protocol dependant). |
REMOTE_USER | | Authentified user name |
REMOTE_IDENT | | Authentified user name, with server supporting RFC 931 authentification |
CONTENT_TYPE | | Returned (by client) content type (by HTTP POST ou PUT). |
CONTENT_LENGTH | | Length of theses datas. |
HTTP_ACCEPT | */* | MIME types supported by the client. |
HTTP_USER_AGENT | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) | Client browser |