dgaudet 97/03/27 12:09:03
Modified: htdocs/manual/mod mod_log_config.html Log: Add NCSA extended/combined log format example suggested by David Richards <[EMAIL PROTECTED]>. Revision Changes Path 1.14 +1 -0 apache/htdocs/manual/mod/mod_log_config.html Index: mod_log_config.html =================================================================== RCS file: /export/home/cvs/apache/htdocs/manual/mod/mod_log_config.html,v retrieving revision 1.13 retrieving revision 1.14 diff -C3 -r1.13 -r1.14 *** mod_log_config.html 1997/02/19 17:46:41 1.13 --- mod_log_config.html 1997/03/27 20:09:02 1.14 *************** *** 143,148 **** --- 143,149 ---- Note that the common log format is defined by the string <code>"%h %l %u %t \"%r\" %s %b"</code>, which can be used as the basis for extending for format if desired (e.g. to add extra fields at the end). + NCSA's extended/combined log format would be <code>"%h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{Agent}i\""</code>. <h2>Using Multiple Log Files</h3>