Skip to content

bonkzero404/apache-terminator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mod_redsec_terminator

Apache module CRS

Install Apache

https://httpd.apache.org/

Install Lib JSON C

https://github.com/json-c/json-c

Setup VHost

<VirtualHost *:8282>
    ServerAdmin webmaster@yourdomain.com
    DocumentRoot "/Users/janitrasatria/Development/www"
    ServerName yourdomain.com

    <Directory "/Users/janitrasatria/Development/www">
      Options Indexes FollowSymLinks
      AllowOverride All
      Require all granted
    </Directory>

    LoadModule mod_redsec_module modules/mod_hello.so

    # Test handler
    <Location "/test">
        SetHandler mod_redsec_terminator
    </Location>

    #ErrorLog ${APACHE_LOG_DIR}/your-site-error.log
    #CustomLog ${APACHE_LOG_DIR}/your-site-access.log combined
</VirtualHost>

Run Apache Mod

make

About

Apache Terminator is a web server tool designed to analyze HTTP packets through Apache modules. It provides real-time monitoring, logging, and inspection of incoming and outgoing HTTP traffic, helping administrators detect anomalies, debug requests, and enhance security.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors