nd 2003/07/06 17:37:18 Modified: htdocs/manual/mod core.html.en Log: adjust LimitInternalRecursion description (0 = unlimited) add default value. Revision Changes Path 1.252 +5 -1 httpd-docs-1.3/htdocs/manual/mod/core.html.en Index: core.html.en =================================================================== RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/core.html.en,v retrieving revision 1.251 retrieving revision 1.252 diff -u -r1.251 -r1.252 --- core.html.en 6 Jul 2003 18:27:35 -0000 1.251 +++ core.html.en 7 Jul 2003 00:37:18 -0000 1.252 @@ -2005,6 +2005,9 @@ <a href="directive-dict.html#Syntax" rel="Help"><strong>Syntax:</strong></a> LimitInternalRecursion <em>number</em> [<em>number</em>]<br /> + <a href="directive-dict.html#Default" + rel="Help"><strong>Default:</strong></a> <code>LimitInternalRecursion + 20</code><br /> <a href="directive-dict.html#Context" rel="Help"><strong>Context:</strong></a> server config, virtual host<br /> <a href="directive-dict.html#Status" @@ -2030,7 +2033,8 @@ per-request basis. The first <em>number</em> is the maximum number of internal redirects, that may follow each other. The second <em>number</em> determines, how deep subrequests may be nested. If you specify only one - <em>number</em>, it will be assigned to both limits.</p> + <em>number</em>, it will be assigned to both limits. A value of + <code>0</code> means "unlimited".</p> <p><strong>Example</strong></p> <pre>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]