aboutsummaryrefslogtreecommitdiffstats
path: root/config/apache_mod_security/apache_mod_security.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add some PBI crap hacksdoktornotor2015-11-121-1/+7
|
* Disable mod_cgi since it's not packaged at alldoktornotor2015-11-121-1/+1
|
* Fix filename in copyright headerdoktornotor2015-09-161-1/+1
|
* Fix copyright header and add missing includedoktornotor2015-09-161-2/+4
|
* apache_mod_security - pfSense 2.1.x and 2.2.x and other fixesdoktornotor2015-09-151-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 brokenChris Buechler2015-05-071-1/+3
| | | | package install mgsmith reported.
* Fixup URLs:Renato Botelho2014-03-181-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 Coutinho2013-11-091-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 Coutinho2013-11-091-710/+339
| | | | to 2.2.23
* removed the definition of the firewall host, leaving the empty input box it ↵lgcosta2011-03-241-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 DoveyScott Ullrich2011-03-161-27/+81
|
* Adding patch from Matthew J Dovey for site proxy, certificatefiles and HTTPS ↵Scott Ullrich2011-03-121-0/+22
| | | | cert options
* Comment out option until 5.2.13 drops.Scott Ullrich2010-11-231-1/+1
|
* Adding SecReadStateLimit. Requires 2.5.13 which should be out shortly.Scott Ullrich2010-11-231-0/+9
|
* Revert bind changes for time beingScott Ullrich2010-03-101-4/+4
|
* No need to generate apache rules multiple timesScott Ullrich2010-03-061-1/+0
|
* Catch up to 2010Scott Ullrich2010-03-061-1/+1
|
* Check to see if something is already listening on the port selected and ↵Scott Ullrich2010-03-061-12/+26
| | | | refuse to bind if something is already occupying the port. Log an error if needed.
* Version bumps for apache mod securityScott Ullrich2010-03-061-1/+1
|
* Actually load rulesScott Ullrich2010-03-061-2/+2
|
* Ensure mod_mem_cache exists before attempting useScott Ullrich2010-03-061-7/+12
|
* UnbreakScott Ullrich2010-03-061-2/+2
|
* Run install routine on resync to ensure rc.d file existsScott Ullrich2010-03-061-0/+1
|
* Ensure rules existsScott Ullrich2010-03-061-8/+14
|
* Full path to output filenameScott Ullrich2010-03-061-7/+7
|
* Download rules during installationScott Ullrich2010-03-061-0/+8
|
* Add downloaded from locationScott Ullrich2009-10-271-0/+9
|
* Add more tunablesScott Ullrich2009-10-271-9/+25
|
* Adding additional rules from http://www.gotroot.comScott Ullrich2009-10-271-76/+29
|
* Update mod mem cache loader line. Resolves #89sullrich2009-09-211-1/+1
|
* Missing commentScott Ullrich2009-06-251-0/+1
|
* Ensure leading http(s):// and trailing / on additional hostnamesScott Ullrich2009-06-251-2/+10
|
* Minor log fixes. Fix a couple bugs with multiple hostnames.Scott Ullrich2009-06-241-2/+2
|
* Check for syntax error using shell return codeScott Ullrich2009-06-241-2/+2
|
* Ensure that host has at least http:// or https:// in frontScott Ullrich2009-06-241-0/+4
|
* Full path to httpdScott Ullrich2009-06-241-1/+1
|
* Remove stray ;Scott Ullrich2009-06-241-1/+1
|
* Check config with httpd -tScott Ullrich2009-06-241-0/+10
|
* Use apache -k start|stop|gracefulScott Ullrich2009-06-241-3/+3
| | | | Suggested-by: jimp@
* Setup NameVirtualServer items and do not duplicate themScott Ullrich2009-06-241-2/+18
|
* Adding ProxyPreserveHost directive optionScott Ullrich2009-06-241-0/+2
|
* Do not set memcache we have the wrong module apparently which breaks syntax.Scott Ullrich2009-06-241-1/+1
|
* Stop service on deinstallScott Ullrich2009-06-231-0/+1
|
* use -hup when httpd is already startedScott Ullrich2009-06-231-2/+5
|
* Correct memcache module nameScott Ullrich2009-06-231-1/+1
|
* Fix ServerName when hostname is not definedScott Ullrich2009-06-231-6/+6
|
* Generate configuration after install since the person may be restoring the ↵Scott Ullrich2009-06-231-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 Ullrich2009-06-231-1/+1
|
* Oops, create apache style comment correctlyScott Ullrich2009-06-231-1/+1
|
* Add mem_cache and disk_cache backend code. Add rc start script, etc.Scott Ullrich2009-06-231-18/+93
|