SEP Server log parser
You can search on or exclude multiple keywords.
If you search the referer log, you can simply
click on the referring page, and also finger and
traceroute to the client directly from your browser.
Note! This search is pretty dumb.
If you use the "OR" feature, you can't mix and match arbitrarily,
like this:
- joe AND (john OR mike)
- joe AND_NOT (john OR mike)
Unfortunately, all you can do is:
- (joe OR john) AND mike)
- (joe OR john) AND_NOT mike)
- joe OR john OR mike