[Bug 62003] [req] Add client IP to "Hostname %s provided via SNI..." messages

2018-07-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62003 Christophe JAILLET changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 62003] [req] Add client IP to "Hostname %s provided via SNI..." messages

2018-03-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62003 --- Comment #8 from Ben RUBSON --- Christophe, just tested, it works ! Here is an example line in my error log : [Wed Mar 28 01:31:42.355210 2018] [ssl:error] [pid 6586] [client X.X.X.X:58028] AH02032: Hostname

[Bug 62003] [req] Add client IP to "Hostname %s provided via SNI..." messages

2018-03-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62003 --- Comment #7 from Ben RUBSON --- Thank you Christophe ! Let me test this and come back to you ASAP with the result. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 62003] [req] Add client IP to "Hostname %s provided via SNI..." messages

2018-03-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62003 --- Comment #6 from Christophe JAILLET --- r1827865 -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 62003] [req] Add client IP to "Hostname %s provided via SNI..." messages

2018-03-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62003 --- Comment #5 from Christophe JAILLET --- Can you test with r1827865? (based on trunk, but should be easy to replicate in any other version of the server) -- You are receiving this mail because: You are the

[Bug 62003] [req] Add client IP to "Hostname %s provided via SNI..." messages

2018-03-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62003 --- Comment #4 from Ben RUBSON --- Good catch ! Perhaps then we could move to ap_log_rerror() so that client IP is logged ? Or perhaps you think about a better solution ? -- You are receiving this mail because: You are

[Bug 62003] [req] Add client IP to "Hostname %s provided via SNI..." messages

2018-03-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62003 --- Comment #3 from Christophe JAILLET --- The culprit is ap_log_error vs ap_log_rerror. ^ The 4th argument should be updated accordingly. -- You are receiving this mail

[Bug 62003] [req] Add client IP to "Hostname %s provided via SNI..." messages

2018-03-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62003 --- Comment #2 from Ben RUBSON --- I don't think so, as all other error messages correctly show-up with the client IP. For example this one is OK :

[Bug 62003] [req] Add client IP to "Hostname %s provided via SNI..." messages

2018-03-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62003 --- Comment #1 from Christophe JAILLET --- Shouldn't a custom LogFormat (https://httpd.apache.org/docs/2.4/en/mod/mod_log_config.html#formats) be enough? -- You are receiving this mail because: You are the