Don't set REMOTE_HOST---we set REMOTE_ADDR, and that's enough
according to the CGI spec. (REMOTE_HOST required that we do a DNS lookup.)
This commit is contained in:
parent
0754b74963
commit
26de50f074
|
@ -199,7 +199,6 @@
|
|||
("PATH_TRANSLATED" . ,path-translated)
|
||||
("SCRIPT_NAME" . ,script-name)
|
||||
|
||||
("REMOTE_HOST" . ,(host-name-or-ip raddr))
|
||||
("REMOTE_ADDR" . ,(format-internet-host-address rhost))
|
||||
|
||||
;; ("AUTH_TYPE" . xx) ; Random authentication
|
||||
|
|
Loading…
Reference in New Issue