Local call: NO!
DOCUMENT_ROOT, The root directory of your server
- /home/hemel/public_html
HTTP_HOST, The hostname of the page being attempted
- hemel.waarnemen.com
HTTP_REFERER, The URL of the page that called your program
-
HTTP_USER_AGENT, The browser type of the visitor
- Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTPS, "on" if the program is being called through a secure server
- on
PATH, The system path your server is running under
- /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin
QUERY_STRING, The query string (see GET, below)
-
REMOTE_ADDR, The IP address of the visitor
- 172.69.17.79
REMOTE_HOST, The hostname of the visitor (if your server has reverse-name-lookups on; otherwise this is the IP address again)
-
REMOTE_PORT, The port the visitor is connected to on the web server
- 62162
REMOTE_USER, The visitor’s username (for .htaccess-protected pages)
-
REQUEST_METHOD, GET or POST
- GET
REQUEST_URI, The interpreted pathname of the requested document or CGI (relative to the document root)
- /applets/test_cgi.cgi
SCRIPT_FILENAME, The full pathname of the current CGI
- /home/hemel/public_html/applets/test_cgi.cgi
SCRIPT_NAME, The interpreted pathname of the current CGI (relative to the document root)
- /applets/test_cgi.cgi
SERVER_ADMIN, The email address for your server’s webmaster
- [no address given]
SERVER_NAME, Your server’s fully qualified domain name (e.g. www.cgi101.com)
- hemel.waarnemen.com
SERVER_PORT, The port number your server is listening on
- 443
SERVER_SOFTWARE, The server software you’re using (e.g. Apache 1.3)
- Apache
HTTP_COOKIE, The visitor’s cookie, if one is set
-