Philip M. Gollucci <[EMAIL PROTECTED]> [20-07-2006 23:28]:
>> writing my own implementation...  But, luckily, APR seems to have the
>> ap_get_remote_logname() function, interfaced to mod_perl and enabled
>> by Apache2::Access ($r->get_remote_logname()).

Correcting, if someone follows: it's not APR, but mod_ident, separated
from core in 2.1.

>> Can I access this functionality in PerlProcessConnectionHandler (and
>> maybe PerlPreConnectionHandler) somehow?  How to get to $r?
> http://perl.apache.org/docs/2.0/user/handlers/protocols.html#PerlPreConnectionHandler
> my $r = Apache2::RequestRec->new($c);

Thanks; I've figured that out eventually, but it took me a while.

>> Second thing: can I specify custom timeout for it somehow?
> http://perl.apache.org/docs/2.0/api/Apache2/ServerRec.html#C_timeout_

I've just used the IdentityCheckTimeout directive.


BTW, IMHO it should be an Apache2::Connection method -- ident is a
connection-specific thing rather than request.

-- 
Radosław Zieliński <[EMAIL PROTECTED]>

Attachment: pgpHN9l9BehQV.pgp
Description: PGP signature

Reply via email to