De variabele $_ENV['REMOTE_HOST'] is niet meer beschikbaar op mijn systeem.
Iemand enig idee waarom? Waar moet ik gaan zoeken?
Iemand enig idee waarom? Waar moet ik gaan zoeken?
In je httpd.conf in het algemeen (in /etc of /etc/apache o.i.d.)#
# HostnameLookups: Log the names of clients or just their IP addresses
# e.g., www.apache.org (on) or 204.62.129.132 (off).
# The default is off because it'd be overall better for the net if peopl
# had to knowingly turn this feature on, since enabling it means that
# each client request will result in AT LEAST one lookup request to the
# nameserver.
#
#HostnameLookups Off
HostnameLookups On