aboutsummaryrefslogtreecommitdiffstats
path: root/config/apache_mod_security/apache_mod_security.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-06-23 00:05:41 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-06-23 00:05:41 -0400
commit76779f685233402f58a8dbb1c050d508d580c2bf (patch)
tree317e96b0f556256a2a772fdef9211ae780135812 /config/apache_mod_security/apache_mod_security.inc
parent1e6e2416c1effc112d6839ea4ccd7e73088c05f6 (diff)
downloadpfsense-packages-76779f685233402f58a8dbb1c050d508d580c2bf.tar.gz
pfsense-packages-76779f685233402f58a8dbb1c050d508d580c2bf.tar.bz2
pfsense-packages-76779f685233402f58a8dbb1c050d508d580c2bf.zip
Add enable memory cache and disk cache. Add initial plumbing and add XXX
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";