mod_gnutls, Apache GnuTLS module ================================ https://mod.gnutls.org/ Mailing List: mod_gnutls development Lead Maintainer: Thomas Klute Past maintainers and other contributors: Daniel Kahn Gillmor Paul Querna Nikos Mavrogiannopoulos Dash Shendy Prerequisites ------------- * GnuTLS >= 3.1.4 (3.2.* or newer preferred) * Apache HTTPD >= 2.2 (2.4.* preferred) * autotools, GNU make, & gcc * libmsv >= 0.1 (Optional, enable with ./configure --enable-msva) * pandoc (for documentation, optional) * pdflatex (for PDF documentation, optional) Installation ------------ tar xzvf mod_gnutls-version.tar.gz cd mod_gnutls-version/ autoreconf -fiv ./configure make make install # Configure & restart apache It is recommended to run "make check" before "make install". You may need to pass TEST_HOST or TEST_IP to ./configure for the tests to work correctly, please see test/README for details. Configuration ------------- Please see doc/mod_gnutls_manual.mdwn for more details. If pandoc is available, HTML and PDF (requires pdflatex) documentation will be built and installed as well.