How to Enable Keep Alive in Apache
Posted on | | Leave a Comment on How to Enable Keep Alive in Apache
By leveraging a single TCP connection for many HTTP requests, the Keep Alive header or HTTP persistent connection enhances website speed and performance. As a result, it is recommended that you enable Keep Alive for your website. Here’s how to enable Keep Alive in Apache in CentOS/Ubuntu. The usual HTTP connection is typically terminated after […]