https://bz.apache.org/bugzilla/show_bug.cgi?id=57045
--- Comment #6 from Kurtis Rader <[email protected]> --- Created attachment 33164 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33164&action=edit Program to decode output of fixed mod_dumpio This Python program extracts the data from the error log lines written by mod_dumpio and decodes the logged data to reconstruct the original data. Below is an example from my error log. The "=#" lines are included to clearly delineate the reconstructed data from the lines in the error log (both sets of lines are written to stdout). =#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#= GET /wp-admin/admin-ajax.php?action=revslider_show_image&img=..%2Fwp-config.php HTTP/1.1 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0 Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Encoding: gzip, deflate Accept-Language: en-US,en;q=0.5 Host: skepticism.us Content-Length: 0 =#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#==#= -- 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]
