Somewhere in /etc, in a config file, there is a switch to set. Something simple, like 'keep-alive=true' or 'keep-alive=false' to keep the connection alive.
To find it, try:
find /etc -type f | xargs grep 'alive'
I don't remember if the term is hyphenated or not, with caps or not, so searching for the 'alive' part of the term should find it.
Last edited by bigrigdriver; 11-28-2006 at 12:00 AM.
|