On Fri, Jan 23, 2009 at 7:57 AM, anson ho <hotsz...@gmail.com> wrote:
> If I have different content handlers set in server context and
> location context. Will both handler get processed? If so, what is the
> process sequence?

If it's via SetHandler, the one specified in the Location will be the
"effective" value.  This is simply a string sitting in a structure,
and each handler checks it to see if they're responsible for the
request. The merging has happened much earlier.

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to