Hi,

I'm wondering about a precedence issue with PerlSetVar.  Suppose I have the
following setup:

  in docroot/.htaccess:
      PerlSetVar Lemon Tasty
  in docroot/dir/.htaccess:
      PerlSetVar Lemon Sour

Which one is supposed to be present when I request, say, docroot/dir/file.html? 
My intuition tells me that $r->dir_config("Lemon") should be "Sour", but
experimentation is giving me strange results.  In some cases the subdirectory
takes precedence, in others the parent directory does.

What's the standard here?


  -------------------                            -------------------
  Ken Williams                             Last Bastion of Euclidity
  [EMAIL PROTECTED]                            The Math Forum

Reply via email to