Forum Moderators: phranque

Message Too Old, No Replies

Access Log Exclusions

Access Log Exclude certain IP

         

depwl7344

2:08 am on Sep 7, 2006 (gmt 0)

10+ Year Member



I'm running off of a dialup connection and my ip is assigned dynamically. Since I'm still testing the website is there any way I can exclude my dynamic IP from writing to the access log so that I can keep it clean for the time being?

jdMorgan

5:27 pm on Sep 7, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You could exclude the entire *range* of IP addresses from being logged using mod_log_config [httpd.apache.org].

The only way to get a specific exclusion would be to use a service like dyndns to get a "domain name" for your dynamic connection, and then exclude your accesses by requesting hostname (exclude by using the Remote_Host variable).

Jim