Vinod Panicker wrote: > Hi, > > Anyone knows where the socket pointing to the client is stored in apache > 2? In apache 1.3 it was in > r->connection->client->fd > > Tx, > Vinod. > It's hidden in the apr_socket_t. Use apr_os_sock_get() to retrieve it from the client apr_socket_t. Bill