Re: apache_pb*.* - again

2013-05-04 Thread Rainer Jung
On 30.04.2013 01:21, Guenter Knauf wrote: Hi Daniel, I think you did the last revisions of these pics, so I address this directly to you ... it just came to my attention that the apache_pb*.gif look not so fine as the apache_pb*.png ones: https://www.apachehaus.net/apache_pb/ it looks to me

Re: apache_pb*.* - again

2013-05-04 Thread Daniel Gruno
On 05/04/2013 02:42 PM, Rainer Jung wrote: On 30.04.2013 01:21, Guenter Knauf wrote: Hi Daniel, I think you did the last revisions of these pics, so I address this directly to you ... it just came to my attention that the apache_pb*.gif look not so fine as the apache_pb*.png ones:

Re: mod_proxy seg faulting ?

2013-05-04 Thread Micha Lenk
Hi Stefan, Am 03.05.2013 14:09, schrieb Stefan Fritsch: On Thursday 02 May 2013, Thomas Eckert wrote: Lately, I've been seeing httpd/mod_proxy seg faulting in reverse proxy setups, frequency increasing. I am pretty sure that this is a thread-unsafe pool usage. create_proxy_config() puts

Re: URL scanning by bots

2013-05-04 Thread Micha Lenk
Hi, Am 03.05.2013 11:27, schrieb Dirk-Willem van Gulik: FWIIW - the same sentiments where expressed when 'greylisting[1]' in SMTP came in vogue. For small relays (speaking just from personal experience and from the vantage of my own private tiny MTA's) that has however not been the case.

Re: URL scanning by bots

2013-05-04 Thread Micha Lenk
Hi André Am 03.05.2013 14:37, schrieb André Warnier: Basically, after a few cycles like this, all his 100 pool connections will be waiting for a response, and it would have no choice between either waiting, or starting to kill the connections that have been waiting more than a certain amount

Re: Setting cookies and user agent using Apache C API

2013-05-04 Thread Eric Covener
On Sat, May 4, 2013 at 1:38 AM, Sindhi Sindhi sindhi@gmail.com wrote: Hi, I get ap_filter_t* filterChain as an input parameter to my Apache C++ module. I can see that I can get the cookies and user agent from the below calls. request_rec *currRequest = filterChain-r; const char*