Updated Reference Manual (mediawiki)

Chaim Sanders 2016-02-15 10:04:16 -05:00
parent 1b60e16563
commit a8c71b3c5e

@ -199,6 +199,10 @@ To build the standalone module from source on a GNU/Linux platform, you need to
# RHEL/CentOS style install # RHEL/CentOS style install
sudo yum install httpd httpd-devel pcre pcre-devel sudo yum install httpd httpd-devel pcre pcre-devel
</pre> </pre>
<pre>
# Debian style install
apt-get install apache2-threaded-dev libxml2-dev
</pre>
For details on why compiling ModSecurity for nginx requires these packages, see [https://github.com/SpiderLabs/ModSecurity/issues/603 issue 603]. For details on why compiling ModSecurity for nginx requires these packages, see [https://github.com/SpiderLabs/ModSecurity/issues/603 issue 603].
=== Installation Steps === === Installation Steps ===
1. - Compile standalone module: 1. - Compile standalone module: