Forum Moderators: phranque
Whenever I add like
deny from 123.45.678.910
To an htaccess file, my apache logs for that folder show hostnames... rather than IP addresses. This makes the whole server slower, and I do not know what is going on...
thanks for your time.
Welcome to WebmasterWorld!
You should contact your host and ask them to change the HostNameLookups [httpd.apache.org] setting to "off."
Jim
I checked my apache config file, HostLookups is Off. But, when I add that deny from statement into any htaccess file it logs hostnames rather than IP addresses in the log.
I mean like, instead of seeing myself 67.81.68.99, it turns into ool-43514463.dyn.optonline.net and yes, HostLookups thing is shut off which is whats weird.