Got Ajax problems with IE? maybe it is your Apache settings!
Author: Andrew
Yesterday I spent way too much time trying to chase down a problem for a new web project re-doing http://homeappraisers.com. All my cool state/county selection prototype ajax stuff was working great on my test server in all browsers, and fine on my live server as well, until my client tried it on the live server in IE.
After lots of scratching and crawling for answers, I finally discovered that the culprit was this one setting in my http.conf file.
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to “Off” to deactivate.
#
KeepAlive On
I don’t know who turned it on when we set up that machine, but there ya go.
Turn it off if for some reason it is on on your server. Then be free to Ajax away
Add New Comment
Viewing 1 Comment
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Do you already have an account? Log in and claim this comment.
Add New Comment