Categories

Updated: 10/26/2004

logSearch

I wrote this to help make searching remote web server log files easier. LogSearch is a sockets based program that comes in two parts, the client and server. The &"server.pl&" goes into your weblog directory on your web server. The client program &"client.pl&" is run from your workstation. You simply run client.pl and enter whatever flag you want to search your log files for i.e: Googlebot, or even .exe or ../../ .The server will receive that flag and search your log files. When it has found all the entries that match the flag it sends that data to the client program on your workstation. The client program will then write that data to a word file (.doc) for viewing. If you are unfamiliar with setting up these types of programs I have also included some fairly detailed information that (hopefully) will help the average Windows user set this up. This script works in both UNIX and ActiveState Perl
©2003-2019 jCay.com