Apache/Tomcat error - wrong pages being delivered

后端 未结 11 932
借酒劲吻你
借酒劲吻你 2020-12-09 05:51

This error has been driving me nuts. We have a server running Apache and Tomcat, serving multiple different sites. Normally the server runs fine, but sometimes an error happ

11条回答
  •  北海茫月
    2020-12-09 06:33

    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 use the keepalive feature, so it worked very well for me.

提交回复
热议问题