I was reading the following: http://modules.apache.org/doc/API.html

Please explain how Apache knows the name of the handler to call. The CGI Module has the following handlers:

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

Another module might have some other names. How does Apache know which is the handler for the (let's say) response phase ?

PS: Can someone assign the right tags ? I couldn't know which ones to attach.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

They're (eventually) members of the module struct at the bottom of the first snippet.

link|improve this answer
got it. thanks. – euphoria83 Feb 24 '11 at 8:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.