load data
load-data
Apache Log File Into MySQL Table
Mon, 04/20/2009 - 13:55 | by philipnorton42Apache can be set up to log all sorts of information. As of Apache 2.2 the basic log file format that a fresh install of Apache will produce will have the following format:
%h %l %u %t "%r" %>s %b
Which doesn't mean a lot to the uninitiated, so here is a short explanation of each.