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

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -