Problem with Apache2::Connection::remote_ip

2014-02-08 Thread Steve Baldwin
Hi, Not sure what I'm doing wrong here. I'm just trying to get the client ip address in a PerlResponseHandler as follows: : use Apache2::Connection; : my $remote_ip = $r->connection->remote_ip(); : I get a runtime error as follows: [Sun Feb 09 16:44:22.499681 2014] [perl:error] [pid 3632] [

Is this something which would interest anyone?

2014-02-08 Thread John Dunlap
I've been working in mod_perl for almost a year now and something which I struggled with, at first, was request routing. The application that I maintain uses a simple hash lookup using $r->uri as the key to the package/method name which should be invoked to respond to the request. I really disliked