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 interested in httpd generating that last response-header for me.

I'm sure I could look at my config and set it manually like this:

  Header set Keep-Alive "timeout=5; max=100"

...but I was wondering if httpd can do that for me.

Thanks,
-chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to