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 Rewrite

DTrace-compatible request_rec for Solaris and Leopard

2009-02-13 Thread Jeff Trawick
See http://svn.apache.org/viewvc/httpd/httpd/trunk/ap.d?view=markup&pathrev=723565, which has a mapping for some 64-bit build. That needs some help in portability and auto-generation. In case it helps anyone DTracing Apache, attached is a request_rec mapping which matches trunk that is ready to us

Re: Using gzip and CustomLog

2009-02-13 Thread Paras Fadte
Did anybody had a chance to look at the attached rotatelogs file? On Tue, Feb 10, 2009 at 2:32 PM, Paras Fadte wrote: > Hi Rainer, > > I have attached the modified "rotatelogs.c" file (originally taken > from apache 2.0.55 ) . Can you please have a look at it and let me > know its shortcomings

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

2009-02-13 Thread Graham Dumpleton
In ap_core_output_filter() there exists the code starting with: /* Completed iterating over the brigade, now determine if we want * to buffer the brigade or send the brigade out on the network. * * Save if we haven't accumulated enough bytes to send, the connecti

Re: svn commit: r744281 - /httpd/apreq/trunk/glue/perl/xsbuilder/apreq_xs_postperl.h

2009-02-13 Thread Fred Moyer
On Fri, Feb 13, 2009 at 3:27 PM, wrote: > Author: joes > Date: Fri Feb 13 23:27:31 2009 > New Revision: 744281 > > URL: http://svn.apache.org/viewvc?rev=744281&view=rev > Log: > revert, yes mortal is correct here Could you give a lamens explanation of sv_2mortal for those of us aspiring hackers?

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 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 to look >>