File: control

package info (click to toggle)
vlogger 1.3-4.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 260 kB
  • sloc: perl: 1,680; sql: 5; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 845 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: vlogger
Section: web
Priority: optional
Maintainer: RISKO Gergely <risko@debian.org>
Build-Depends: cdbs,
 debhelper,
 dh-buildinfo
Standards-Version: 3.9.5.0

Package: vlogger
Architecture: all
Depends: ${perl:Depends}, libtimedate-perl, ${misc:Depends}
Suggests: libdbi-perl
Description: virtual web logfile rotater/parser
 Vlogger is a little piece of code borned to handle dealing with large
 amounts of virtualhost logs.  It's bad news that apache can't do this
 on its own.  Vlogger takes piped input from apache, splits it off to
 separate files based on the first field.  It uses a file handle cache
 so it can't run out of file descriptors.  It will also start a new
 logfile every night at midnight, and maintain a symlink to the most
 recent file.  For security, it can drop privileges and do a chroot to
 the logs directory.