Describe your package here Describe your package requirements here Currently there are no FAQ items provided. dansguardianlimits 1.0 Services: Dansguardian /usr/local/pkg/dansguardian.inc Daemon /pkg_edit.php?xml=dansguardian.xml&id=0 General /pkg_edit.php?xml=dansguardian_config.xml&id=0 Limits /pkg_edit.php?xml=dansguardian_limits.xml&id=0 Blacklist /pkg_edit.php?xml=dansguardian_blacklist.xml&id=0 ACLs /pkg.php?xml=dansguardian_site_acl.xml LDAP /pkg.php?xml=dansguardian_ldap.xml Groups /pkg.php?xml=dansguardian_groups.xml Users /pkg_edit.php?xml=dansguardian_users.xml IPs /pkg_edit.php?xml=dansguardian_ips.xml Report and log /pkg_edit.php?xml=dansguardian_log.xml&id=0 Sync /pkg_edit.php?xml=dansguardian_sync.xml&id=0 Help /dansguardian_about.php Limits listtopic Max upload size maxuploadsize input 10 use 0 for a complete block
use higher (e.g. 512 = 512Kbytes) for limiting
use -1 for no blocking(default)]]>
Max content filter size maxcontentfiltersize input 10 Default is 256
Sometimes web servers label binary files as text which can be very large which causes a huge drain on memory and cpu resources.
To counter this, you can limit the size of the document to be filtered and get it to just pass it straight through.
This setting also applies to content regular expression modification.
The value must not be higher than maxcontentramcachescansize
The size is in Kibibytes - eg 2048 = 2Mb
use 0 to set it to maxcontentramcachescansize]]>
Max content ram cache scan size maxcontentramcachescansize input 10 Default is 2000
This is only used if you use a content scanner plugin such as AV. This is the max size of file that DG will download and cache in RAM.
After this limit is reached it will cache to disk. This value must be less than or equal to maxcontentfilecachescansize.
The size is in Kibibytes - eg 10240 = 10Mb
use 0 to set it to maxcontentfilecachescansize
This option may be ignored by the configured download manager.]]>
Max content file cache scan size maxcontentfilecachescansize input 10 Default is 2000
This is only used if you use a content scanner plugin such as AV. This is the max size file that DG will download so that it can be scanned or virus checked.
This value must be greater or equal to maxcontentramcachescansize.
The size is in Kibibytes - eg 10240 = 10Mb]]>
Initial Trickle delay initialtrickledelay input 10 Default is 20
This is the number of seconds a browser connection is left waiting before first being sent *something* to keep it alive.
Do not choose a value too low or normal web pages will be affected. A value between 20 and 110 would be sensible
This may be ignored by the configured download manager.]]>
Trickle delay trickledelay input 10 Default is 20
This is the number of seconds a browser connection is left waiting before being sent more *something* to keep it alive.
This may be ignored by the configured download manager.]]>
dansguardian_php_install_command(); dansguardian_php_deinstall_command(); dansguardian_validate_input($_POST, $input_errors); sync_package_dansguardian();