aboutsummaryrefslogtreecommitdiffstats
path: root/config/apache_mod_security-dev
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in HTML tagdoktornotor2015-12-021-1/+1
|
* Fix typo in HTML tagdoktornotor2015-12-021-1/+1
|
* AH00526: Syntax error on line 539 of /usr/pbi/proxy_mod_security-amd6....Jorge Lustosa2015-12-011-1/+1
| | | forgot more one ID....
* AH00526: Syntax error on line 539 of ↵Jorge Lustosa2015-12-011-4/+4
| | | | | | | /usr/pbi/proxy_mod_security-amd64/etc/apache24/httpd.conf When you start /usr/local/etc/rc.d/apache_mod_security.sh start you receive this error. "AH00526: Syntax error on line 539 of /usr/pbi/proxy_mod_security-amd64/etc/apache24/httpd.conf: ModSecurity: No action id present within the rule" every rule needs a ID to work, that fix just make this.
* apache_mod_security-dev - add bunch of missing includesdoktornotor2015-11-231-0/+6
|
* XMLRPC sync fixes and improvementsdoktornotor2015-11-061-54/+91
| | | | | - Add enable/disable checkbox per replication target - Add protocol/port selection - Fix copyright header and nuke useless tags while here
* XMLRPC sync fixes and improvementsdoktornotor2015-11-061-83/+93
| | | | | | | | - Fix CARP/HA sync option (port/protocol) - Add enable/disable checkbox per replication target - Add protocol/port selection - Fix literal IPv6 handling for sync targets - Do settings validation and only try to sync when configuration is valid - Nuke obsolete pfSense 2.0 cruft
* apache_mod_security-dev - fix Bug #3360, Bug #4421doktornotor2015-07-121-2/+2
| | | Leaving the Backend Path blank does not add / to backendpath in configuration, contrary to what's suggested in the GUI, resulting in HTTP 503 Error.
* Sanitize version prepare dependencies and uses for ports apache-mod_security ↵Renato Botelho2015-04-231-1/+1
| | | | and apache-mod_security-devel
* Added virtualhost configuration fields to make SSL engine options ↵Stephane Lapie2014-09-092-24/+75
| | | | configurable (namely, protocol, cipher suite, honor cipher order, ssl proxy engine, ssl proxy verification)
* Switched back to one Apache 2.4 config templateStéphane Lapie2014-06-253-566/+20
|
* Rough fixes and tuning for Apache 2.4Stephane Lapie2014-06-233-131/+709
| | | | | | | | | | | | | | | - Bumped package revision number - Eliminated code referring directly to apache22 or apache24 - Added a switch to generate apache22 or apache24 format based on directories - Renamed every reference to apache22, to apache24 - Prepped a module list that works with apache24 - Kept things running with a worker MPM setting - Added a require_once to "service-utils.inc" for write_rcfile - Fixed a few XMLRPC sync log messages - Added some logging for config regeneration - Fixed indentation for the security groups code - Moved the <Proxy> definitions within <VirtualHosts> (works, but crude) This is how it must be done on Apache 2.4 or you get SHM/mutex errors.
* Fix a whole bunch of invalid version tests.jim-p2014-04-102-4/+4
|
* Fixup URLs:Renato Botelho2014-03-181-15/+15
| | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
* Separate CAs for client certs and server cert chainStephane Lapie2014-01-202-4/+19
| | | | | - Modified the VirtualHost screen to make more clear the difference between "server certificate chain" and "client certification authority" - Modified configuration generation accordingly with proper options (SSLCertificateChainFile for server cert chain, SSLCACertificateFile for client certificates) according to Apache documentation
* Fixing presentation, typos and location selectorStephane Lapie2013-11-214-15/+16
| | | | | | | - Fixed presentation (capitalization mostly) - Fixed a few typos - Fixed fieldname in apache_virtualhost.xml for location referencing - Add a comment to virtualhost config to identify locations
* apache-modsecurity-dev - add a location tab to apache menus to fix custom ↵Marcello Coutinho2013-11-1410-342/+316
| | | | | | | | location options display move modsecurity crs_10_setup to module option tab Backup your location config before updating form 0.2.x to 0.3 package version
* apache-modsecurity-dev - add extented status page options to apache settingsMarcello Coutinho2013-11-132-2/+15
|
* Update apache_mod_security.incMárcio Carlos2013-11-131-17/+19
| | | If Backend not set(none in XML)its not include in virtualhost.conf
* Fix typoccesario2013-11-131-2/+1
|
* Apache-modsecurity-dev - fix more typosMarcello Coutinho2013-11-131-2/+2
|
* Add XMLRPC sync, vhost location custom settingsStephane Lapie2013-11-1313-192/+573
| | | | | | | - Typo: Lots of typo fixes and re-indenting - XMLRPC: Added actual code for XMLRPC (not 100% functional, remote reload fails) - VirtualHost: Added custom settings for Locations (for SSLRequire & such) - Settings: Use interfaces instead of manual input IP address
* apache-modsecurity-dev - bump version fix typos on status page featureMarcello Coutinho2013-11-124-36/+27
|
* Update apache.templateMárcio Carlos2013-11-121-1/+0
| | | Add Mod_status Variable in Template
* Update apache_settings.xmlMárcio Carlos2013-11-121-16/+8
| | | Remove Black Space and fix <br tag
* Update apache.templateMárcio Carlos2013-11-121-1/+4
| | | add to template a mod_status Variable
* Update apache_mod_security.incMárcio Carlos2013-11-121-1/+1
| | | forget ";" Line 560 :/
* Merge pull request #541 from djgel/patch-6Marcello Coutinho2013-11-121-3/+4
|\ | | | | Patch 6
| * Update apache_settings.xmlMárcio Carlos2013-11-121-2/+2
| |
| * Update apache_settings.xmlMárcio Carlos2013-11-121-1/+2
| | | | | | error stupd when copy and past:/
* | Merge pull request #540 from djgel/patch-7Marcello Coutinho2013-11-121-8/+6
|\ \ | | | | | | Patch 7
| * | Update apache_mod_security.incMárcio Carlos2013-11-121-7/+5
| | | | | | | | | Fix EOF
| * | Update apache_mod_security.incMárcio Carlos2013-11-121-1/+1
| | | | | | | | | Stupid Error when save file ... :/
* | | Merge pull request #539 from djgel/patch-6Marcello Coutinho2013-11-121-1/+28
|\ \ \ | |/ / |/| / | |/ Update apache_settings.xml
| * Update apache_settings.xmlMárcio Carlos2013-11-121-1/+28
| | | | | | Add in Apache reverse proxy: Settings options to enable Mod_status and Network access this page
* | Update apache_mod_security.incMárcio Carlos2013-11-121-1/+14
|/ | | Process Status Page Config
* apache-mod-security - load mod_security module only when option is enabledMarcello Coutinho2013-11-121-2/+4
| | | | add MLOGC compile option to modsecurity
* Apache - improve modsecurity config file creationMarcello Coutinho2013-11-117-91/+106
|
* Apache-modsecurity-dev - fix modsecurity update rules, bump apache version ↵Marcello Coutinho2013-11-092-21/+17
| | | | to 2.2.23.
* apache-modsecurity-dev - fix pkg_apache.inc file locationMarcello Coutinho2013-11-081-1/+1
|
* apache-modsecurity-dev - fix apache listening and virtualhosts checkMarcello Coutinho2013-11-084-44/+75
| | | | | add some new gui options to balancer and virtualhosts tab check if modsecurity rules are present before extracting
* Fix apache+mod_security rc file specification.jim-p2013-10-291-1/+1
|
* Fix typojim-p2013-07-251-1/+1
|
* update repo locationChris Buechler2013-03-112-3/+3
|
* apache with mod_security-dev - fix more typosMarcello Coutinho2012-09-181-1/+1
|
* apache with mod_security-dev - typo fixMarcello Coutinho2012-09-181-2/+2
|
* apache2+modsecurity - new package gui devel versionMarcello Coutinho2012-09-1815-0/+3768
need pbi to be rebuild to get apache worker options working