Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed the definition of the firewall host, leaving the empty input box it ↵ | lgcosta | 2011-03-24 | 1 | -2/+2 |
| | | | | defined the bind only to the hostname and not for everyone (*) as the tip of the input | ||||
* | remove others ".php.php" | lgcosta | 2011-03-24 | 1 | -1/+1 |
| | |||||
* | fixed url of the form | lgcosta | 2011-03-24 | 1 | -2/+2 |
| | |||||
* | Adding bug fixes to apache mod security package from Matthew Dovey | Scott Ullrich | 2011-03-16 | 3 | -52/+120 |
| | |||||
* | Adding patch from Matthew J Dovey for site proxy, certificatefiles and HTTPS ↵ | Scott Ullrich | 2011-03-12 | 2 | -0/+58 |
| | | | | cert options | ||||
* | Comment out option until 5.2.13 drops. | Scott Ullrich | 2010-11-23 | 1 | -1/+1 |
| | |||||
* | Adding SecReadStateLimit. Requires 2.5.13 which should be out shortly. | Scott Ullrich | 2010-11-23 | 2 | -1/+19 |
| | |||||
* | Revert bind changes for time being | Scott Ullrich | 2010-03-10 | 1 | -4/+4 |
| | |||||
* | No need to generate apache rules multiple times | Scott Ullrich | 2010-03-06 | 1 | -1/+0 |
| | |||||
* | Catch up to 2010 | Scott Ullrich | 2010-03-06 | 4 | -4/+4 |
| | |||||
* | Check to see if something is already listening on the port selected and ↵ | Scott Ullrich | 2010-03-06 | 1 | -12/+26 |
| | | | | refuse to bind if something is already occupying the port. Log an error if needed. | ||||
* | Version bumps for apache mod security | Scott Ullrich | 2010-03-06 | 1 | -1/+1 |
| | |||||
* | Actually load rules | Scott Ullrich | 2010-03-06 | 1 | -2/+2 |
| | |||||
* | Ensure mod_mem_cache exists before attempting use | Scott Ullrich | 2010-03-06 | 1 | -7/+12 |
| | |||||
* | Unbreak | Scott Ullrich | 2010-03-06 | 1 | -2/+2 |
| | |||||
* | Run install routine on resync to ensure rc.d file exists | Scott Ullrich | 2010-03-06 | 1 | -0/+1 |
| | |||||
* | Correct default bind to port description | Scott Ullrich | 2010-03-06 | 1 | -1/+1 |
| | |||||
* | Ensure rules exists | Scott Ullrich | 2010-03-06 | 1 | -8/+14 |
| | |||||
* | Full path to output filename | Scott Ullrich | 2010-03-06 | 1 | -7/+7 |
| | |||||
* | Download rules during installation | Scott Ullrich | 2010-03-06 | 2 | -15/+8 |
| | |||||
* | Fix a closing field Resolves #123 | sullrich | 2009-10-29 | 1 | -1/+1 |
| | |||||
* | Add downloaded from location | Scott Ullrich | 2009-10-27 | 4 | -1/+25 |
| | |||||
* | Add converted snort rules from early October | Scott Ullrich | 2009-10-27 | 2 | -3/+2622 |
| | |||||
* | Remove unused functions | Scott Ullrich | 2009-10-27 | 1 | -2/+0 |
| | |||||
* | Add more tunables | Scott Ullrich | 2009-10-27 | 2 | -9/+48 |
| | |||||
* | Adding additional rules from http://www.gotroot.com | Scott Ullrich | 2009-10-27 | 10 | -86/+8943 |
| | |||||
* | Update mod mem cache loader line. Resolves #89 | sullrich | 2009-09-21 | 1 | -1/+1 |
| | |||||
* | Add h3 | Scott Ullrich | 2009-06-25 | 1 | -1/+1 |
| | |||||
* | Missing comment | Scott Ullrich | 2009-06-25 | 1 | -0/+1 |
| | |||||
* | Ensure leading http(s):// and trailing / on additional hostnames | Scott Ullrich | 2009-06-25 | 1 | -2/+10 |
| | |||||
* | Minor log fixes. Fix a couple bugs with multiple hostnames. | Scott Ullrich | 2009-06-24 | 2 | -3/+3 |
| | |||||
* | Wrap it up. | Scott Ullrich | 2009-06-24 | 1 | -0/+11 |
| | |||||
* | Remove duplicate .php | Scott Ullrich | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | Download and install apache_mod_security_view_logs.php as well | Scott Ullrich | 2009-06-24 | 1 | -0/+5 |
| | |||||
* | Correct URL | Scott Ullrich | 2009-06-24 | 2 | -2/+2 |
| | |||||
* | Add error log viewer mode | Scott Ullrich | 2009-06-24 | 1 | -1/+11 |
| | |||||
* | Add package log viewer for access log. TODO: error log | Scott Ullrich | 2009-06-24 | 3 | -1/+118 |
| | |||||
* | Check for syntax error using shell return code | Scott Ullrich | 2009-06-24 | 1 | -2/+2 |
| | |||||
* | Ensure that host has at least http:// or https:// in front | Scott Ullrich | 2009-06-24 | 1 | -0/+4 |
| | |||||
* | Full path to httpd | Scott Ullrich | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | Remove stray ; | Scott Ullrich | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | Check config with httpd -t | Scott Ullrich | 2009-06-24 | 1 | -0/+10 |
| | |||||
* | Use apache -k start|stop|graceful | Scott Ullrich | 2009-06-24 | 1 | -3/+3 |
| | | | | Suggested-by: jimp@ | ||||
* | Setup NameVirtualServer items and do not duplicate them | Scott Ullrich | 2009-06-24 | 1 | -2/+18 |
| | |||||
* | Adding ProxyPreserveHost directive option | Scott Ullrich | 2009-06-24 | 2 | -0/+8 |
| | |||||
* | Do not set memcache we have the wrong module apparently which breaks syntax. | Scott Ullrich | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | Stop service on deinstall | Scott Ullrich | 2009-06-23 | 1 | -0/+1 |
| | |||||
* | use -hup when httpd is already started | Scott Ullrich | 2009-06-23 | 1 | -2/+5 |
| | |||||
* | Correct memcache module name | Scott Ullrich | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | Fix ServerName when hostname is not defined | Scott Ullrich | 2009-06-23 | 1 | -6/+6 |
| |