source: mod_gnutls/README @ 514d4d6

asynciodebian/mastermainproxy-ticket
Last change on this file since 514d4d6 was d60ff7b, checked in by Fiona Klute <fiona.klute@…>, 5 years ago

Require Apache HTTPD 2.4.17 or newer

In older versions conn_rec.master is undefined, Debian stable has
version 2.4.25.

  • Property mode set to 100644
File size: 1.5 KB
Line 
1mod_gnutls, Apache GnuTLS module
2================================
3
4  https://mod.gnutls.org/
5
6Mailing List:
7
8  mod_gnutls development <mod_gnutls-devel@lists.gnutls.org>
9
10Lead Maintainer:
11
12  Fiona Klute <fiona.klute@gmx.de>
13
14Past maintainers and other contributors:
15
16  Daniel Kahn Gillmor <dkg@fifthhorseman.net>
17  Paul Querna <chip at force-elite.com>
18  Nikos Mavrogiannopoulos <nmav at gnutls.org>
19  Dash Shendy <neuromancer at dash.za.net>
20
21Prerequisites
22-------------
23
24 * GnuTLS          >= 3.3 <https://www.gnutls.org/> (3.4 or newer recommended)
25 * Apache HTTPD    >= 2.4.17 <https://httpd.apache.org/>
26 * autotools, GNU make, & GCC
27 * libmsv          >= 0.1 (Optional, enable with ./configure --enable-msva)
28 * pandoc   (for documentation, optional)
29 * pdflatex (for PDF documentation, optional)
30
31Installation
32------------
33
34 tar xzvf mod_gnutls-version.tar.bz2
35 cd mod_gnutls-version/
36 autoreconf -fiv
37 ./configure
38 make
39 make install
40 # Configure & restart apache
41
42It is recommended to run "make check" before "make install". You may
43need to pass TEST_HOST or TEST_IP to ./configure for the tests to work
44correctly, please see test/README for details.
45
46If Doxygen is available, you can build internal API documentation
47using "make doxygen-doc". The documentation will be placed in
48doc/api/.
49
50Configuration
51-------------
52
53Please see doc/mod_gnutls_manual.mdwn for more details. If pandoc is
54available, HTML and PDF (requires pdflatex) documentation will be
55built and installed as well.
Note: See TracBrowser for help on using the repository browser.