help from autoconf savvy folks -- mod_deflate zlib detection?

2011-08-01 Thread Eric Covener
I'm setting up a new system to test httpd releases, with a crufty OS that doesn't have good packaged prereqs and doesn't have years of my own kludges giving me anything for free. I've built and installed zlib into a random directory. I can't see how recent work in the area broke this, but doesn't

Re: svn commit: r1146418 - in /httpd/httpd/trunk: CHANGES modules/filters/mod_deflate.c

2011-08-01 Thread Stefan Fritsch
On Saturday 30 July 2011, Nick Kew wrote: > On 13 Jul 2011, at 21:38, s...@apache.org wrote: > > Author: sf > > Date: Wed Jul 13 20:38:33 2011 > > New Revision: 1146418 > > > > URL: http://svn.apache.org/viewvc?rev=1146418&view=rev > > Log: > > Don't try to compress requests with a zero sized body

Re: [VOTE] Release httpd-2.3.14 as beta

2011-08-01 Thread Steffen
See in the change log no fixes for the reported Windows issues by Gregg and me. For me, no further testing in real live possible. Steffen - Original Message - From: "Jim Jagielski" Newsgroups: gmane.comp.apache.devel To: Sent: Monday, August 01, 2011 6:58 PM Subject: [VOTE] Releas

Re: Sharing information between threads and processes.

2011-08-01 Thread Jim Jagielski
Check out mod_slotmem in trunk On Jul 31, 2011, at 3:50 PM, Zaid Amireh wrote: > On Jul 22, 2011, at 12:40 PM, Ignaz Birnstingl wrote: > >> I implemented something very similar for my module: Dynamic >> configuration data is retrieved from a remote server and should be >> shared among all worker

[VOTE] Release httpd-2.3.14 as beta

2011-08-01 Thread Jim Jagielski
The tarballs for httpd-2.3.14 are available at: http://httpd.apache.org/dev/dist/ Please VOTE on whether to release these as Apache httpd-2.3.14, beta.

Re: [NOTICE] Intent to T&R httpd 2.3.14

2011-08-01 Thread Jim Jagielski
This is gonna happen by COB today… On Jul 30, 2011, at 7:50 AM, Rainer Jung wrote: > I did some test builds for r1151214 on Solaris 10 Sparc: > > - Building against APR trunk with "reallyall" failed because of missing > ldap support in apr trunk. Building against with "all" and disabled ldap > w

Re: Taking 100% CPU when network is throttled

2011-08-01 Thread azurIt
__ > Od: "Eric Covener" > Komu: dev@httpd.apache.org > Dátum: 01.08.2011 15:02 > Predmet: Re: Taking 100% CPU when network is throttled > >On Mon, Aug 1, 2011 at 8:45 AM, azurIt wrote: >> >> Hi, >> >> i came accross a serious problem wi

Re: Taking 100% CPU when network is throttled

2011-08-01 Thread Eric Covener
On Mon, Aug 1, 2011 at 8:45 AM, azurIt wrote: > > Hi, > > i came accross a serious problem with Apache server when it is NOT able to > read/write from/to network immediatelly. > > We are using network throttling patches in our linux kernel wihch are able to > emulate low network throughput (we a

Taking 100% CPU when network is throttled

2011-08-01 Thread azurIt
Hi, i came accross a serious problem with Apache server when it is NOT able to read/write from/to network immediatelly. We are using network throttling patches in our linux kernel wihch are able to emulate low network throughput (we are using this to throttle users). When a process reaches it

Recognition of local / remote request

2011-08-01 Thread Petr Hracek
Dear developers, I would like to ask you how can I recognize whether request is performed from local PC or from remote PC? Is it possible to use ServerName where I will define remote IP address? My situation is the when user is connected from the local PC over 127.0.0.1 or 192.168.*.* than URL wi