Hi,

i have read http://httpd.apache.org/dev/debugging.html and asked me
follwing:

Is it possible to get a logentry from the hooks in apache to see the
flow of a request?

eg:

$REQUEST accepted on $FD
$REQUEST handled by $MOD_xxx
$REQUEST handled by $MOD_xxx
$REQUEST handled by $MOD_xxx
$REQUEST handled by $MOD_xxx
$REQUEST send to client

or

$REQUEST accepted on $FD
$REQUEST handled by $MOD_xxx
$REQUEST handled by $MOD_PROXY_xxx
$REQUEST send on $FD to $PROXY
$REQUEST handled by $MOD_xxx
$REQUEST handled by $MOD_xxx
$REQUEST send to client

I hope i have asked clean enough so that anybody can answer my question
;-)

regards

Alex

Reply via email to