in reply to Apache::AuthDBI, environment variables and brute force

According to my mod_perl quick reference card (reproduced verbatim):

$c = $r->connection; $addr = $c->remote_addr( [$addr] ); $str = $c->remote_host(); $str = $c->remote_ip( [$ip] );
This is provided by the Apache::Connection class, although this documentation appears to contain what you want.

Hope that helps


davis
It's not easy to juggle a pregnant wife and a troubled child, but somehow I managed to fit in eight hours of TV a day.