douxue4395 2018-03-25 05:40
浏览 22
已采纳

使用apache mod_expires来缓存php,什么是php文件的mime类型?

I want to cache php for few seconds in mod_expires, I can't find examples, nobody want to cache it (I know, I know).

What should I put into ExpiresByType to cache php?

  • 写回答

2条回答 默认 最新

  • doucai6663 2018-03-25 07:04
    关注

    Debian uses text/x-php. https://packages.debian.org/sid/mime-support

    The IANA suggests text/x-php or application/x-php. https://www.ietf.org/rfc/rfc4329.txt

    Please note that text/php or application/php probably won't work.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?