hi is there a way to overwrite the HTTP_X_FORWARDED_FOR instead of adding to it?
the problem is that the content of this headerline is sometimes totally chaotic so its very difficult to parse. other possible solutions would be: - to clear the HTTP_X_FORWARDED_FOR before processing the request. (dont know how to do) or - using a different header / env.variable to protokoll the original ipaddress (dont know how to do it eather) thx matthias www.gulp.de
