Cookie parsing errors: conflicting information, expected token not present

2009-02-14 Thread Clinton Gormley
Hiya There has been some discussion about cookie parsing errors with libapreq2 on the modperl list, and Joe Schafer said: What version of apreq was this? And did you report it to the apreq-dev@ mailing list? While I have previously reported the errors I see to the modperl

mod_vhost_dbd

2009-02-14 Thread Jorge Bastos
Hi people, I just signed up, to report a typo. http://modules.apache.org/search.php?id=1753 the link is broken. I'd love to test this, I'm looking for it for some time. Is the maintainer out there? J Jorge

Re: Problems with EOS optimisation in ap_core_output_filter() and file buckets.

2009-02-14 Thread Ruediger Pluem
On 02/14/2009 12:25 AM, Graham Dumpleton wrote: I know that I can circumvent the EOS optimisation by inserting a flush bucket, but based on documentation it isn't gauranteed that a flush bucket will always propagate down the filter chain and actually push out data. IMHO using a flush

Optimize behaviour of reverse and forward worker

2009-02-14 Thread Ruediger Pluem
Current we set is_address_reusable to 0 for the reverse and forward worker. Is this really needed? IMHO we could reuse the connection if it goes to the same target (we already check this). Regards Rüdiger

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: Optimize behaviour of reverse and forward worker

2009-02-14 Thread Rainer Jung
On 14.02.2009 15:09, Ruediger Pluem wrote: Current we set is_address_reusable to 0 for the reverse and forward worker. Is this really needed? IMHO we could reuse the connection if it goes to the same target (we already check this). By check you mean the code in ap_proxy_determine_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