home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


Book HomeWebmaster in a Nutshell, 3rd EditionSearch this book

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.



Library Navigation Links

Copyright © 2003 O'Reilly & Associates. All rights reserved.