Re: Solving the import problem

2005-06-09 Thread David Fraser
Graham Dumpleton wrote: On 10/06/2005, at 2:53 AM, dharana wrote: As for vampire - why would I want vampire? mod_python is great except this. I personally have no interest in adding yet more software to my system just to solve the mod_python import issue - Id rather it was fixed in the

Re: svn commit: r189572 - /httpd/httpd/trunk/CHANGES

2005-06-09 Thread Joe Orton
On Wed, Jun 08, 2005 at 08:37:50AM -0700, Paul Querna wrote: I believe that we should be keeping items in the 2.1.x changelog at this point, since we have done several releases Ah, sorry, I remember the discussion about this previously but didn't remember if there was consensus on what to

Re: svn commit: r189572 - /httpd/httpd/trunk/CHANGES

2005-06-09 Thread Jeff Trawick
On 6/9/05, Joe Orton [EMAIL PROTECTED] wrote: On Wed, Jun 08, 2005 at 08:37:50AM -0700, Paul Querna wrote: I believe that we should be keeping items in the 2.1.x changelog at this point, since we have done several releases Ah, sorry, I remember the discussion about this previously but

displaying thread id in mod_status ExtendedStatus table - how to request it?

2005-06-09 Thread Jeff Trawick
motivation: correlate stuck requests seen in mod_status display with entries in third-party logs which log pid+tid I assume that simply adding another column to the table will break existing scripts. Requre threadid in query argument to see this information?

Re: Solving the import problem

2005-06-09 Thread Graham Dumpleton
On 09/06/2005, at 4:38 PM, Nicolas Lehuen wrote: Erm, so, no, handlers could also be imported from the document tree. No problem, we can do that, but the security issues pop up once again. We can't protect against everything though. ;-) I've understood you point, but there is a difficulty

Re: svn commit: r189761 - /httpd/httpd/branches/fips-dev/acinclude.m4

2005-06-09 Thread Joe Orton
On Thu, Jun 09, 2005 at 02:57:37PM -, [EMAIL PROTECTED] wrote: Author: ben Date: Thu Jun 9 07:57:36 2005 New Revision: 189761 URL: http://svn.apache.org/viewcvs?rev=189761view=rev Log: Die properly when path is bollocks. Did you mean to commit this to the branch? (given that it's not

A Document on import issues? Was: Solving the import problem

2005-06-09 Thread Gregory (Grisha) Trubetskoy
I find that I'm unable to follow the import discussion in an e-mail exchange format. This is a complex issue that requires a lot of things to be considered, researched, tested, etc. I find that as I read these e-mails I find points that are potentially contestable, but to meaningfully

Re: svn commit: r189761 - /httpd/httpd/branches/fips-dev/acinclude.m4

2005-06-09 Thread Ben Laurie
Joe Orton wrote: On Thu, Jun 09, 2005 at 02:57:37PM -, [EMAIL PROTECTED] wrote: Author: ben Date: Thu Jun 9 07:57:36 2005 New Revision: 189761 URL: http://svn.apache.org/viewcvs?rev=189761view=rev Log: Die properly when path is bollocks. Did you mean to commit this to the branch?

Re: displaying thread id in mod_status ExtendedStatus table - how to request it?

2005-06-09 Thread William A. Rowe, Jr.
At 05:03 AM 6/9/2005, Jeff Trawick wrote: motivation: correlate stuck requests seen in mod_status display with entries in third-party logs which log pid+tid +1, was bit by this issue myself a week ago(!) I assume that simply adding another column to the table will break existing scripts. Requre