How can I enable keep-alive?

后端 未结 6 1116
醉酒成梦
醉酒成梦 2020-12-28 13:21

I ran a Google Page Speed and it says I scored 57/100 because I need to \"Enable Keep-Alive\" and \"Enable Compression\". I did some Google searches but I c

6条回答
  •  天命终不由人
    2020-12-28 13:57

    To enable KeepAlive configuration, Go to conf/httpd.conf in Apache configuration and set the below property : KeepAlive On

提交回复
热议问题