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?
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?
Debian uses
text/x-php. https://packages.debian.org/sid/mime-supportThe IANA suggests
text/x-phporapplication/x-php. https://www.ietf.org/rfc/rfc4329.txtPlease note that
text/phporapplication/phpprobably won't work.