show/hide this revision's text 2 corrected spelling

I had this problem and it really drove me nuts. I dont know why, but I solved it turning off the Keep Alive on the http.conf

from

KeepAlive On

to

KeepAlive Off

My application doesn't need that keep alive use the keepalive feature, so it worked very well for me.

show/hide this revision's text 1

I had this problem and it really drove me nuts. I dont know why, but I solved it turning off the Keep Alive on the http.conf

from

KeepAlive On

to

KeepAlive Off

My application doesn't need that keep alive feature, so it worked very well for me.