[Apache] access.log logt hostnames

Pagina: 1
Acties:

  • GGS_VR6
  • Registratie: Juli 2001
  • Niet online
Zie titel, mijn Apache logt nu hostnames in plaats van IP's. Ik heb naar mijn weten niks ergs veranderd of gedaan maar dit krijg ik nu dus.

In me Apache staat:
# 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 people
# 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.
Nou wil ik dus het IP hebben, dus heb ik hem op off gezet (HostnameLookups Off). Maar dan logt die nog steeds de hostnames.

Moet er verder nog iets aan of uit staan :?

Als je meer wilt weten, vraag ut dan :P

win2000
Apache 1.3.26

T.net ID. Bekijk het maar es eem..
‹(◕‿◕)›


Verwijderd

Dit heeft wellicht te maken met de mod_access module ( http://httpd.apache.org/docs/mod/mod_access.html ), meer bepaald de "allow" directive.

Quote: This configuration will cause the server to perform a double reverse DNS lookup on the client IP address, regardless of the setting of the HostnameLookups directive.