On Mon, 28 Jan 2008 16:54:32 -0500
"Mark H. Wood" <[EMAIL PROTECTED]> wrote:

> Is there some document I can read to help me understand the order in
> which configuration directives from different modules apply?

maybe you're looking for http://httpd.apache.org/docs/2.2/sections.html

> In this instance I wanted to know whether I could use Allow/Deny rules
> before a request gets picked off and handed over to a servlet
> container by mod_jk.  There didn't seem to be any obvious way to
> answer the question except by experiment.  (My result:  I *think* this
> works.)

That's simple: allow/deny rules apply before any content handler.
To do otherwise would be nonsensical.

This might be clearer in some of the developer docs, such as
http://httpd.apache.org/docs/2.2/developer/request.html
http://www.apachetutor.org/dev/request


-- 
Nick Kew

Application Development with Apache - the Apache Modules Book
http://www.apachetutor.org/

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to