Web Hosting Talk







View Full Version : Access Logs


daveman
12-09-2002, 02:26 AM
I want to sort through my access log for the patteren /themes/ where the referrer is not from a certain domain. How do I do this? Then also could it be sorted to show me a numbered list of the domains accessing these files by number of hits? Thanks in advance.

rcs
12-09-2002, 07:41 AM
try grep themes /path/to/access_log|grep -v <certain domain>