Hi, I have an apache server and I need to log all the requests of pages (with GET/POST values).
I think squid may be the solution.
What I intend to do:
- configure apache to listen in port 81
- configure squid to listen in port 80 (and someway log and redirect
all requests to port 81).
Is squid a good choice for this? Can you give me some hints about the
configuration, what should I do?
Thanks in advance,
Pedro
