문제

When I run echo phpinfo() in root of application(Magento). I get _ENV["HTTP_X_VARNISH"] 1321634895

This means varnish cache is installed on server but what does 1321634895 value means. Do we have some default value for the same.

Please help me to understand this.

도움이 되었습니까?

해결책

HTTP_X_VARNISH is just an internal ID of Varnish used to reference requests. You can use it for debugging purposes as the documentation says.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top