Forum Moderators: phranque
There are several things you can do:
Remove the REMOTE_HOST checking code in your configuration and .htaccess files.
Set HostnameLookups to Off.
Change the log file format using mod_log_config so that it always logs IP addresses, instead of the default, which will log hostnames if they are available due to the effects of the previous two items in this list.
In all cases, you'll have to restart the server before the logging format will revert to showing IP addresses.
Jim
order allow,deny
deny from .someip.
deny from .someip.
deny from .someip.
deny from .someip.
deny from .someip.*
allow from all
We still don't no why or why it started happening all of a sudden though as that has been in my .htaccess file for months.