ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/build/etc/system.conf
(Generate patch)

Comparing projects/cms/source/server/build/etc/system.conf (file contents):
Revision 1.63 by tdb, Wed Mar 20 12:56:37 2002 UTC vs.
Revision 1.68 by tdb, Sat Oct 12 21:56:37 2002 UTC

# Line 50 | Line 50 | Queue.SizeLimit=1000
50   # The removal algorithm
51   Queue.RemoveAlgorithm=FIRST
52  
53 + # the time (in seconds) at which the XMLCache's contents
54 + # will be rotated. in real terms, this means the minimum
55 + # age at which an XMLPacket can be before it is deleted
56 + # from the cache.
57 + XMLCache.cleanupPeriod=30
58  
59   ############################################################
60   #### FilterManager configuration
# Line 73 | Line 78 | Filter.TCPListenPort=4589
78  
79   # Plugin Information
80   Filter.PluginsPackage=uk.org.iscream.cms.server.filter.plugins
81 < Filter.Plugins=TypeChecker;EnforceEssentialData
81 > Filter.Plugins=TypeChecker;EnforceEssentialData;SourceChecker;KeyChecker
82  
83   # The name for the root filter
84   RootFilter.name=root
# Line 91 | Line 96 | Filter.ActivateCORBAReader=1
96   Filter.TCPACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW
97   Filter.UDPACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW
98  
99 + # Access control list for the SourceChecker plugin
100 + #   - packets not permitted by this ACL will be filtered
101 + Filter.SourceCheckerPluginACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW
102  
103 + # Enforce host authentication?
104 + # (comment or set to 0 to disable)
105 + Filter.EnforceHostAuth=1
106  
107 + # Length of keys to use in authentication
108 + Filter.KeyLength=15
109 +
110 +
111 +
112   ############################################################
113   #### Root filter interfaces configuration
114   ############################################################
# Line 186 | Line 202 | Monitor.Process.threshold.UPPER=1500
202   # Memory monitor threshold values
203   Monitor.Memory.threshold.LOWER=80
204   Monitor.Memory.threshold.UPPER=90
205 + # Whether to include 'cache' in the 'free' value
206 + # (1 is true, anything else is false)
207 + Monitor.Memory.useCacheAsFree=1
208  
209  
210   # Swap monitor threshold values

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines