mod_auth_mysql - , like other apache authentication modules, is used in order to protect pages with username/password.

von Benny Stein (Steini) - zuletzt geändert: 2005-11-10 16:36:54
mod_auth_mysql, like other apache authentication modules, is used in order to protect pages with username/password. The unique thing is that the passwords and usernames is stored in a MySQL database for much quicker access. Also, unlike the previous implementation of the module, SQL links are kept alive in between hits to acheive even better performance.

Protecting a directory with a username/password is simple, and involves two steps:

  1. Creating the necessary SQL information.
  2. Telling apache to protect the page using that information.

Download:

NameXAMPP-VersionRelase-Notes
mod_auth_mysql-0.3XAMPP for Linux 1.4.8
mod_auth_mysql-0.4XAMPP for Linux 1.4.9
mod_auth_mysql-0.5XAMPP for Linux 1.4.10
mod_auth_mysql-0.6XAMPP for Linux 1.4.11
mod_auth_mysql-0.7XAMPP for Linux 1.4.12
mod_auth_mysql-0.8XAMPP for Linux 1.4.12
mod_auth_mysql-0.9XAMPP for Linux 1.4.13
mod_auth_mysql-1.0XAMPP for Linux 1.4.14
mod_auth_mysql-1.01XAMPP for Linux 1.4.14This Version includes mod_auth_mysql 3.0
mod_auth_mysql-1.1XAMPP for Linux 1.4.15This Version includes mod_auth_mysql 3.0
mod_auth_mysql-1.3XAMPP for Linux 1.5.0