[Zope-Checkins] CVS: Zope/skel/etc - zope.conf.in:1.6.2.22
Andreas Jung
andreas at andreas-jung.com
Fri Nov 26 07:07:24 EST 2004
Update of /cvs-repository/Zope/skel/etc
In directory cvs.zope.org:/tmp/cvs-serv16157/skel/etc
Modified Files:
Tag: Zope-2_7-branch
zope.conf.in
Log Message:
- Collector #1371: added new 'cgi-maxlen' directive to zope.conf
to limit the amount of form data being processed by Zope
to prevent DoS attacks
=== Zope/skel/etc/zope.conf.in 1.6.2.21 => 1.6.2.22 ===
--- Zope/skel/etc/zope.conf.in:1.6.2.21 Fri Nov 26 04:21:27 2004
+++ Zope/skel/etc/zope.conf.in Fri Nov 26 07:07:24 2004
@@ -407,6 +407,19 @@
# http-realm Slipknot
+# Directive: cgi-maxlen
+#
+# Description:
+# Set this value to limit the amount of form data being processed
+# by Zope to prevent DoS attacks.
+#
+# Default: 0 (= no restrictions)
+#
+# Example:
+#
+# cgi-maxlen 10000
+
+
# Directive: automatically-quote-dtml-request-data
#
# Description:
More information about the Zope-Checkins
mailing list