| 1 |
FILES:
|
| 2 |
--------------------------------------------------------------------------------
|
| 3 |
INSTALL short installation guide
|
| 4 |
README you read it now
|
| 5 |
changes changes
|
| 6 |
creacerts.sh Skript from MySQL docu to generate Certs
|
| 7 |
example_data.html example database datas
|
| 8 |
htpasswd.sql table schema
|
| 9 |
mod_auth_mysql.c the module itself
|
| 10 |
|
| 11 |
apache-2.0.x_mod_auth_mysql.so
|
| 12 |
a precompiled i386 module for apache >= 2.0.44
|
| 13 |
you should rename the module to mod_auth_mysql.so
|
| 14 |
it needs libmysqlclient.so.15
|
| 15 |
|
| 16 |
apache-2.2.x_mod_auth_mysql.so
|
| 17 |
a precompiled i386 module for apache 2.2.x
|
| 18 |
you should rename the module to mod_auth_mysql.so
|
| 19 |
it needs libmysqlclient.so.15
|
| 20 |
|
| 21 |
htpasswd/ a global CGI to manage the password-entries
|
| 22 |
in the database ( for enduser and administrators)
|
| 23 |
|
| 24 |
htpasswd.tgz the global CGI and support files as found in /htpasswd/
|
| 25 |
|
| 26 |
old/ the tarfiles from old releases
|
| 27 |
|
| 28 |
uh/19-may-2007
|