2.0.0-RC4, FreeBSD-5.3, Apache2.pm not installed

2005-04-03 Thread James Lever
Hi All, I'm trying to install mod_perl 2.0.0-RC4 under FreeBSD-5.3 but although Apache2.pm is present in the libs/ hierarchy, it is not being installed as part of 'make install'. 2.0.0-RC3 (from the ports collection) seemed to work fine, but I am trying to get HTTunnel-0.0.5 up and running w

One log_error message even with debug = 0 in Apache::AuthCookie

2005-04-03 Thread Barry Hoggard
I'm using Apache::AuthCookie 3.06. There is one log_error line that does not check for the debug level, at line 373: $r->server->log_error("authorize user=$user type=$auth_type"); If I want to change this, what is the appropriate value of $debug to use for the >= expression? -- Barry Hog