On Fri, Jan 23, 2009 at 7:57 AM, anson ho <[email protected]> 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 [email protected] --------------------------------------------------------------------- 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]
