• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

htpasswd/H03-May-2022-616463

INSTALLH A D22-Feb-20164.7 KiB145100

READMEH A D22-Feb-20161.4 KiB3426

changesH A D22-Feb-20162.7 KiB7250

creacerts.shH A D19-May-20076.4 KiB21331

htpasswd.sqlH A D28-Feb-20071.4 KiB5845

mod_auth_mysql.cH A D22-Feb-201630.6 KiB864602

versionH A D22-Feb-20165 21

README

1FILES:
2--------------------------------------------------------------------------------
3INSTALL                 short installation guide
4README                  you read it now
5changes                 changes
6creacerts.sh            Skript from MySQL docu to generate Certs
7example_data.html       example database datas
8htpasswd.sql            table schema
9mod_auth_mysql.c        the module itself
10
11apache-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
16apache-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
21apache-2.4.x_mod_auth_mysql.so
22                        a precompiled amd64 module for apache  2.4.x
23                        you should rename the module to mod_auth_mysql.so
24                        it needs libmysqlclient.so.18
25
26htpasswd/               a global CGI to manage the password-entries
27                        in the database ( for enduser and administrators)
28
29    htpasswd.tgz        the global CGI and support files as found in /htpasswd/
30
31old/                    the tarfiles from old releases
32
33uh/22-feb-2016
34