1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: libapache-mod-auth-mysql
Section: web
Priority: optional
Maintainer: Matthew Palmer <mpalmer@debian.org>
Standards-Version: 3.6.1
Build-Depends: debhelper (>= 4), apache-dev, libmysqlclient12-dev, apache2-threaded-dev (>= 2.0.50-10)
Package: libapache-mod-auth-mysql
Architecture: any
Depends: ${shlibs:Depends}, apache-common (>= 1.3.22-6)
Conflicts: apache-common (<< 1.3.22-6)
Description: Apache module for MySQL authentication
A module for the Apache web server which enables HTTP authentication
against information stored in a MySQL database.
.
If you're looking for a version of this module for apache2, please see
libapache2-mod-auth-mysql.
Package: libapache2-mod-auth-mysql
Architecture: any
Depends: ${shlibs:Depends}, apache2-common (>= 2.0.50-10)
Description: Apache 2 module for MySQL authentication
A module for the Apache 2 web server which enables HTTP authentication
against information stored in a MySQL database.
|