Keep Alive Problem reported and patched by Christian Schneider
 Also reported by Hiroyuki OYAMA and Vladimir Klebanov
mod_rpaf was incorrectly using r->pool to allocate memory for the
ip. The correct pool for this when you are dealing wth keep-alive
requests was r->connection->pool.
