~ubuntu-branches/ubuntu/lucid/libapache-mod-log-sql/lucid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Source: libapache-mod-log-sql
Priority: optional
Maintainer: Thomas Goirand <thomas@goirand.fr>
Build-Depends: debhelper (>= 4), autotools-dev, libmysqlclient-dev, apache2-prefork-dev (>= 2.0.53), libdbi0-dev (>= 0.8.2), dpatch, libssl-dev
Standards-Version: 3.8.0
Section: libs
Homepage: http://www.outoforder.cc/projects/apache/mod_log_sql/

Package: libapache2-mod-log-sql
Architecture: any
Depends: ${shlibs:Depends}, apache2-mpm-prefork (>= 2.0.53) | apache2-mpm-itk
Recommends: perl
Description: Use SQL to store/write your apache queries logs - Base
 mod_log_sql is a log module for Apache 1.3 and 2 which logs all requests to a
 database.
 .
 Base package.
 .
 If you want to use make_combined_log and mysql_import_combined_log scripts you
 will need installed perl package.
 .
 Created for apache 2. Use libapache-mod-log-sql for apache 1.3.

Package: libapache2-mod-log-sql-mysql
Architecture: any
Depends: ${shlibs:Depends}, libapache2-mod-log-sql (= ${binary:Version})
Recommends: libapache2-mod-log-sql-ssl
Description: Use SQL to store/write your apache queries logs - MySQL interface
 mod_log_sql is a log module for Apache 1.3 and 2.0 which logs all requests to
 a MySQL database.
 .
 MySQL interface.
 .
 Created for apache 2. Use libapache-mod-log-sql-mysql for apache-1.3.

Package: libapache2-mod-log-sql-dbi
Architecture: any
Depends: ${shlibs:Depends}, libapache2-mod-log-sql (= ${binary:Version})
Conflicts: libdbi0 (< 0.8.2)
Recommends: libapache2-mod-log-sql-ssl
Description: Use SQL to store/write your apache queries logs - DBI interface
 mod_log_sql is a log module for Apache 1.3 and 2 which logs all requests to a
 MySQL database.
 .
 DBI interface.
 .
 Created for apache 2. Use libapache-mod-log-sql-dbi for apache-1.3.

Package: libapache2-mod-log-sql-ssl
Architecture: any
Depends: ${shlibs:Depends}, libapache2-mod-log-sql (= ${binary:Version}), libapache2-mod-log-sql-mysql (= ${binary:Version}) | libapache2-mod-log-sql-dbi (= ${binary:Version})
Description: Use SQL to store/write your apache queries logs - SSL extension
 mod_log_sql is a log module for Apache 1.3 and 2 which logs all requests to a
 database.
 .
 For logging SSL connection informations (cipher, hash, etc.).