https://bz.apache.org/bugzilla/show_bug.cgi?id=58700
--- Comment #1 from Mike Rumph <[email protected]> --- Hello Georgi, For help to debug this situation, you should probably start with the users mailing list: - http://httpd.apache.org/userslist.html Bugzilla should only be used for reporting specific problems in the code. But that depends on what you mean by "logs stops completely". It is more likely that the effects of mod_remoteip are sometimes difficult to understand. You can refer to bug 55635 and the bugs that it relates to for more information. As mentioned in that bug, I've found the following LogFormat to be useful in understanding the effects of mod_remoteip: LogFormat "%h %a %{c}a xf=\"%{X-Forwarded-For}i\" %l %u %t \"%m\" \"%r&\" \"%q&\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" pid=%{pid}P tid=%{tid}P time_ms=%D" combined You could also try using curl as follows: curl -v -H "X-Forwarded-For: <contents of X-Forwarded-For Header>" <URL as issued from the client> If you publish some of these results in an email on the users list, someone will likely be able to help you with your setup. Thanks, Mike Rumph -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
