in reply to Getting the remote host from within Mason and modperl2

did you use Apache2::Connection? Many of the apache2 modules insert methods into the request object, but will only work when you explicitly use them.

  • Comment on Re: Getting the remote host from within Mason and modperl2

Replies are listed 'Best First'.
Re^2: Getting the remote host from within Mason and modperl2
by JavaFan (Canon) on Mar 18, 2009 at 00:18 UTC
    Thanks, that fixes it. I didn't expect the need to an explicite use.