It appears that PerlSetVar and PerlAddVar, while being parsed
and noted for .htaccess, have no effect.

At least for the half-dozen trials I made.

I presume I'm reading this right... if I have

        sub handler {
           my $r = shift;
           my @values = $r->server->dir_config->get("key");

Then I should see @values for all "PerlAddVar key v1" in scope, right?
It seems to work in httpd.conf files.  But not .htaccess files.  And
yes, the .htaccess file is parsed, because bad syntax will give me the
500 error.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

Reply via email to