Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some PBI crap hacks | doktornotor | 2015-11-12 | 1 | -1/+7 |
| | |||||
* | Disable mod_cgi since it's not packaged at all | doktornotor | 2015-11-12 | 1 | -1/+1 |
| | |||||
* | Fix filename in copyright header | doktornotor | 2015-09-16 | 1 | -1/+1 |
| | |||||
* | Fix copyright header and add missing include | doktornotor | 2015-09-16 | 1 | -2/+4 |
| | |||||
* | apache_mod_security - pfSense 2.1.x and 2.2.x and other fixes | doktornotor | 2015-09-15 | 1 | -334/+320 |
| | | | | | | | | | | | | apache_mod_security.inc.php - Fix install and uninstall - Fix service start/stop/reload and rc file - Fix broken path to apache config - Nuke completely broken input "validations" - Add some actually usefull input validations - Fix whole lot of broken paths in httpd.conf - Fix textarea config handling - Nuke no-op junk - Code style and indentation fixes | ||||
* | create /usr/local/etc/apache22 dir if it doesn't exist, fixes broken | Chris Buechler | 2015-05-07 | 1 | -1/+3 |
| | | | | package install mgsmith reported. | ||||
* | Fixup URLs: | Renato Botelho | 2014-03-18 | 1 | -7/+7 |
| | | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config | ||||
* | Revert "apache-modsecurity-dev - fix modsecurity update rules, bump apache ↵ | Marcello Coutinho | 2013-11-09 | 1 | -339/+710 |
| | | | | | | | version to 2.2.23" updated wrong dir This reverts commit bee5d94cbef9adc348daa39ba284bb2502894028. | ||||
* | apache-modsecurity-dev - fix modsecurity update rules, bump apache version ↵ | Marcello Coutinho | 2013-11-09 | 1 | -710/+339 |
| | | | | to 2.2.23 | ||||
* | 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 | ||||
* | Adding bug fixes to apache mod security package from Matthew Dovey | Scott Ullrich | 2011-03-16 | 1 | -27/+81 |
| | |||||
* | Adding patch from Matthew J Dovey for site proxy, certificatefiles and HTTPS ↵ | Scott Ullrich | 2011-03-12 | 1 | -0/+22 |
| | | | | 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 | 1 | -0/+9 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 | 1 | -0/+8 |
| | |||||
* | Add downloaded from location | Scott Ullrich | 2009-10-27 | 1 | -0/+9 |
| | |||||
* | Add more tunables | Scott Ullrich | 2009-10-27 | 1 | -9/+25 |
| | |||||
* | Adding additional rules from http://www.gotroot.com | Scott Ullrich | 2009-10-27 | 1 | -76/+29 |
| | |||||
* | Update mod mem cache loader line. Resolves #89 | sullrich | 2009-09-21 | 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 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | Generate configuration after install since the person may be restoring the ↵ | Scott Ullrich | 2009-06-23 | 1 | -0/+5 |
| | | | | | | | config on a different box and it should just work out of the box without having to click edit. | ||||
* | Remove newline and make headers uniform (C) | Scott Ullrich | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | Oops, create apache style comment correctly | Scott Ullrich | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | Add mem_cache and disk_cache backend code. Add rc start script, etc. | Scott Ullrich | 2009-06-23 | 1 | -18/+93 |
| |