From ee0d39b8d39d99a0bbb9d18656ae422c139da1d8 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 2 May 2015 02:06:29 -0400 Subject: [PATCH] Mod security use git, not CVS --- Reference-Manual.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reference-Manual.mediawiki b/Reference-Manual.mediawiki index 55b9927..1784730 100644 --- a/Reference-Manual.mediawiki +++ b/Reference-Manual.mediawiki @@ -86,7 +86,7 @@ http://curl.haxx.se/libcurl/ ; Note : Many have had issues with libcurl linked with the GnuTLS library for SSL/TLS support. It is recommended that the openssl library be used for SSL/TLS support in libcurl. == Installation Methods == -Before you begin with installation you will need to choose your preferred installation method. First you need to choose whether to install the latest version of ModSecurity directly from CVS (best features, but possibly unstable) or use the latest stable release (recommended). If you choose a stable release, it might be possible to install ModSecurity from binary. It is always possible to compile it from source code. +Before you begin with installation you will need to choose your preferred installation method. First you need to choose whether to install the latest version of ModSecurity directly from git (best features, but possibly unstable) or use the latest stable release (recommended). If you choose a stable release, it might be possible to install ModSecurity from binary. It is always possible to compile it from source code. The following few pages will give you more information on benefits of choosing one method over another.