If you do not have a lot of memory for your Apache web server then consider lowering the keep-alive timeout from the default 15 seconds down to 2 seconds. This will ensure that the number of workers hanging around waiting for the next request on a connection that might never send another is limited.
tip found @ bogles blog