On Thu, Mar 7, 2013 at 4:24 AM, Bhanu <bhan...@linuxwaves.com> wrote:
> Hi,
>
> I am using Apache with mod_gsoap.
> Is there any way in which I can send the client connection information to
> the module mod_gsoap.
>
> In the handler function I could see a pointer to an object of type struct
> request_rec being passed as an argument to the handler function. Is this the
> right way...?
> Is there any other way by which,  Every client connection status can be sent
> to the Apache modules?

Connection level info is available in r->connection, or
connection-oriented hooks are available that get passed it as an
argument directly.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to