Re: Transparent proxy setup works fine, but want to confirm the settings

2009-02-23 Thread dreamice
Could you show the configuration detail of your Transparent proxy? I really want to test this case. Thanks. Pranav Desai wrote: Hello All, I am trying to setup Apache 2.2.9 as a transparent proxy. So that the users don't have to configure their browsers. Now the URLs coming in are

Re: Transparent proxy setup works fine, but want to confirm the settings

2009-02-14 Thread Rainer Jung
On 14.02.2009 01:46, Pranav Desai wrote: On Fri, Feb 13, 2009 at 1:26 AM, Graham Leggettminf...@sharp.fm wrote: Pranav Desai wrote: I am trying to setup Apache 2.2.9 as a transparent proxy. So that the users don't have to configure their browsers. Now the URLs coming in are relative for

Re: Transparent proxy setup works fine, but want to confirm the settings

2009-02-14 Thread Ruediger Pluem
On 02/14/2009 08:59 PM, Rainer Jung wrote: If you do reverse proxy only via RewriteRule, then you end up using no connection pool (i.e. no persistent connections) to the HTTP_HOSTs. In case there are only few of those (or few that carry the most load), you would better define a connection

Re: Transparent proxy setup works fine, but want to confirm the settings

2009-02-14 Thread Pranav Desai
On Sat, Feb 14, 2009 at 1:03 PM, Ruediger Pluem rpl...@apache.org wrote: On 02/14/2009 08:59 PM, Rainer Jung wrote: If you do reverse proxy only via RewriteRule, then you end up using no connection pool (i.e. no persistent connections) to the HTTP_HOSTs. In case there are only few of those

Re: Transparent proxy setup works fine, but want to confirm the settings

2009-02-13 Thread Graham Leggett
Pranav Desai wrote: I am trying to setup Apache 2.2.9 as a transparent proxy. So that the users don't have to configure their browsers. Now the URLs coming in are relative for transparent proxy, so normally apache tries to look it up on the filesystem and it obviously fails. So I added a

Re: Transparent proxy setup works fine, but want to confirm the settings

2009-02-13 Thread Pranav Desai
On Fri, Feb 13, 2009 at 1:26 AM, Graham Leggett minf...@sharp.fm wrote: Pranav Desai wrote: I am trying to setup Apache 2.2.9 as a transparent proxy. So that the users don't have to configure their browsers. Now the URLs coming in are relative for transparent proxy, so normally apache tries

Transparent proxy setup works fine, but want to confirm the settings

2009-02-12 Thread Pranav Desai
Hello All, I am trying to setup Apache 2.2.9 as a transparent proxy. So that the users don't have to configure their browsers. Now the URLs coming in are relative for transparent proxy, so normally apache tries to look it up on the filesystem and it obviously fails. So I added a RewriteRule to

Re: Transparent proxy setup works fine, but want to confirm the settings

2009-02-12 Thread Jeff Sadowski
I've never used Apache as a transparent proxy I've always used squid. On Thu, Feb 12, 2009 at 7:50 PM, Pranav Desai pranavade...@gmail.com wrote: Hello All, I am trying to setup Apache 2.2.9 as a transparent proxy. So that the users don't have to configure their browsers. Now the URLs coming