| | Webmaster in a Nutshell, 3rd Edition By Robert Eckstein, Stephen Spainhour | | Table of Contents | | | | Chapter 19. Apache Modules | 19.23 mod_logio This module allows you to log the number of bytes that are sent and received during a server request. There are no directives for this module. It adds two new logging specifications that can be use for custom logfiles. Apache 2.0 and up. - %I
-
Logs the number of bytes received in a request, including headers. - %O
-
Logs the number of bytes returned by the server, including response headers. |