Package: logwatch Version: 7.3.6.cvs20090906-2 Severity: wishlist Tags: patch
nginx, by default, logs in the same format as apache, so its log files should be included in the "http" report. -- System Information: Debian Release: squeeze/sid APT prefers natty-updates APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty') Architecture: amd64 (x86_64) Kernel: Linux 2.6.38-8-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u logwatch-7.3.6.cvs20090906/debian/changelog logwatch-7.3.6.cvs20090906/debian/changelog --- logwatch-7.3.6.cvs20090906/debian/changelog +++ logwatch-7.3.6.cvs20090906/debian/changelog @@ -1,3 +1,9 @@ +logwatch (7.3.6.cvs20090906-3) UNRELEASED; urgency=low + + * Add nginx to logfiles. + + -- Clint Byrum <[email protected]> Tue, 26 Apr 2011 17:12:49 -0700 + logwatch (7.3.6.cvs20090906-2) unstable; urgency=high * CVE-2011-1018: Remote code execution by combination of only in patch2: unchanged: --- logwatch-7.3.6.cvs20090906.orig/conf/logfiles/http.conf +++ logwatch-7.3.6.cvs20090906/conf/logfiles/http.conf @@ -11,6 +11,8 @@ LogFile = apache2/*access_log LogFile = apache-ssl/*access.log.1 LogFile = apache-ssl/*access.log +LogFile = nginx/*access.log +LogFile = nginx/*access.log.1 # If the archives are searched, here is one or more line @@ -22,6 +24,7 @@ Archive = apache2/*access.log.*.gz Archive = apache2/*access_log.*.gz Archive = apache-ssl/*access.log.*.gz +Archive = nginx/*access.log.*.gz # Expand the repeats (actually just removes them now)

