[Pkg-apache-commits] r1104 - in /trunk/apache2: apache2-utils.manpages changelog rules split-logfile.8

sf at alioth.debian.org sf at alioth.debian.org
Sun Dec 6 00:02:55 UTC 2009


Author: sf
Date: Sun Dec  6 00:02:37 2009
New Revision: 1104

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1104
Log:
Add man page for split-logfile

Added:
    trunk/apache2/apache2-utils.manpages
    trunk/apache2/split-logfile.8
Modified:
    trunk/apache2/changelog
    trunk/apache2/rules

Added: trunk/apache2/apache2-utils.manpages
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/apache2-utils.manpages?rev=1104&op=file
==============================================================================
--- trunk/apache2/apache2-utils.manpages (added)
+++ trunk/apache2/apache2-utils.manpages Sun Dec  6 00:02:37 2009
@@ -1,0 +1,3 @@
+debian/check_forensic.8
+debian/checkgid.8
+debian/split-logfile.8

Modified: trunk/apache2/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/changelog?rev=1104&op=diff
==============================================================================
--- trunk/apache2/changelog (original)
+++ trunk/apache2/changelog Sun Dec  6 00:02:37 2009
@@ -3,6 +3,7 @@
   * mod_rewrite: Fix URLs in redirects with literal IPv6 hosts
     (closes: #557015).
   * Automatically listen on port 443 if mod_gnutls is loaded (closes: #558234).
+  * Add man page for split-logfile.
   * Link with -lcrypt where necessary to fix a FTBFS with binutils-gold
     (closes: #553946).
 

Modified: trunk/apache2/rules
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/rules?rev=1104&op=diff
==============================================================================
--- trunk/apache2/rules (original)
+++ trunk/apache2/rules Sun Dec  6 00:02:37 2009
@@ -254,8 +254,6 @@
 
 	#apache2-utils extras
 	cp support/check_forensic debian/apache2-utils/usr/sbin/check_forensic
-	cp debian/check_forensic.8 debian/apache2-utils/usr/share/man/man8/check_forensic.8
-	cp debian/checkgid.8 debian/apache2-utils/usr/share/man/man8/checkgid.8
 	cp $(BUILD)/worker/support/split-logfile debian/apache2-utils/usr/sbin/split-logfile
 	chmod 755 debian/apache2-utils/usr/sbin/split-logfile
 

Added: trunk/apache2/split-logfile.8
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apache2/split-logfile.8?rev=1104&op=file
==============================================================================
--- trunk/apache2/split-logfile.8 (added)
+++ trunk/apache2/split-logfile.8 Sun Dec  6 00:02:37 2009
@@ -1,0 +1,21 @@
+.TH "SPLIT-LOGFILE" 8 "2009-12-06" "Apache HTTP Server" "split-logfile"
+
+.SH NAME
+split-logfile - Split combined virtual hosts access log into one file per virtual host
+
+.SH "SYNOPSIS"
+ 
+.PP
+\fBsplit-logfile\fR < \fIlogfile\fR
+
+.SH "SUMMARY"
+ 
+.PP
+This script will take a combined Web server access log file and break its contents into separate files.
+It assumes that the first field of each line is the virtual host identity (put there by "%v"), and that the logfiles should be named that+".log" in the current directory.
+
+The combined log file is read from stdin.
+Records read will be appended to any existing log files.
+
+.SH "EXAMPLES"
+split-logfile < /var/log/apache2/other_vhosts_access.log




More information about the Pkg-apache-commits mailing list