<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 10/9/2015 9:37 AM, XiaoXia Dong wrote:<br>
<blockquote
cite="mid:fcab73e89fff4b6e9933be7b7ca2a4b1@evcspmbx04.ads.northwestern.edu"
type="cite"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Will
turn off the “Keepalive” in Apache affect functionality of IdP?
Thanks again for sharing.</span></blockquote>
<br>
No, but it might have a negative impact on performance, as the
browser will need to open multiple connections to the web server to
fetch any images, stylesheets, etc. You can constrain the effects
somewhat if you use SetEnvIf to turn off Keepalives only for the
particular user agents that have the problem (e.g. just iOS).<br>
<br>
If you're using HTTPS (and you should), be sure you have session
resumption enabled to avoid having to do expensive crypto each time.<br>
<pre class="moz-signature" cols="72">--
%% Christopher A. Bongaarts %% <a class="moz-txt-link-abbreviated" href="mailto:cab@umn.edu">cab@umn.edu</a> %%
%% OIT - Identity Management %% <a class="moz-txt-link-freetext" href="http://umn.edu/~cab">http://umn.edu/~cab</a> %%
%% University of Minnesota %% +1 (612) 625-1809 %%
</pre>
</body>
</html>