Apache memory usage

2007-12-03 Thread Stefan Fritsch
Hi, there is still the problem that during a request, many bucket brigades being created which are only cleaned up after the request is finished, see http://issues.apache.org/bugzilla/show_bug.cgi?id=23567 . There was some discussion about retaining ownership of a brigade when ap_pass_brigade

Re: apache 2.2 mod_proxy_http disable buffering

2007-12-03 Thread Ruediger Pluem
On 12/03/2007 06:52 PM, Pavel Stano wrote: > Ruediger Pluem wrote: >> On 12/03/2007 05:54 PM, Pavel Stano wrote: >>> Plüm wrote: > -Ursprüngliche Nachricht- > Von: Pavel Stano > Gesendet: Montag, 3. Dezember 2007 09:53 > An: dev@httpd.apache.org > Betreff: apache 2.2

Re: apache 2.2 mod_proxy_http disable buffering

2007-12-03 Thread Pavel Stano
Ruediger Pluem wrote: > > On 12/03/2007 05:54 PM, Pavel Stano wrote: >> Plüm wrote: -Ursprüngliche Nachricht- Von: Pavel Stano Gesendet: Montag, 3. Dezember 2007 09:53 An: dev@httpd.apache.org Betreff: apache 2.2 mod_proxy_http disable buffering hel

Re: apache 2.2 mod_proxy_http disable buffering

2007-12-03 Thread Ruediger Pluem
On 12/03/2007 05:54 PM, Pavel Stano wrote: > Plüm wrote: >>> -Ursprüngliche Nachricht- >>> Von: Pavel Stano >>> Gesendet: Montag, 3. Dezember 2007 09:53 >>> An: dev@httpd.apache.org >>> Betreff: apache 2.2 mod_proxy_http disable buffering >>> >>> >>> hello, >>> >>> it is possible to disa

Re: apache 2.2 mod_proxy_http disable buffering

2007-12-03 Thread Pavel Stano
Plüm wrote: > >> -Ursprüngliche Nachricht- >> Von: Pavel Stano >> Gesendet: Montag, 3. Dezember 2007 09:53 >> An: dev@httpd.apache.org >> Betreff: apache 2.2 mod_proxy_http disable buffering >> >> >> hello, >> >> it is possible to disable buffering in mod_proxy_http ? >> or something like

Re: Best way for a module to retrieve the full original URL?

2007-12-03 Thread James Park (pencil_ethics)
Jeff Tharp wrote: > The problem with this approach is that I seem to loose URL fragments, > such that when I request http://server.domain.com/index.html#anchor, > orig_uri = "http://server.domain.com/index.html";, not > "http://server.domain.com/index.html#anchor";. Is this expected, or am I > goi

Re: Best way for a module to retrieve the full original URL?

2007-12-03 Thread Arturo 'Buanzo' Busleiman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Jeff Tharp wrote: > The problem with this approach is that I seem to loose URL fragments, > such that when I request http://server.domain.com/index.html#anchor, > orig_uri = "http://server.domain.com/index.html";, not > "http://server.domain.com/inde

Re: time for 1.3.40 and 2.2.7 ?

2007-12-03 Thread Plüm , Rüdiger , VF-Group
> -Ursprüngliche Nachricht- > Von: Ruediger Pluem > Gesendet: Dienstag, 27. November 2007 21:26 > An: dev@httpd.apache.org > Betreff: Re: time for 1.3.40 and 2.2.7 ? > > > > > On 11/27/2007 07:26 PM, Jim Jagielski wrote: > > With APR now out, I think we're close to releasing 1.3.40 a

Re: apache 2.2 mod_proxy_http disable buffering

2007-12-03 Thread Plüm , Rüdiger , VF-Group
> -Ursprüngliche Nachricht- > Von: Pavel Stano > Gesendet: Montag, 3. Dezember 2007 09:53 > An: dev@httpd.apache.org > Betreff: apache 2.2 mod_proxy_http disable buffering > > > hello, > > it is possible to disable buffering in mod_proxy_http ? > or something like flush after each rec

apache 2.2 mod_proxy_http disable buffering

2007-12-03 Thread Pavel Stano
hello, it is possible to disable buffering in mod_proxy_http ? or something like flush after each received data (i want this option per directory or virtualhost or via enviroment) i have apache worker for static files and it proxy requests for php scripts to apache prefork problem is, that first

Best way for a module to retrieve the full original URL?

2007-12-03 Thread Jeff Tharp
Hello, I'm hoping someone can point me in the right direction here. I'm working on an authentication module for 2.2 that needs to determine the originally requested URL. I plan to use this to redirect to an in-house developed authentication system that then redirects back to the original web site