https://bz.apache.org/bugzilla/show_bug.cgi?id=66332
Rich Bowen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #1 from Rich Bowen <[email protected]> --- Fixed in trunk (r1933492) and 2.4 (r1933493). The vhost common log format string in the Virtual Hosts section of the Logs documentation was missing %h (remote host) and %p (server port). The format string has been corrected from: "%v %l %u %t \"%r\" %>s %b" comonvhost to: "%v %p %h %l %u %t \"%r\" %>s %b" commonvhost Also fixed the typo in the nickname ("comonvhost" → "commonvhost"). Thanks for the report and the patch. -- 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]
