Apache_2.0.59-Openssl_0.9 配置tomcat. Apache_2.0.59-Openssl_0.9 配置tomcat.

源代码在线查看: mod_logio.html.en

软件大小: 6860 K
上传用户: gxjun686
关键词: Openssl Apache tomcat 0.9
下载地址: 免注册下载 普通下载 VIP

相关代码

				
				
								        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
				              This file is generated from xml source: DO NOT EDIT
				        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
				      -->
				mod_logio - Apache HTTP Server
				
				
				
				
				
				
				Modules | Directives | FAQ | Glossary | Sitemap
				Apache HTTP Server Version 2.0
				
				
				
				Apache > HTTP Server > Documentation > Version 2.0 > Modules
				
				Apache Module mod_logio
				
				Available Languages:  en  |
				 ja  |
				 ko 
				
				Description:Logging of input and output bytes per request
				Status:Extension
				Module營dentifier:logio_module
				Source燜ile:mod_logio.c
				Summary
				
				
				    This module provides the logging of input and output number of
				    bytes received/sent per request. The numbers reflect the actual bytes
				    as received on the network, which then takes into account the
				    headers and bodies of requests and responses. The counting is done
				    before SSL/TLS on input and after SSL/TLS on output, so the numbers
				    will correctly reflect any changes made by encryption.
				
				    This module requires mod_log_config.
				
				
				Directives
				This module provides no directives.
				Topics
				
				 Custom Log Formats
				See also
				
				mod_log_config
				Apache Log Files
				
				
				
				Custom Log Formats
				
				
				    This modules adds two new logging directives. The characteristics of the
				    request itself are logged by placing "%" directives in
				    the format string, which are replaced in the log file by the values as
				    follows:
				
				    Format String
				        Description
				%...I
				        Bytes received, including request and headers, cannot be
				        zero.
				%...O
				        Bytes sent, including headers, cannot be zero.
				
				
				    Usually, the functionality is used like this:
				
				    
				      Combined I/O log format:
				      "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
				      \"%{User-agent}i\" %I %O"
				    
				
				
				
				Available Languages:  en  |
				 ja  |
				 ko 
				
				Copyright 2006 The Apache Software Foundation.Licensed under the Apache License, Version 2.0.
				Modules | Directives | FAQ | Glossary | Sitemap
							

相关资源