hello
i use Apache-authenNTLM-2.07 with mod_perl 1.99.14 and windows 2000: it was ok.
Now i have format my windows 2000, and make a new install. install the new version of mod perl 1.99_16 on the linux. and it don't work !
error msg:
[Wed Sep 01 14:59:35 2004] [error] [client 192.168.0.3] Usage: Apache::Connection::remote_host(obj) at /usr/local/lib/perl5/site_perl/5.8.5/i686-linux/Apache/AuthenNTLM.pm line 534.\n, referer: http://mysite.com/cgi-bin/banniere.pl?langue=fr
so my question is : does some one use Apache-authenNTLM-2.07 with mp1.99_16 ?
Changes:
Apache::Connection changes [Stas, "Fred Moyer" <fred /about/ taperfriendlymusic.org>] - readwrite => readonly:
pool, base_server, local_addr, remote_addr, remote_ip, remote_host,
http://perl.apache.org/docs/2.0/api/Apache/Connection.html#C_remote_host_
Does Apache-authenNTLM tries to set remote_host, rather than just read it? This is a connection level setting, so it may affect other requests on the same connection.
Besides as the manpage suggests one ought to use $c->get_remote_host http://perl.apache.org/docs/2.0/api/Apache/Connection.html#C_get_remote_host_ to read the value.
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- 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