You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2010/10/29 16:40:17 UTC

DO NOT REPLY [Bug 7741] some directives may be placed outside of proper context without causing an error

https://issues.apache.org/bugzilla/show_bug.cgi?id=7741

--- Comment #6 from Rich Bowen <rb...@apache.org> 2010-10-29 10:40:15 EDT ---
Looks like we need to add 'virtual host' to the context list for:

LimitRequest*
KeepAlive*

Include is documented correctly in 2.0, 2.2, and trunk, so no problem there.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


Re: DO NOT REPLY [Bug 7741] some directives may be placed outside of proper context without causing an error

Posted by "William A. Rowe Jr." <wr...@rowe-clan.net>.
On 10/29/2010 9:40 AM, bugzilla@apache.org wrote:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=7741
> 
> --- Comment #6 from Rich Bowen <rb...@apache.org> 2010-10-29 10:40:15 EDT ---
> Looks like we need to add 'virtual host' to the context list for:
> 
> LimitRequest*
> KeepAlive*

Rich... if you like, you can research all of the directive scopes using this tool;

http://people.apache.org/~wrowe/mod_cmds.c

There is some explanation here;

http://people.apache.org/~wrowe/mod_cmds.doc

it will dump all of the directives.

Someone with a few free cycles should be able to awk/perl/python the output into
a 1:1 comparison with the docs tree, to determine which scope tags are wrong,
which directives are missing, which directives are deprecated.

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org