On Wed, Feb 13, 2002 at 07:54:40AM -0800, Scott Chapman wrote:
> I'd like to know the remote IP address and I assume that, like the username, 
> it is available as a  "$req_rec -> connection -> " property/variable.  Where do 

$req_rec->connection->remote_ip;

or possibly $req_rec->get_remote_host;

> I get a list of all of these?  I've looked at the mod_perl guide and searched 
> google and haven't found a list.

perldoc Apache

-- 
 - Gus

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to