Forum Moderators: phranque
c58-107-221-***.sunsh4.vic.optusnet.com.au
The IP address is 58.107.221.*** and I thought that only the IP address was permitted in this field.
Can someone tell me where this notation is coming from and is it standardised and properly commented somewhere that I can find on the net.
Thanks.
[edited by: jdMorgan at 11:03 pm (utc) on Aug. 11, 2007]
[edit reason] Obscured IP address for privacy [/edit]
Examples of things that will invoke a reverse-DNS lookup are:
Deny from example.co.au
RewriteCond %{REMOTE_HOST} example\.co\.au
RewriteRule .* - [F]
If you have access to httpd.conf, then you can decalare a custom log-format string to force logging of the IP address irrespective of whether rDNS lookups are being done.
Jim