I can't seem to get PerlSetupEnv to affect my perl-bin anyplace other than
in the perl-bin <Location> tag

that is:

PerlSetupEnv Off

Alias /perl-bin/ /usr/local/apache/perl-bin/
<Location /perl-bin>
     SetHandler perl-script
     PerlHandler Apache::Registry
     Options +ExecCGI
     Order Allow,Deny
     Allow from All
#     PerlSetupEnv Off
</Location>

still gives me a cgi-populated %ENV for a normal Registry script.  If I swap
the directives, all is ok.  According to mod/mod_perl.html the directive
should be able to go anywhere....

can anyone else verify this?  or am I missing something...

--Geoff

Reply via email to