Skip to content

Commit de076b3

Browse files
authored
Merge pull request #2 from SpiderLabs/Experimental
Pre Alpha Version
2 parents 32220c3 + 1072af3 commit de076b3

9 files changed

+703
-100
lines changed

Diff for: README.md

+29-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1-
# ModSecurity-apache
2-
ModSecurity v3 Apache Connector
3-
apxs -i -a -c -I /usr/local/modsecurity/include/ -lmodsecurity apache_http_modsecurity.c
1+
#ModSecurity-Apache
2+
This repository contains the [ModSecurity v3 Apache Connector.]
3+
(http://tahirramzan.github.io/ModSecurity-apache/)
4+
5+
#Installation Guide
6+
1. Build libModSecurity [Compilation recipes]
7+
(https://github.com/SpiderLabs/ModSecurity/wiki/Compilation-recipes)
8+
9+
2. Run the following commands:
10+
11+
`export LD_LIBRARY_PATH=/usr/local/modsecurity/lib`
12+
13+
`sudo apxs -i -a -c -I /opt/ModSecurity/headers -L /opt/ModSecurity/src/.libs/ -lmodsecurity apache_http_modsecurity.c config.c`
14+
15+
#Apache Settings
16+
The security3.conf file has Apache Configuration and Directives with comments which need to be placed in /etc/apache2/mods-enabled folder.
17+
18+
#TODO
19+
[The TODO List]
20+
(https://github.com/tahirramzan/ModSecurity-apache/blob/master/TODO.md)
21+
22+
#Contribute
23+
Anyone from the community is most welcomed to contribute to this project especially in testing and debugging.
24+
25+
#Support
26+
Please report issues, bugs, give feedback, suggestions and request new features at: [email protected]
27+
28+
#Disclaimer
29+
This is an unstable and feature incomplete version of ModSecurity v3 Apache Connector. This project is under development and it is NOT ready to be placed in production yet.

Diff for: TODO.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#TO-DO
2+
3+
1. Fix Headers I/O
4+
2. Pass Rules and Configurations files
5+
3. Complete All Phases of Processing
6+
4. Testing and Debugging

0 commit comments

Comments
 (0)