On Mon, 18 Aug 2003, Hendrik Visage wrote: > Hi there, > > I notice that only "correct" HTTP requests gets logged in the access_log > file. How could I log requests that were denied (because of ACL etc.) or > were a CONNECT type request?
Yes, you will see only "successful" requests in the log. You can add calls like log_access(0, &request, NULL); to some places in rnu_client.c after group check or request format check. > > Reason: I'm trying to track a SPAMmer that uses the proxy, but can't > find any information from the oops log files that would give me an IP > address etc. If you see any trace of this requests then they are not correct and was rejected. > > Thanx > HEndrik > ===================================================================== > If you would like to unsubscribe from this list send message to > [EMAIL PROTECTED] with "unsubscribe oops-eng" in message body. > Archive is accessible on http://lists.paco.net/oops-eng/ > Igor Khasilev | PACO Links, igor at paco dot net | ===================================================================== If you would like to unsubscribe from this list send message to [EMAIL PROTECTED] with "unsubscribe oops-eng" in message body. Archive is accessible on http://lists.paco.net/oops-eng/
