[users@httpd] Secure cookies with mod_usertrack

2017-02-14 Thread Alex Kaiser
on't know how to fix the problem that this change seems to have created. Thanks, Alex Kaiser

[users@httpd] Graceful draining of KeepAlive Connections

2016-11-15 Thread Alex Kaiser
AliveTimeout 60 MaxKeepAliveRequests 100 The small python script I was using to test keepAlive connections (the behavior was the same when I was testing using browsers): import requests import time s = requests.Session() r = s.get("") print("Sleeping") time.sleep(500) Thanks, Alex Kaiser