From: Adam Dickmeiss Date: Thu, 13 Apr 2006 00:02:23 +0000 (+0000) Subject: Use HTTP header X-Forwarded-For as IP for blocking if available (for X-Git-Tag: YAZPROXY.1.1.0.2~5 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=8acbd42b3c2cc8fec0c3e1da777415cd6ba66820;hp=8acbd42b3c2cc8fec0c3e1da777415cd6ba66820 Use HTTP header X-Forwarded-For as IP for blocking if available (for the case it's behind a proxy). Failing that use the peer IP given by TCP/IP. The operation sequence number is now incremented for each operation (GET,POST,SEARCH etc). By mistake that was disabled. Log each HTTP request in a brief format (method followed by path). ---