SOURCES: apache-mod_log_config.conf - tabs
glen
glen at pld-linux.org
Mon Dec 19 16:13:08 CET 2005
Author: glen Date: Mon Dec 19 15:13:08 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- tabs
---- Files affected:
SOURCES:
apache-mod_log_config.conf (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SOURCES/apache-mod_log_config.conf
diff -u SOURCES/apache-mod_log_config.conf:1.2 SOURCES/apache-mod_log_config.conf:1.3
--- SOURCES/apache-mod_log_config.conf:1.2 Mon Dec 19 16:11:57 2005
+++ SOURCES/apache-mod_log_config.conf Mon Dec 19 16:13:03 2005
@@ -2,30 +2,30 @@
LoadModule log_config_module modules/mod_log_config.so
<IfModule log_config_module>
- #
- # The following directives define some format nicknames for use with
- # a CustomLog directive (see below).
- #
- LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
- LogFormat "%h %l %u %t \"%r\" %>s %b" common
+ #
+ # The following directives define some format nicknames for use with
+ # a CustomLog directive (see below).
+ #
+ LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
+ LogFormat "%h %l %u %t \"%r\" %>s %b" common
- <IfModule logio_module>
- # You need to enable mod_logio.c to use %I and %O
- LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
- </IfModule>
+ <IfModule logio_module>
+ # You need to enable mod_logio.c to use %I and %O
+ LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
+ </IfModule>
- #
- # The location and format of the access logfile (Common Logfile Format).
- # If you do not define any access logfiles within a <VirtualHost>
- # container, they will be logged here. Contrariwise, if you *do*
- # define per-<VirtualHost> access logfiles, transactions will be
- # logged therein and *not* in this file.
- #
- CustomLog logs/access_log common
+ #
+ # The location and format of the access logfile (Common Logfile Format).
+ # If you do not define any access logfiles within a <VirtualHost>
+ # container, they will be logged here. Contrariwise, if you *do*
+ # define per-<VirtualHost> access logfiles, transactions will be
+ # logged therein and *not* in this file.
+ #
+ CustomLog logs/access_log common
- #
- # If you prefer a logfile with access, agent, and referer information
- # (Combined Logfile Format) you can use the following directive.
- #
- #CustomLog logs/access_log combined
+ #
+ # If you prefer a logfile with access, agent, and referer information
+ # (Combined Logfile Format) you can use the following directive.
+ #
+ #CustomLog logs/access_log combined
</IfModule>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/apache-mod_log_config.conf?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list