aboutsummaryrefslogtreecommitdiffstats
path: root/config/apache_mod_security/apache_mod_security.inc
diff options
context:
space:
mode:
Diffstat (limited to 'config/apache_mod_security/apache_mod_security.inc')
-rw-r--r--config/apache_mod_security/apache_mod_security.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/apache_mod_security/apache_mod_security.inc b/config/apache_mod_security/apache_mod_security.inc
index 0c8ff9a3..5a9ab852 100644
--- a/config/apache_mod_security/apache_mod_security.inc
+++ b/config/apache_mod_security/apache_mod_security.inc
@@ -52,7 +52,18 @@ function generate_apache_configuration() {
else
$global_listen .= ":80";
}
+
+
+
+ // XXX The maximum amount of memory used by the cache in KBytes
+ //MCacheSize 700000
+ // CacheRoot Directive
+ // CacheRoot /var/apache_mod_security_cache
+ // htcacheclean can be used to maintain the cache size at a maximum level.
+ // XXX
+
+
// Syntax:ProxyPreserveHost On|Off ?
$mod_proxy = "ProxyRequests on\n";