diff --git a/appendices/reserved.xml b/appendices/reserved.xml index b832e3a2b8..224b988f82 100755 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,5 +1,5 @@ - + List of Reserved Words @@ -477,6 +477,25 @@ + + 'REMOTE_HOST' + + + The Host name from which the user is viewing the current + page. The reverse dns lookup is based off the + REMOTE_ADDR of the user. + + + + Your web server must be configured to create this variable. For + example in Apache you'll need HostnameLookups On + inside httpd.conf for it to exist. See also + gethostbyaddr. + + + + + 'REMOTE_PORT'