Score:0

Difference between a filter and a handler in Apache

cn flag

I am trying to understand Apache architecture, but I struggle to understand the difference between filters and request handlers. It seems that filters are run immediately to handle any bytes received from the client (so it is basically L4), then Apache parses the request (to decide if it's a valid GET, POST etc) then calls all the request handlers, then it calls output filters. Is this understanding correct ?

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.