On Tue, 1 Nov 2005 14:54:31 +0000 (GMT)
Martin Moss <[EMAIL PROTECTED]> wrote:

> Hey Frank..
> 
> I agree, thats why I setup the logout2 control test.
> What I don't understand is "why" it is tripping it
> out. Surely it would only trip it out if the order of
> the httpd.conf filesmatch and location is set one way
> around, and then not trip it out if the order is
> reversed, not both as I'm seeing...

  Order has almost no meaning in Apache's config files.  It's all
  about the depth of the "nesting" of directives.  Much like CSS. 

  I don't have a really great explanation as to the cause, as I've
  never used embedperl.  But I would think it would make your life
  easier if you just didn't put handlers on Locations that also have
  Embedperl scripts on the filesystem.  For clarity/readability as
  much as to avoid this bug. 

 ---------------------------------
   Frank Wiles <[EMAIL PROTECTED]>
   http://www.wiles.org
 ---------------------------------

Reply via email to