source:
mod_gnutls/README
@
accbb83
Last change on this file since accbb83 was c4ba9722, checked in by , 6 years ago | |
---|---|
|
|
File size: 1008 bytes |
Rev | Line | |
---|---|---|
[04f48a2] | 1 | mod_gnutls, Apache GnuTLS module |
2 | ================================ | |
[6af4f74] | 3 | |
[04f48a2] | 4 | https://mod.gnutls.org/ |
[6af4f74] | 5 | |
[04f48a2] | 6 | Mailing List: |
[6af4f74] | 7 | |
[04f48a2] | 8 | mod_gnutls development <mod_gnutls-devel@lists.gnutls.org> |
[6af4f74] | 9 | |
[04f48a2] | 10 | Lead Maintainer: |
[6af4f74] | 11 | |
[04f48a2] | 12 | Daniel Kahn Gillmor <dkg@fifthhorseman.net> |
[6af4f74] | 13 | |
[04f48a2] | 14 | Past maintainers and other contributors: |
[7bebb42] | 15 | |
[04f48a2] | 16 | Paul Querna <chip at force-elite.com> |
17 | Nikos Mavrogiannopoulos <nmav at gnutls.org> | |
18 | Dash Shendy <neuromancer at dash.za.net> | |
[c4ba9722] | 19 | Thomas Klute <thomas2.klute@uni-dortmund.de> |
[6af4f74] | 20 | |
[04f48a2] | 21 | Prerequisites |
22 | ------------- | |
[6af4f74] | 23 | |
[04f48a2] | 24 | * GnuTLS >= 2.12.6 <http://www.gnutls.org/> (3.* preferred) |
25 | * Apache HTTPD >= 2.2 <http://httpd.apache.org/> (2.4.* preferred) | |
26 | * autotools & gcc | |
27 | * APR Memcache >= 0.7.0 (Optional) | |
28 | * libmsv >= 0.1 (Optional) | |
[6af4f74] | 29 | |
[04f48a2] | 30 | Installation |
31 | ------------ | |
[6af4f74] | 32 | |
[04f48a2] | 33 | tar xzvf mod_gnutls-version.tar.gz |
34 | cd mod_gnutls-version/ | |
35 | autoreconf -fiv | |
36 | ./configure --with-apxs=PATH --enable-msva | |
37 | make | |
38 | make install | |
39 | # Configure & restart apache | |
[6af4f74] | 40 | |
[04f48a2] | 41 | Configuration |
42 | ------------- | |
[6af4f74] | 43 | |
[04f48a2] | 44 | Please see doc/mod_gnutls_manual.mdwn for more details. |
Note: See TracBrowser
for help on using the repository browser.