Re: web requests and not proxy requests?
Alex Rousskov <[email protected]>
| Newsgroups | gmane.comp.web.web-polygraph.user |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 23 Aug 2005, Serge Ayoun wrote: > Is it possible to configure polygraph to send Web requests and not > proxy requests? Yes. In fact it is the default. If there are no proxies configured (with --proxy option or proxies PGL field), then Polygraph assumes there is no proxy between robots and servers and formats requests accordingly. If you are trying to test a reverse proxy (a.k.a., web accelerator or surrogate), please see WebAxe workload for an example of how to set that up. HTH, Alex.