Re: [users@httpd] Automatically set Keep-Alive response header

2021-08-04 Thread Christopher Schultz
Eric, On 8/4/21 18:35, Christopher Schultz wrote: Eric, On 8/4/21 14:14, Christopher Schultz wrote: Eric, On 8/4/21 13:18, Eric Covener wrote: On Wed, Aug 4, 2021 at 12:59 PM Christopher Schultz wrote: Reic, On 8/4/21 11:17, Eric Covener wrote: On Wed, Aug 4, 2021 at 11:08 AM Christophe

Re: [users@httpd] Automatically set Keep-Alive response header

2021-08-04 Thread Christopher Schultz
Eric, On 8/4/21 14:14, Christopher Schultz wrote: Eric, On 8/4/21 13:18, Eric Covener wrote: On Wed, Aug 4, 2021 at 12:59 PM Christopher Schultz wrote: Reic, On 8/4/21 11:17, Eric Covener wrote: On Wed, Aug 4, 2021 at 11:08 AM Christopher Schultz wrote: All, Can httpd automatically se

Re: [users@httpd] Automatically set Keep-Alive response header

2021-08-04 Thread Christopher Schultz
Eric, On 8/4/21 13:18, Eric Covener wrote: On Wed, Aug 4, 2021 at 12:59 PM Christopher Schultz wrote: Reic, On 8/4/21 11:17, Eric Covener wrote: On Wed, Aug 4, 2021 at 11:08 AM Christopher Schultz wrote: All, Can httpd automatically set Keep-Alive response header based upon the KeepAliv

Re: [users@httpd] Automatically set Keep-Alive response header

2021-08-04 Thread Eric Covener
On Wed, Aug 4, 2021 at 12:59 PM Christopher Schultz wrote: > > Reic, > > On 8/4/21 11:17, Eric Covener wrote: > > On Wed, Aug 4, 2021 at 11:08 AM Christopher Schultz > > wrote: > >> > >> All, > >> > >> Can httpd automatically set Keep-Alive response header based upon the > >> KeepAlive and other

Re: [users@httpd] Automatically set Keep-Alive response header

2021-08-04 Thread Christopher Schultz
Reic, On 8/4/21 11:17, Eric Covener wrote: On Wed, Aug 4, 2021 at 11:08 AM Christopher Schultz wrote: All, Can httpd automatically set Keep-Alive response header based upon the KeepAlive and other configuration settings? Something like this: HTTP/1.1 200 OK Server: Apache/2 Date: Wed, 04 A

Re: [users@httpd] Automatically set Keep-Alive response header

2021-08-04 Thread Eric Covener
On Wed, Aug 4, 2021 at 11:08 AM Christopher Schultz wrote: > > All, > > Can httpd automatically set Keep-Alive response header based upon the > KeepAlive and other configuration settings? > > Something like this: > > HTTP/1.1 200 OK > Server: Apache/2 > Date: Wed, 04 Aug 2021 15:00:00 GMT > Conten

[users@httpd] Automatically set Keep-Alive response header

2021-08-04 Thread Christopher Schultz
All, Can httpd automatically set Keep-Alive response header based upon the KeepAlive and other configuration settings? Something like this: HTTP/1.1 200 OK Server: Apache/2 Date: Wed, 04 Aug 2021 15:00:00 GMT Content-Length: 12345 Connection: keep-alive Keep-Alive: timeout=5; max=100 I'm int