Intro to Apache - ApacheCon
Performance - DNSHostNameLookups offBy 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 hostnameWhen 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.
|
|