<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Dear Apache Software Foundation: FIX THE MSIE SSL KEEPALIVE SETTINGS!</title>
	<atom:link href="http://newestindustry.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/feed/" rel="self" type="application/rss+xml" />
	<link>http://newestindustry.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/</link>
	<description>Evolving the Online Performance Experience</description>
	<lastBuildDate>Mon, 06 Feb 2012 00:47:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Kenneth</title>
		<link>http://newestindustry.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-1280</link>
		<dc:creator><![CDATA[Kenneth]]></dc:creator>
		<pubDate>Tue, 15 Nov 2011 01:58:56 +0000</pubDate>
		<guid isPermaLink="false">http://crazycanuck.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-1280</guid>
		<description><![CDATA[Try this on Rejex validator (http://rejex.heroku.com) and it should pass for particular version of IE, especially verion 6:

#Beware of backward slash plus double dots
BrowserMatch &quot;.*MSIE [2-5]\..*&quot; \ 
nokeepalive ssl-unclean-shutdown \ 
downgrade-1.0 force-response-1.0

#IE6 or above should work fine in responding HTTP/1.1 directly
BrowserMatch &quot;.*MSIE [6-9]\..*&quot; ssl-unclean-shutdown]]></description>
		<content:encoded><![CDATA[<p>Try this on Rejex validator (<a href="http://rejex.heroku.com" rel="nofollow">http://rejex.heroku.com</a>) and it should pass for particular version of IE, especially verion 6:</p>
<p>#Beware of backward slash plus double dots<br />
BrowserMatch &#8220;.*MSIE [2-5]\..*&#8221; \<br />
nokeepalive ssl-unclean-shutdown \<br />
downgrade-1.0 force-response-1.0</p>
<p>#IE6 or above should work fine in responding HTTP/1.1 directly<br />
BrowserMatch &#8220;.*MSIE [6-9]\..*&#8221; ssl-unclean-shutdown</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IEからApacheへSSL通信をすると重くなる処理を改善する ｜ Classmethod.dev(&#039;beta&#039;)</title>
		<link>http://newestindustry.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-1278</link>
		<dc:creator><![CDATA[IEからApacheへSSL通信をすると重くなる処理を改善する ｜ Classmethod.dev(&#039;beta&#039;)]]></dc:creator>
		<pubDate>Wed, 02 Nov 2011 09:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://crazycanuck.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-1278</guid>
		<description><![CDATA[[...] Dear Apache Software Foundation: FIX THE MSIE SSL KEEPALIVE SETTINGS! [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Dear Apache Software Foundation: FIX THE MSIE SSL KEEPALIVE SETTINGS! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Relying on Web Performance Monitoring to Discover Release Problems &#124; Catchpoint Blog on Web Performance Monitoring</title>
		<link>http://newestindustry.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-973</link>
		<dc:creator><![CDATA[Relying on Web Performance Monitoring to Discover Release Problems &#124; Catchpoint Blog on Web Performance Monitoring]]></dc:creator>
		<pubDate>Mon, 28 Mar 2011 22:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://crazycanuck.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-973</guid>
		<description><![CDATA[[...] It seems like one of the applications rolled-out on their latest release either contained a bug, miss-configuration, or unintended feature &#8211; which disable HTTP 1.1 for User Agents containing &#8220;MSIE&#8221; string. The issue was due to an old Apache configuration which forced HTTP 1.0 and No Keep Alive for browser... [...]]]></description>
		<content:encoded><![CDATA[<p>[...] It seems like one of the applications rolled-out on their latest release either contained a bug, miss-configuration, or unintended feature &#8211; which disable HTTP 1.1 for User Agents containing &#8220;MSIE&#8221; string. The issue was due to an old Apache configuration which forced HTTP 1.0 and No Keep Alive for browser&#8230; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HTTPS and Keep-Alive Connections - MSDN Blogs</title>
		<link>http://newestindustry.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-972</link>
		<dc:creator><![CDATA[HTTPS and Keep-Alive Connections - MSDN Blogs]]></dc:creator>
		<pubDate>Sat, 26 Mar 2011 21:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://crazycanuck.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-972</guid>
		<description><![CDATA[[...] years ago, there was a public call to update the guidance to reflect the fact that users of more modern browsers were paying an [...]]]></description>
		<content:encoded><![CDATA[<p>[...] years ago, there was a public call to update the guidance to reflect the fact that users of more modern browsers were paying an [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://newestindustry.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-971</link>
		<dc:creator><![CDATA[Ken]]></dc:creator>
		<pubDate>Tue, 14 Dec 2010 23:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://crazycanuck.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-971</guid>
		<description><![CDATA[It looks like the regex for your fix will break for IE10.0

221 	BrowserMatch &quot;.*MSIE [1-5].*&quot;
222 	nokeepalive ssl-unclean-shutdown
223 	downgrade-1.0 force-response-1.0]]></description>
		<content:encoded><![CDATA[<p>It looks like the regex for your fix will break for IE10.0</p>
<p>221 	BrowserMatch &#8220;.*MSIE [1-5].*&#8221;<br />
222 	nokeepalive ssl-unclean-shutdown<br />
223 	downgrade-1.0 force-response-1.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://newestindustry.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-970</link>
		<dc:creator><![CDATA[Joel]]></dc:creator>
		<pubDate>Mon, 22 Nov 2010 17:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://crazycanuck.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-970</guid>
		<description><![CDATA[I&#039;m a bit surprised that the Apache software foundation would make these changes on an article that the author admits he doesn&#039;t know if the problem exists.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m a bit surprised that the Apache software foundation would make these changes on an article that the author admits he doesn&#8217;t know if the problem exists.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Pierzchala</title>
		<link>http://newestindustry.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-969</link>
		<dc:creator><![CDATA[Stephen Pierzchala]]></dc:creator>
		<pubDate>Wed, 21 Jul 2010 08:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://crazycanuck.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-969</guid>
		<description><![CDATA[For all us in Web performance, I thank you!smp]]></description>
		<content:encoded><![CDATA[<p>For all us in Web performance, I thank you!smp</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Your Name</title>
		<link>http://newestindustry.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-968</link>
		<dc:creator><![CDATA[Your Name]]></dc:creator>
		<pubDate>Wed, 21 Jul 2010 04:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://crazycanuck.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-968</guid>
		<description><![CDATA[Fixed in &lt;a href=&quot;http://svn.apache.org/viewvc?view=revision&amp;revision=966055&quot; rel=&quot;nofollow&quot;&gt;http://svn.apache.org/viewvc?view=revision&amp;revi...&lt;/a&gt;It should come out in the next 2.3.x release, and (should) be backported to 2.2.x soon.Delayed? Yeah. It took somebody to point out this blog post. I hadn&#039;t heard of the issue (logged in our tracker as #49484).]]></description>
		<content:encoded><![CDATA[<p>Fixed in <a href="http://svn.apache.org/viewvc?view=revision&amp;revision=966055" rel="nofollow">http://svn.apache.org/viewvc?view=revision&#038;revi&#8230;</a>It should come out in the next 2.3.x release, and (should) be backported to 2.2.x soon.Delayed? Yeah. It took somebody to point out this blog post. I hadn&#039;t heard of the issue (logged in our tracker as #49484).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PatrickN</title>
		<link>http://newestindustry.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-967</link>
		<dc:creator><![CDATA[PatrickN]]></dc:creator>
		<pubDate>Fri, 23 Oct 2009 03:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://crazycanuck.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-967</guid>
		<description><![CDATA[I totally agree with you that the developers of the Apache Web server creates a great product despite of the fact that sometimes it makes some small mistakes like you mentioned. I hope that it would never happen again in the future. Well I have to find out if they have fixed this problem. Btw thanks for the interesting  post!Sincerely, Craig Barteson from &lt;a href=&quot;http://www.azoft.com/&quot; rel=&quot;nofollow&quot;&gt;software application development&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>I totally agree with you that the developers of the Apache Web server creates a great product despite of the fact that sometimes it makes some small mistakes like you mentioned. I hope that it would never happen again in the future. Well I have to find out if they have fixed this problem. Btw thanks for the interesting  post!Sincerely, Craig Barteson from <a href="http://www.azoft.com/" rel="nofollow">software application development</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scooter Hanson</title>
		<link>http://newestindustry.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-966</link>
		<dc:creator><![CDATA[Scooter Hanson]]></dc:creator>
		<pubDate>Tue, 28 Apr 2009 19:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://crazycanuck.org/2007/06/06/dear-apache-software-foundation-fix-the-msie-ssl-keepalive-settings/#comment-966</guid>
		<description><![CDATA[I&#039;m glad to see you exclude nokeepalive.  With a setup including an OCSP responder, that nokeepalive flag kills us with multiple pki cert validation requests per page load.]]></description>
		<content:encoded><![CDATA[<p>I&#039;m glad to see you exclude nokeepalive.  With a setup including an OCSP responder, that nokeepalive flag kills us with multiple pki cert validation requests per page load.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

