What is the name of the domain?
What is the error message?
Cf-Cache-Status: Bypass
What is the issue you’re encountering
I have setup CDN configuration on Apache and default TTL Behavior is 4hours, its status showing Bypass
Cf-Cache-Status: Bypass
I have setup CDN configuration on Apache and default TTL Behavior is 4hours, its status showing Bypass
Reasons for bypass status are here…
Hi,
In apache (httpd.conf) I have metioned below
<FilesMatch “.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$”>
Header set Cache-Control “max-age=604800, public”
<FilesMatch “.php$”>
Header set Cache-Control “no-cache, private”
in .htaccess below
Header set X-XSS-Protection “1; mode=block”
Header set X-Content-Type-Options nosniff
Header set Access-Control-Allow-Origin “*”
oncloudflare , browser TTL is 4 hours
apart form this no other configuration is there, still status is BYPASS.
Am I missing something or my configuration needs to be changed