argus under mod_perl

Jeremy Kister argus-01 at jeremykister.com
Fri Jan 30 05:12:37 EST 2004


not sure if the docs should mention this, but I had to fiddle with
CGI/Cookie.pm before Argus would run under mod_perl (Apache 1.3.27, mod_perl
1.29, perl 5.8.1


76c76,77
< $raw_cookie = $r->headers_in->{'Cookie'};
---
> #$raw_cookie = $r->headers_in->{'Cookie'};
> $raw_cookie = $r->header_in ('Cookie');


before this change, I got an internal server error in my browser, and the
following in my logs:
perl_tie_hash: Can't locate object method "TIEHASH" via package
"Apache::Table" at /usr/local/lib/perl5/5.8.1/CGI/Cookie.pm line 76.
[Fri Jan 30 04:58:09 2004] [error] Can't call method "FETCH" on an undefined
value at /usr/local/lib/perl5/5.8.1/CGI/Cookie.pm line 76.


Jeremy Kister
www.jeremykister.com/jeremy/



More information about the Arguslist mailing list