--- projects/cms/source/server/build/etc/system.conf 2002/03/20 16:32:37 1.64 +++ projects/cms/source/server/build/etc/system.conf 2002/10/12 21:56:37 1.68 @@ -6,7 +6,7 @@ # root of configuration # # $Author: tdb $ -# $Id: system.conf,v 1.64 2002/03/20 16:32:37 tdb Exp $ +# $Id: system.conf,v 1.68 2002/10/12 21:56:37 tdb Exp $ # ############################################################ #### Configuration Files & Groups @@ -50,6 +50,11 @@ Queue.SizeLimit=1000 # The removal algorithm Queue.RemoveAlgorithm=FIRST +# the time (in seconds) at which the XMLCache's contents +# will be rotated. in real terms, this means the minimum +# age at which an XMLPacket can be before it is deleted +# from the cache. +XMLCache.cleanupPeriod=30 ############################################################ #### FilterManager configuration @@ -73,7 +78,7 @@ Filter.TCPListenPort=4589 # Plugin Information Filter.PluginsPackage=uk.org.iscream.cms.server.filter.plugins -Filter.Plugins=TypeChecker;EnforceEssentialData;SourceChecker +Filter.Plugins=TypeChecker;EnforceEssentialData;SourceChecker;KeyChecker # The name for the root filter RootFilter.name=root @@ -95,8 +100,15 @@ Filter.UDPACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*: # - packets not permitted by this ACL will be filtered Filter.SourceCheckerPluginACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW +# Enforce host authentication? +# (comment or set to 0 to disable) +Filter.EnforceHostAuth=1 +# Length of keys to use in authentication +Filter.KeyLength=15 + + ############################################################ #### Root filter interfaces configuration ############################################################ @@ -190,6 +202,9 @@ Monitor.Process.threshold.UPPER=1500 # Memory monitor threshold values Monitor.Memory.threshold.LOWER=80 Monitor.Memory.threshold.UPPER=90 +# Whether to include 'cache' in the 'free' value +# (1 is true, anything else is false) +Monitor.Memory.useCacheAsFree=1 # Swap monitor threshold values