RE: httpmodule bug

2004-11-24 Thread William A. Rowe, Jr.
At 02:14 AM 11/24/2004, Yussef Alkhamrichi wrote: But we have to decide what to do here. Either 1) the hosts aren't being torn down (and we need to), or 2) we need to avoid 'test creating' the hosts at initial startup. The gs (global server_rec) pointer is volatile upon subsequent config phases.

Re: httpmodule bug

2004-11-24 Thread Jeff White
By the way using old RC1 MSI Will look at HttpApplication state settings between turkey cooking and eating - seems something touchs them? (?) Go relax Bill Jeff - Original Message - Sent: Wednesday, November 24, 2004 5:05 PM Subject: Re: httpmodule bug From: Yussef Alkhamrichi

RE: httpmodule bug

2004-11-21 Thread William A. Rowe, Jr.
Now there is a theory! However, we explicitly don't allow the module to unload itself - and (IIRC) we preserve the initial pass through the configuration. This brings up an interesting point. Yussef, try stopping the service, and start bin\apache.exe -X --- let's see if this is the parent

Re: httpmodule bug

2004-11-19 Thread Yussef Alkhamrichi
I've gone into the code and the only thing I can image that occurs is that the web.config of one virtual directory is configured twice for the same AppDomain. Again, I'm curious, is one a child directory of another mount? Either physical or virtual path (or both?) I'm mounting the directory

RE: httpmodule bug

2004-11-19 Thread Larry Toppi
Title: RE: httpmodule bug I wonder if that has to do with the fact that Apache reads the configuration file twice? Larry. -Original Message- From: Yussef Alkhamrichi [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 18, 2004 7:19 PM To: [EMAIL PROTECTED] Subject: Re

Re: httpmodule bug

2004-11-18 Thread William A. Rowe, Jr.
At 04:52 PM 11/18/2004, Yussef Alkhamrichi wrote: I've gone into the code and the only thing I can image that occurs is that the web.config of one virtual directory is configured twice for the same AppDomain. Again, I'm curious, is one a child directory of another mount? Either physical or