testing for connections with keep-alive property from modules

2009-06-23 Thread Kevin J Walters
. Are those two tests equivalent and interchangeable? E.g. from 2.2.10's mod_proxy_http.c if ((r-proxyreq == PROXYREQ_REVERSE) (!c-keepalives) (apr_table_get(r-subprocess_env, proxy-initial-not-pooled))) { backend-close = 1; } regards |evin -- Kevin J Walters

Re: Mitigating the Slowloris DoS attack

2009-06-24 Thread Kevin J Walters
, but has been lowered to 300 which is still far more than necessary in most situations. It is not set any lower by default because there may still be odd places in the code where the timer is not reset when a packet is sent. regards |evin -- Kevin J Walters Morgan

ap_process_child_status() and child pid exit signal logging

2009-12-02 Thread Kevin J Walters
to consume large amounts of disk space, particularly for folk using unique core names. regards |evin -- Kevin J Walters Morgan Stanley k...@ms.com 25 Cabot Square Tel: 020 7425 7886 Canary Wharf Fax: 020 7056 6401

ap_reclaim_child_processes() and initialisation of waittime

2009-12-29 Thread Kevin J Walters
-- Kevin J Walters Morgan Stanley k...@ms.com 25 Cabot Square Tel: 020 7425 7886 Canary Wharf Fax: 020 7056 6401 London E14 4QA

ap_reclaim_child_processes() and initialisation of waittime

2009-12-29 Thread Kevin J Walters
K == Kevin J Walters writes: K I noticed this in 2.2.14 and trunk in ./httpd/server/mpm_unix.c - it K looks unusual in the sense that waittime is initialised with an K integer value rather than using apr_time_msec()? K void ap_reclaim_child_processes(int terminate) K { K apr_time_t

non thread safe functions used in apache httpd project

2011-01-12 Thread Kevin J Walters
for use of non-reentrant function calls? regards |evin -- Kevin J Walters Morgan Stanley k...@ms.com 25 Cabot Square Tel: 020 7425 7886 Canary Wharf Fax: 020 7056 6401 London E14 4QA