tAdd backwards-compatibility CGI environment variables to the manpage. - geomyidae - A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
git clone git://r-36.net/geomyidae
Log
Files
Refs
README
LICENSE
---
commit 3c94b78e68c271bca2c9304e38895747bf67e347
parent 5933c8faa2d627cf6c4cb6703a4ff9fb04754600
Author: Christoph Lohmann <20h@r-36.net>
Date:   Tue, 16 Jun 2020 12:20:46 +0200

Add backwards-compatibility CGI environment variables to the manpage.

Diffstat:
  geomyidae.8                         |       3 +++

1 file changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/geomyidae.8 b/geomyidae.8
t@@ -363,6 +363,8 @@ Additionally to the above arguments several environment variables are set.
 .Dl PATH_INFO = script which is executed
 .Dl PATH_TRANSLATED = absolute path with script which is executed
 .Dl QUERY_STRING = arguments (See above.)
+.Dl SELECTOR = arguments (For backwards compatibility.)
+.Dl REQUEST = arguments (For backwards compatibility.)
 .Dl REMOTE_ADDR = IP of the client
 .Dl REMOTE_HOST = REMOTE_ADDR
 .Dl REQUEST_METHOD = `GET'
t@@ -372,6 +374,7 @@ Additionally to the above arguments several environment variables are set.
 .Dl SERVER_PROTOCOL = `gopher/1.0'
 .Dl SERVER_SOFTWARE = `geomyidae'
 .Dl X_GOPHER_SEARCH = search (See above.)
+.Dl SEARCHREQUEST = search (For backwards compatibility.)
 .Dl HTTPS and GOPHERS = set, if TLS is used
 .Pp
 .Ed