You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
According to the documentation it should be possible to deactivate
mod_pagespeed by sending a Cache-Control: no-transform header.
This works as expected but if you combine no-transform with other values,
mod_pagespeed ignores it. eg.:
Cache-Control: no-cache, private, no-store, must-revalidate, max-stale=0,
post-check=0, pre-check=0, max-age=0, no-transform
or
Cache-Control: no-cache, private, no-store, must-revalidate, no-transform,
max-stale=0, post-check=0, pre-check=0, max-age=0
it only works if you add multiple Cache-Control headers to the response.
What steps will reproduce the problem?
1. Send the following header: Cache-Control: no-cache, private, no-store,
must-revalidate, max-stale=0, post-check=0, pre-check=0, max-age=0, no-transform
What is the expected output? What do you see instead?
mod_pagespeed should be deactivated.
What version of the product are you using (please check X-Mod-Pagespeed
header)?
1.6.29.7-3566
On what operating system?
Debian 7.2
Which version of Apache?
Apache/2.2.22
Which MPM?
ITK
URL of broken page:
None
Original issue reported on code.google.com by [email protected] on 8 Jan 2014 at 2:05
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 8 Jan 2014 at 2:05The text was updated successfully, but these errors were encountered: