Add backwards-compatibility CGI environment variables to the manpage. - geomyidae - A small C-based gopherd.
(HTM) git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit 3c94b78e68c271bca2c9304e38895747bf67e347
(DIR) parent 5933c8faa2d627cf6c4cb6703a4ff9fb04754600
(HTM) 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:
M geomyidae.8 | 3 +++
1 file changed, 3 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/geomyidae.8 b/geomyidae.8
@@ -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'
@@ -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