python - How does Apache know the names of the handlers in each module? -


i reading following: http://modules.apache.org/doc/api.html

please explain how apache knows name of handler call. cgi module has following handlers:

int translate_scriptalias (request_rec *); int type_scriptalias (request_rec *); int cgi_handler (request_rec *); 

another module might have other names. how apache know handler (let's say) response phase ?

ps: can assign right tags ? couldn't know ones attach.

they're (eventually) members of module struct @ bottom of first snippet.


Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -