Is there a brief guide to what sort of thing thttpd logs, and what the fields in the logs mean? Actually, I've just realised of course that there will be something on the thhtd website; I ought to look there first.
FREESCO's been logging this type of entry most days, and I wondered what it was telling me:
58.218.199.227 - - "GET /proxyheader.php HTTP/1.1" 404 0 "" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
I guess the IP address is the source address of an http:// command.
The GET string is perhaps what the http:// command was.
404 (I hope) is FREESCO's reply, not sure what the 0 might be, nor the 'null' within the "".
The last field is the User Agent, I guess.
In this example, what might the remote user have been trying to achieve with '/proxyheader.php'? Other times, this entry has quite different things, such as /cgi/something etc.
I'm going to check the thttpd documents, anyway, if I find something useful, I'll post back.
regards, Island
