Any opinion from the developer, to this issue?!

On Don 01.06.2006 08:14, Alexander Lazic wrote:
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