Intro to Apache - ApacheCon
Performance - DNS
  • HostNameLookups off

    By default, Apache logs the IP address of the client in the access log. Turning HostNameLookups On tells Apache to log the hostname. Don't do that.

  • Deny From hostname

    When using the hostname in a Allow or Deny, Apache has to do a double-reverse lookup to prevent spoofing. Don't do that. Use the IP address if possible.

Index
Back to Performance tuning - Config settings
Forward to Performance - .htaccess files

ApacheCon : Intro to Apache - Slide #103 of 139