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