Package: libapache-mod-log-sql / 1.100-16.3
Metadata
Package | Version | Patches format |
---|---|---|
libapache-mod-log-sql | 1.100-16.3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
001 mod_log_sql.c.patch | (download) |
mod_log_sql.c |
73 73 + 0 - 0 ! |
add a scoreboard feature to mod_log_sql You can keep tracks of number of hits and bytes for each of the hosted websites. |
002 mod_log_sql.h.patch | (download) |
mod_log_sql.h |
5 4 + 1 - 0 ! |
add a scoreboard feature to mod_log_sql You can keep tracks of number of hits and bytes for each of the hosted websites. |
003 mod_log_sql_dbi.c.patch | (download) |
mod_log_sql_dbi.c |
7 6 + 1 - 0 ! |
add a scoreboard feature to mod_log_sql You can keep tracks of number of hits and bytes for each of the hosted websites. |
004 mod_log_sql_mysql.c.patch | (download) |
mod_log_sql_mysql.c |
7 6 + 1 - 0 ! |
add a scoreboard feature to mod_log_sql You can keep tracks of number of hits and bytes for each of the hosted websites. |
005 mod_log_sql_pgsql.c.patch | (download) |
mod_log_sql_pgsql.c |
7 6 + 1 - 0 ! |
add a scoreboard feature to mod_log_sql You can keep tracks of number of hits and bytes for each of the hosted websites. |
006 Makefile.in.patch | (download) |
Makefile.in |
4 2 + 2 - 0 ! |
make it compile for debian |
008 create_tables.sql_adds doc.patch | (download) |
libapache-mod-log-sql-1.100/contrib/create_tables.sql |
21 21 + 0 - 0 ! |
documents the score_board table format |
compatibility with apache2.4.patch | (download) |
functions.h |
2 1 + 1 - 0 ! |
fixes compatibility with apache 2.4 api |
010 search libdbi with multiarch support.patch | (download) |
configure |
5 5 + 0 - 0 ! |
search for libdbi shared libs in multiarch env The libdbi were searched only in /usr/lib, the configure script must also search in ${dbi_path}/lib/${DEB_HOST_MULTIARCH}. |