aboutsummaryrefslogtreecommitdiffstats
path: root/config/apache_mod_security
Commit message (Collapse)AuthorAgeFilesLines
...
* Download and install apache_mod_security_view_logs.php as wellScott Ullrich2009-06-241-0/+5
|
* Correct URLScott Ullrich2009-06-242-2/+2
|
* Add error log viewer modeScott Ullrich2009-06-241-1/+11
|
* Add package log viewer for access log. TODO: error logScott Ullrich2009-06-243-1/+118
|
* 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-242-0/+8
|
* 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-233-4/+3
|
* Remove extra NOTE:Scott Ullrich2009-06-231-2/+0
|
* Oops, create apache style comment correctlyScott Ullrich2009-06-231-1/+1
|
* Define description correctlyScott Ullrich2009-06-231-2/+2
|
* Add mem_cache and disk_cache backend code. Add rc start script, etc.Scott Ullrich2009-06-231-18/+93
|
* Add custom mod_security rules box which will be appended to the mod_security ↵Scott Ullrich2009-06-231-10/+14
| | | | configuration.
* Ensure that we append a / if it does not exist.Scott Ullrich2009-06-231-3/+14
|
* Add more mod_security bitsScott Ullrich2009-06-231-0/+20
|
* Add more mod_security configuration itemsScott Ullrich2009-06-231-10/+84
|
* Add enable memory cache and disk cache. Add initial plumbing and add XXXScott Ullrich2009-06-232-0/+55
|
* Misc formattingScott Ullrich2009-06-221-2/+0
|
* Call resync function on form resyncScott Ullrich2009-06-221-0/+1
|
* Misc formatting and only set variables if they exist. Use global email if ↵Scott Ullrich2009-06-221-7/+13
| | | | local email not set.
* Add missing \nScott Ullrich2009-06-221-3/+4
|
* add <virtualhost> itemsScott Ullrich2009-06-221-36/+46
|
* Show FQDNScott Ullrich2009-06-221-2/+2
|
* Move example to a php comment block and note that it should be preserved.Scott Ullrich2009-06-221-22/+29
|
* Set backend_sitesScott Ullrich2009-06-221-1/+0
|
* Match examplesScott Ullrich2009-06-221-9/+24
|
* Commit examples in comments.Scott Ullrich2009-06-222-5/+49
|
* Add additional site hostname, ip adddress, port and protocol fields. ↵Scott Ullrich2009-06-221-8/+61
| | | | Cleanup text.
* Out of box its forwarding now but much is to be done.Scott Ullrich2009-06-221-3/+6
|
* Adding missing ServerNameScott Ullrich2009-06-221-1/+1
|
* Correct grab stored valuesScott Ullrich2009-06-221-13/+14
|
* Do not mount rw every time file is sourced. Fix comments.Scott Ullrich2009-06-211-8/+10
|
* Fix commentsScott Ullrich2009-06-211-1/+3
|
* Correct hostnameScott Ullrich2009-06-212-4/+4
|
* Set ServerNameScott Ullrich2009-06-212-4/+10
|
* Oops, should be a checkboxScott Ullrich2009-06-211-1/+1
|
* Add button to enable mod_security featuresScott Ullrich2009-06-212-30/+44
|
* Reduce configuration to commonScott Ullrich2009-06-211-16/+15
|
* Cleanup config. Unfortuantely it is not passing traffic yet.Scott Ullrich2009-06-211-2/+6
|