Manage this page

1. Display

2. Feedback

Problem

Recently the webserver was upgraded apache 1.3.29. Ever since I am having intermittent problems submitting post data via a web form. Displaying data works fine.

The browser says the "page can not be displayed". It also says a dns error at the bottom of the page.

I can ping the site quite fine. Any subsequent gets will work fine as well.

The research seem to indicate issues with a specific fix of the ie browser not able to handle keep alive settings well.

The browser recommendation is to turn of the keep alive or increase the time out on the keep alive.

Satya - Wednesday, June 15, 2005 1:30:09 PM

What is keep-alive?

Apache Keep-Alive Support

The above link also documents settings for the keep alive.

Other apache core directives

Satya - Wednesday, June 15, 2005 1:42:56 PM

Related Microsoft Knowledge base articles

You cannot log on to a Web site or complete an Internet transaction, or you receive an HTTP 500 (Internal Server Error) Web page

You Receive a "Page Cannot Be Displayed" Error Message When You Post to a Site That Requires Authentication

Satya - Wednesday, June 15, 2005 1:45:43 PM

My ie version where this happens

6.0.2800.1106CO
updates: SP1, Q810847, Q837009, Q867801

Satya - Wednesday, June 15, 2005 3:47:59 PM

Where is the ie keepalivetimeout kept?

HKEY_CURRENT_USER\
Software\
Microsoft\
Windows\
CurrentVersion\
Internet Settings 

From the Edit menu, select New, DWORD Value.

Enter the name KeepAliveTimeout, then press Enter.

Double-click the new value, set it to the number of milliseconds in the new timeout, then click OK.

Restart the computer for the changes to take effect.

Satya - Wednesday, June 15, 2005 4:40:31 PM

The default value for keepalivetimeout for ie

This seems to be 60 secs or 1 minute

Satya - Saturday, June 18, 2005 11:41:47 AM

I have increased timeout on apache to 120 secs

The problem is still there. Not sure what else to try at this point. The problem is intermittent. Sometime it occurs very frequently. And sometimes once in a while. It is definitely happening for sure.