boost-gzip-cookie-test.html not found in log
patrickwang5 - February 7, 2010 - 23:36
| Project: | Boost |
| Version: | 6.x-1.18 |
| Component: | Cookie issues |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
Because IEs try to download files when gzip is enable in boost, I disable gzip and re-paste the generated rules to .htaccess file. I clear the cache, the IEs are fine. I enable gzip and test around, IEs are still fine. After a while, I found that "boost-gzip-cookie-test.html not found" in log. What is the purpose of boost-gzip-cookie-test? Do I need to put these gzip rules in .htaccess file for correct running? The default rules cause IEs to download files and display a warning message. Or what is the correct way not to let IEs display such download file warning but gzip is enable? Thanks.

#1
When I comment out "boost-gzip-cookie-test.html..." in .htaccess file, IEs will not display download file message and give me page not found log. The gzip rules may be some problems with this small gzip-test. It would be Aggressive gzip cause it since default core-gzip have no problem.
#2
This is the Aggressive gzip test file. If you disable this setting, you shouldn't get those errors.
#3
That is true. I turn off Aggressive gzip and works fine. I think it is better to let gzip have two options. one is for core-gzip and another is for Aggressive-gzip.