From c86e052b81210e762f8ca6b79cb46b8c4bdfbfe0 Mon Sep 17 00:00:00 2001
From: Denis Vlasenko
SERVER_SOFTWARE
+
SERVER_SOFTWARE
The name and version of the information server software answering the request (and running the gateway). Format: name/version
@@ -25,7 +25,7 @@ set for all requests:
The server's hostname, DNS alias, or IP address as it would appear in self-referencing URLs.
-
GATEWAY_INTERFACE
+
GATEWAY_INTERFACE
The revision of the CGI specification to which this server complies. Format: CGI/revision
@@ -48,7 +48,7 @@ fulfilled by the gateway program:
The method with which the request was made. For HTTP, this is "GET", "HEAD", "POST", etc.
-
PATH_INFO
+
PATH_INFO
The extra path information, as given by the client. In other words, scripts can be accessed by their virtual pathname, followed by extra information at the end of this path. The extra @@ -64,7 +64,7 @@ fulfilled by the gateway program:
A virtual path to the script being executed, used for self-referencing URLs.
-
QUERY_STRING
+
QUERY_STRING
The information which follows the ? in the URL which referenced this script. This is the query information. It should not be decoded in any fashion. This variable should always @@ -82,7 +82,7 @@ fulfilled by the gateway program:
protects, this is the protocol-specific authentication method used to validate the user.
-
REMOTE_USER
+
REMOTE_USER
If the server supports user authentication, and the script is protected, this is the username they have authenticated as.
REMOTE_IDENT
diff --git a/docs/cgi/interface.html b/docs/cgi/interface.html index 33f02881b..ea73ce3a2 100644 --- a/docs/cgi/interface.html +++ b/docs/cgi/interface.html @@ -12,7 +12,7 @@ The server and the CGI script communicate in four major ways. Each of the following is a hotlink to graphic detail.