source:
mod_gnutls/README
@
9a4d250
Last change on this file since 9a4d250 was 9a4d250, checked in by , 5 years ago | |
---|---|
|
|
File size: 1.4 KB |
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 | |
[2afbe2e] | 12 | Thomas Klute <thomas2.klute@uni-dortmund.de> |
[6af4f74] | 13 | |
[04f48a2] | 14 | Past maintainers and other contributors: |
[7bebb42] | 15 | |
[2afbe2e] | 16 | Daniel Kahn Gillmor <dkg@fifthhorseman.net> |
[04f48a2] | 17 | Paul Querna <chip at force-elite.com> |
18 | Nikos Mavrogiannopoulos <nmav at gnutls.org> | |
19 | Dash Shendy <neuromancer at dash.za.net> | |
[6af4f74] | 20 | |
[04f48a2] | 21 | Prerequisites |
22 | ------------- | |
[6af4f74] | 23 | |
[2cde026d] | 24 | * GnuTLS >= 3.1.4 <http://www.gnutls.org/> (3.2.* or newer preferred) |
[04f48a2] | 25 | * Apache HTTPD >= 2.2 <http://httpd.apache.org/> (2.4.* preferred) |
[9a4d250] | 26 | * autotools, GNU make, & gcc |
[04f48a2] | 27 | * APR Memcache >= 0.7.0 (Optional) |
[c5d5942] | 28 | * libmsv >= 0.1 (Optional, enable with ./configure --enable-msva) |
[ee687ab] | 29 | * pandoc (for documentation, optional) |
30 | * pdflatex (for PDF documentation, optional) | |
[6af4f74] | 31 | |
[04f48a2] | 32 | Installation |
33 | ------------ | |
[6af4f74] | 34 | |
[04f48a2] | 35 | tar xzvf mod_gnutls-version.tar.gz |
36 | cd mod_gnutls-version/ | |
37 | autoreconf -fiv | |
[c5d5942] | 38 | ./configure |
[04f48a2] | 39 | make |
40 | make install | |
41 | # Configure & restart apache | |
[6af4f74] | 42 | |
[ee687ab] | 43 | It is recommended to run "make check" before "make install". You may |
44 | need to pass TEST_HOST or TEST_IP to ./configure for the tests to work | |
45 | correctly, please see test/README for details. | |
46 | ||
[04f48a2] | 47 | Configuration |
48 | ------------- | |
[6af4f74] | 49 | |
[ee687ab] | 50 | Please see doc/mod_gnutls_manual.mdwn for more details. If pandoc is |
51 | available, HTML and PDF (requires pdflatex) documentation will be | |
52 | built and installed as well. |
Note: See TracBrowser
for help on using the repository browser.