Je 2004-11-02 15:14:57 +0000, Dominic Hargreaves skribis:
On Tue, Nov 02, 2004 at 03:10:34PM +0000, Paul Makepeace wrote:
Is there a log of what's searched for, where from, and when? Would be interesting to see the pattern of these "attacks" (it certainly appears like an attack), not to mention investigating caching common searches, if you don't already.
That information would normally be available in the Apache access logs; I can't speak for the precise setup on london.openguides.org though.
Ah, it's GET. Cool.
$ grep "GET /supersearch.cgi" /var/log/apache/london.openguides.org-access.log > /tmp/supersearch
Edited /etc/analog.cfg to include an expression to teach it about OpenGuides searching,
--- /etc/analog.cfg.orig 2004-11-02 15:29:31.000000000 +0000 +++ /etc/analog.cfg 2004-11-02 15:29:40.000000000 +0000 @@ -98,2 +98,3 @@ SEARCHENGINE http://*/pursuit query +SEARCHENGINE http://*openguides.*/* search ROBOTINCLUDE REGEXPI:robot
$ analog /tmp/supersearch > ~paulm/tmphtml/supersearch.html
http://junk.paulm.com/supersearch.html
Fewer than I thought. It must really be working hard.
HTH, Paul