"John D. Leonard II" wrote:
>
> All:
>
> In Apache::ASP Version 2.21, I'm can't seem to get any "PerlSetVar Global"
> changes specified in the .htaccess file to take.
>
> 1) I've verified that the .htaccess is being processed,
>
> 2) I've verified that "PerlSetVar IncludesDir" in the .htaccess works fine.
> I can properly $Response->Include a file from a directory specified on the
> IncludesDir path,
>
> 3) the global.asa file in the current directory is being processed ok,
>
This is odd ... to find out what Apache::ASP thinks your Global setting
is, set PerlSetVar Debug -2, and check the error log. One of the last
output lines is the ASP object variables, what's the value of global there?
One thing that I wouldn't be surprised by is if you had some
Global setting somewhere in some *.conf file, or some .htaccess
file above or below the one that you are thinking of that has
the Global setting set to . in conflict with the setting you
are trying to get to work.
I actually do testing on Linux, Solaris & WinNT platforms before
releasing the modules, so if something were really wrong, you
would hope I would pick it up in all of that!
--Josh
_________________________________________________________________
Joshua Chamas Chamas Enterprises Inc.
NodeWorks Founder Huntington Beach, CA USA
http://www.nodeworks.com 1-714-625-4051
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]