On Sun, 21 Nov 2004, Joe Coco wrote:
Problem is where I'm calling is within ClientAccessCheckDone(int answer, void *data), from client_side.c so it doesn't have the full request-> struct.
ClientAccessCheckDone has the full request struct. It's in http->request. So the client IP can be found in
http->request->client_addr
Regards Henrik
