Question for the Apache gurus :


I am using Apache as a Proxy, the most important lines in ssl.conf are like :

ProxyPass /brxxxtest/biz/maint http://10.100.22.1:9064/brxxxtest/biz/maint
ProxyPassReverse /brxxxtest/biz/maint http://10.100.22.1:9064/brxxxtest/biz/maint


ProxyPass /brxxxtest https://10.100.22.2:9065/brxxxtest
ProxyPassReverse /brxxxtest https://10.100.22.2:9065/brxxxtest

And with every request I see an entry in Apache's log file, so far so good.

No I want to figure out how long it takes before the backend server sends its response back to the apache box...
So I need to 'log' a timestamp when a ProxyReverse happens... right? possible?


Any takers?

Thanks in advance

Peter





_______________________________________________
clug-talk mailing list
[EMAIL PROTECTED]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca

Reply via email to