From 7056b36d134fef1ea5d956e93c256ecec1f3991e Mon Sep 17 00:00:00 2001 From: Chaim Sanders Date: Mon, 15 Feb 2016 10:16:17 -0500 Subject: [PATCH] Updated Reference Manual (mediawiki) --- Reference-Manual.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reference-Manual.mediawiki b/Reference-Manual.mediawiki index 3f9aee7..3cabc8a 100644 --- a/Reference-Manual.mediawiki +++ b/Reference-Manual.mediawiki @@ -197,7 +197,7 @@ The standalone ModSecurity is located at https://www.modsecurity.org/download.ht To build the standalone module from source on a GNU/Linux platform, you need to install the standard and development packages for apache and prce. For example:
 # RHEL/CentOS style install
-sudo yum install httpd-devel pcre pcre-devel libxml2-devel
+sudo yum install httpd httpd-devel pcre pcre-devel libxml2-devel
 
 # Debian style install