5 Sep
2005
5 Sep
'05
4:39 p.m.
On Sat, 2005-09-03 at 13:33 -0300, Pablo Pessolani wrote:
Hi: I want to know about the level of logging of zorp proxies.
I configure instances.conf with Zhttp -- verbose 5 --policy ......... This configuration logs IP addresses, ports, bytes in, bytes out.
Now, I need to know how to log the URLs that remote client visit in my web server through Zorp but I didn't find any documentation about it.
You did not include which Zorp version you are using. Zorp 3.0.6 includes the following log line: z_proxy_log(self, HTTP_ACCOUNTING, 4, "Accounting; command='%s', url='%s'", self->request_method->str, self->request_url->str); -- Bazsi