You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ModSecurity-apache connector is the connection point between Apache and libmodsecurity (ModSecurity v3). Said another way, this project provides a communication channel between Apache and libmodsecurity. This connector is required to use LibModSecurity with Apache.
8
+
The ModSecurity-apache connector is the connection point between Apache and libmodsecurity (ModSecurity v3). Said another way, this project provides a communication channel between Apache and libmodsecurity. This connector is required to use LibModSecurity with Apache.
9
9
10
10
The ModSecurity-apache connector takes the form of an Apache module. The module simply serves as a layer of communication between Apache and ModSecurity.
11
11
@@ -132,7 +132,7 @@ Please respect the coding style. Pull requests can include various commits, so p
132
132
Please respect the coding style in use. Pull requests can include various commits, so
133
133
provide one fix or one functionality per commit. Do not change anything outside
134
134
the scope of your target work (e.g. coding style in a function that you have
135
-
passed by).
135
+
passed by).
136
136
137
137
### Don’t know where to start?
138
138
@@ -149,7 +149,7 @@ You may also take a look at recent bug reports and open issues to get an idea of
149
149
### Testing your patch
150
150
151
151
Along with the manual testing, we strongly recommend that you to use the Apache test
152
-
utility to make sure that you patch does not adversly affect the behavior or performance of Apache.
152
+
utility to make sure that you patch does not adversly affect the behavior or performance of Apache.
153
153
154
154
The Apache testing tools are available on: http://httpd.apache.org/test/
155
155
@@ -158,7 +158,7 @@ To use those tests ....
158
158
159
159
If you are facing problems getting your added functionality to pass all the Apache tests, feel free to contact us or the Apache mailing list at: http://httpd.apache.org/lists.html
160
160
161
-
### Debugging
161
+
### Debugging
162
162
Because the ModSecurity Apache Connector runs as part of Apache, one needs to debug the Apache process. Debugging may require several steps. In general debugging can be enabled by compiling the Apache connector with debugging as follows:
0 commit comments