Ok,

I removed this section of httpd.conf, I start seeing output from your script:

<Perl >
$Location{"/nm"} = {
  AuthType => 'Basic',
  AuthName => '"' . $Kinnetics::Constants::LOGIN_PROMPT . '"',
  PerlAuthenHandler => 'Apache::Kinnetics::Authenticate',
  PerlAuthzHandler => 'Apache::Kinnetics::Authorize',
  'require' => 'valid-user'
};
</Perl>


Geoffrey Young wrote:

Matthew Darwin wrote:

The behaviour is consistantly wrong at least...

[Tue Jul 06 18:38:36 2004] [notice] Apache/2.0.49 (Unix)
mod_perl/1.99_14 Perl/v5.8.3 DAV/2 configured -- resuming normal operations
[Tue Jul  6 18:38:42 2004] -e: Authd: Opening connection
[Tue Jul  6 18:38:42 2004] -e: Use of uninitialized value in
concatenation (.) or string at
/kinnetics/component/perllib/site_perl/Apache/Foo.pm line 7, <GEN0> line 2.
[Tue Jul 06 18:38:42 2004] [warn] [client 10.2.210.1] Value of Foo is: \n


I can't reproduce your problem.  please try this self-contained tarball with
a recent mod_perl (preferably the latest release, 1.99_14):

  http://perl.apache.org/~geoff/perlsetvar-bug-mp2.tar.gz

if the test fails for you, please file an official bug report as described here:

  http://perl.apache.org/bugs/

if the test passes but you still are having problems, you may want to slowly
adjust the tarball until you have a reproducable test case that we can
investigate.

--Geoff


-- Matthew Darwin [EMAIL PROTECTED] http://www.mdarwin.ca

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to