Re: [EMAIL PROTECTED] Re: debug apache

2006-06-21 Thread Mathieu CARBONNEAUX
i'm not sure that only apr solution because is httpd information to log... no hook only information...but can be acheve with hook of hook... and this idea can be posted to [EMAIL PROTECTED]but can be apache hook impl super macro to acheve this...and the information to log rely on apache log

Re: [EMAIL PROTECTED] Re: debug apache

2006-06-18 Thread Mathieu CARBONNEAUX
i think is very usefull to have this in production environment... to debug probleme without interupting production... in only up the log level with reload...with strace you must restart apache with strace...and for desactivating it you must restart... in some production environement is not

Re: [EMAIL PROTECTED] Re: debug apache

2006-06-18 Thread Ruediger Pluem
On 06/18/2006 02:49 PM, Mathieu CARBONNEAUX wrote: i think is very usefull to have this in production environment... to debug probleme without interupting production... in only up the log level with reload... with strace you must restart apache with strace...and for desactivating it you

Re: [EMAIL PROTECTED] Re: debug apache

2006-06-18 Thread Mathieu CARBONNEAUX
ok i've forget that possibility :)but using strace directly by attaching to processus can be risky in production (like gdb!)... and with apache with 256 or 512 processuss all working can be hard to debug...in some time have lost the processus...by attempting to attach to it...and yes is

Re: [EMAIL PROTECTED] Re: debug apache

2006-06-18 Thread Alexander Lazic
On Son 18.06.2006 22:25, Mathieu CARBONNEAUX wrote: ok i've forget that possibility :) but using strace directly by attaching to processus can be risky in production (like gdb!)... and with apache with 256 or 512 processuss all working can be hard to debug... in some time have lost the

Re: [EMAIL PROTECTED] Re: debug apache

2006-06-18 Thread Colm MacCarthaigh
On Sun, Jun 18, 2006 at 10:25:27PM +0200, Mathieu CARBONNEAUX wrote: but using strace directly by attaching to processus can be risky in production (like gdb!)... and with apache with 256 or 512 processuss all working can be hard to debug... *shrug*, I regulary attach tracers to apache with

Re: [EMAIL PROTECTED] Re: debug apache

2006-06-18 Thread Matty
On Sun, 18 Jun 2006, Ruediger Pluem wrote: On 06/18/2006 02:49 PM, Mathieu CARBONNEAUX wrote: i think is very usefull to have this in production environment... to debug probleme without interupting production... in only up the log level with reload... with strace you must restart apache