You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Esteban Pizzini <ep...@yahoo.com.ar> on 2003/05/28 04:22:16 UTC

[users@httpd] request processing cycle

Hi, I'm trying to understand how apache works internaly, so I´m looking for information about "request processing cycle". In http://httpd.apache.org/docs-2.0/developer/request.html, it´s says that all request pass through ap_process_request_internal(), but next??
Anybody know where can i find that information??, is there any graph or steps that Apache do internaly??  or I have to look in the code ??
 
Thank you!,
Esteban

Re: [users@httpd] request processing cycle

Posted by WC -Sx- Jones <li...@insecurity.org>.
On Tuesday, May 27, 2003, at 10:22  PM, Esteban Pizzini wrote:

> internaly??  or I have to look in the code ??
>

To quote:

"All requests pass through ap_process_request_internal()  in request.c, 
including subrequests and redirects. If a module doesn't pass generated 
requests through this code, the author is cautioned that the module may 
be broken by future changes to request processing."

That means you will need to look at request.c

Also, if you write your own modules make sure you call the required 
call back hooks as documented...


HTH/Sx :)

http://insecurity.org/
_Sx____________________
  ('>    iudicium ferat
  //\   Have Computer -
  v_/_    Will Hack...

               \|/ ____ \|/
               "@'/ .. \`@"
               /_| \__/ |_\
                  \__U_/


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org