HTTP Persistent Connections: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 6: Line 6:
=Internal=
=Internal=


* [[Keep-Alive]]
* [[HTTP#Subjects|HTTP]]
* [[HTTP#Subjects|HTTP]]
* [[httpd Persistent Connection Configuration]]
* [[httpd Persistent Connection Configuration]]

Revision as of 17:17, 23 November 2016

External

Internal

Overview

A HTTP persistent connection is a TCP/IP connection between the client and server that allows more that one request per connection.

Configuration

For details on how to configure HTTP persistent connections with httpd, see:

httpd Persistent Connection Configuration