https://issues.apache.org/bugzilla/show_bug.cgi?id=52794
Kaspar Brand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|PC |All Version|2.2.20 |2.2-HEAD OS/Version|Linux |All --- Comment #2 from Kaspar Brand <[email protected]> 2012-03-03 08:38:57 UTC --- If the ServerName directive does not include a port number, then that's expected, yes. What is being printed in the error log lines shown above is mod_ssl's "vhost_id", which is determined independently of any request_rec (it's basically set at startup). We could change the logging statements to use ap_get_server_name()/ap_get_server_port() for those cases where we have a request_rec - i.e. the one with "Initial (No.1) HTTPS request..." e.g. As for the "custom_log", it's not clear to me what the first field is referring to. Can you provide the LogFormat directive you've used for logging this request? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- 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]
