Fetch from Socks server.

2008-02-10 Thread David de Beer
Greetings, I have not been able to find any info on this subject: Is it possible to have proxy server forward requests to a socks server i.e. using ssh to tunnel to another machine and then poiting the local caching server to the port on the local machine (which gets forwarded to another host

Re: Fetch from Socks server.

2008-02-10 Thread David de Beer
Hi, would that mean that I would have to create a tunnel for each http server that i would need to connect to? Sounds like a lot of work, if I understand you correctly. I know privoxy supports socks forwarding, but it does not do caching. I'm looking for something that will be able to do both.

Re: Fetch from Socks server.

2008-02-10 Thread C. Handel
Just create your SSH Tunnel with port forwarding (no need for Socks) and point varnish to localhost:port as a source. ssh -L 8080:www.example.com:80 [EMAIL PROTECTED] But you will pass all traffic through the encryption of the SSH Tunnel, which will produce quite some CPU Load on both the

Re: A few users see a blank page

2008-02-10 Thread Arne Kepp
Pretty much all my pages are in the 10k to 30k range, so I guess I am confirming this. It sucks that this is so hard to reproduce :( I'm considering moving all the stuff I want cached to a different hostname / ip address, and let the clients talk directly to Apache again for the pages