Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Emre Vona

    (@emrevona)

    I will implement it. but now you can solve this issue with this rule

    <IfModule mod_headers.c>
    Header set Connection keep-alive
    Header set Expires “max-age=2592000, public”
    Header unset ETag
    </IfModule>

    geraldjim

    (@geraldjim)

    BTW – I tried it and it worked for me.

    Thanks

    Thread Starter Waqqas Ahmad

    (@waqas01)

    Thanks @Emre Vona i got this working. i put the given code at first place. otherwise it was not showing the result. this was the case with me.

    geraldjim

    (@geraldjim)

    Hey Emre,

    Tried the latest version 0.8.1.3 and this code was missing – are you going to put it in?

    Plugin Author Emre Vona

    (@emrevona)

    I have added again as a option. If you download again, you can see. sorry

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘http keep alive disabled’ is closed to new replies.