Skip to content

Commit 726260d

Browse files
samy-mahmoudizimmerle
authored andcommitted
README: Remove four trailing spaces
1 parent f692ea9 commit 726260d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![](https://raw.githubusercontent.com/ZenHubIO/support/master/zenhub-badge.png)](https://zenhub.com)
66

77

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.
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.
99

1010
The ModSecurity-apache connector takes the form of an Apache module. The module simply serves as a layer of communication between Apache and ModSecurity.
1111

@@ -132,7 +132,7 @@ Please respect the coding style. Pull requests can include various commits, so p
132132
Please respect the coding style in use. Pull requests can include various commits, so
133133
provide one fix or one functionality per commit. Do not change anything outside
134134
the scope of your target work (e.g. coding style in a function that you have
135-
passed by).
135+
passed by).
136136

137137
### Don’t know where to start?
138138

@@ -149,7 +149,7 @@ You may also take a look at recent bug reports and open issues to get an idea of
149149
### Testing your patch
150150

151151
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.
153153

154154
The Apache testing tools are available on: http://httpd.apache.org/test/
155155

@@ -158,7 +158,7 @@ To use those tests ....
158158

159159
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
160160

161-
### Debugging
161+
### Debugging
162162
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:
163163
```CFLAGS="-g -O0" ./configure ...normal configure parameters...)```
164164

0 commit comments

Comments
 (0)