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.60 by tdb, Mon Feb 11 15:16:35 2002 UTC vs.
Revision 1.62 by tdb, Tue Mar 19 17:22:12 2002 UTC

# Line 78 | Line 78 | RootFilter.name=root
78   # The default parent filter (should almost always be the same as Filter.rootFilter)
79   Filter.parentFilter=root
80  
81 + # The input methods to activate
82 + # (comment or set to 0 to disable)
83 + Filter.ActivateTCPReader=1
84 + Filter.ActivateUDPReader=1
85 + Filter.ActivateCORBAReader=1
86 +
87 + # Access control list for the TCP and UDP inputs
88 + Filter.TCPACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW
89 + Filter.UDPACL=DEFAULT:DENY;*.ukc.ac.uk:ALLOW;129.12.*:ALLOW
90 +
91  
92  
93   ############################################################

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines