View previous topic :: View next topic |
Author |
Message |
bcressey n00b
Joined: 13 Jun 2002 Posts: 35
|
Posted: Thu Dec 19, 2002 8:51 pm Post subject: Apache + mod_gzip + Latest IE6 patches = broken! |
|
|
While attempting to determine the cause of a user's inability to retrieve a file hosted by Apache, I discovered that no users who have obtained the very latest IE6 critical/security updates are able to access pages hosted by my Apache server.
3 separate users, two running Windows 2000, one running XP, and each getting updates downloaded automatically, were all unable to access my site today while mod_gzip was enabled.
Two other PCs, also running W2K and IE6 but without the latest (12/19/02) patches were successfully able to retrieve pages from the site.
A Linux machine running Links could also retrieve the pages. This was my first clue that it was perhaps an IE bug, versus an Apache one.
When I turned off mod_gzip in /etc/conf.d/apache, the three users who could not retrieve pages were all able to do so.
Now, I don't really *need* mod_gzip, but I would like suggestions on what to do to get mod_gzip working again. Unfortunately it seems likely that it will be up to Microsoft to fix this.
My versions of Apache and mod_gzip are as follows:
Quote: |
bcressey@ghostwheel bcressey $ emerge -p apache mod_gzip
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[ebuild R ] net-www/apache-1.3.27-r1
[ebuild R ] net-www/mod_gzip-1.3.19.1a-r1
|
Any thoughts? I am amenable to more experimenting to pinpoint the problem more exactly. Anyone else running Apache with mod_gzip that wants to test the behavior of the latest IE6 browser, so we can determine more definitely if it's a problem on my server specifically or with the browser itself? |
|
Back to top |
|
|
ee99ee2 Guru
Joined: 18 Jun 2002 Posts: 307 Location: Murfreesboro, TN, USA
|
Posted: Thu Dec 19, 2002 9:30 pm Post subject: |
|
|
I run mod_gzip, and I'll PM you a link to try out. Remember, what mod_gzip is doing is defined in HTTP/1.1. So, if they took support for compressed pages (other then the fact that their browser won't support alot of sites, b/c alot use it), they are just becomeing more pripotory (however the hell u spell it).
-ee99ee2 _________________ ServerMotion |
|
Back to top |
|
|
bcressey n00b
Joined: 13 Jun 2002 Posts: 35
|
Posted: Fri Dec 20, 2002 2:31 pm Post subject: |
|
|
Hmm. Your link worked. Looks like the problem is on my end.
I noticed this afternoon that my /tmp partition was filled by a session file. I am guessing that Apache uses /tmp for mod_gzip functionality somehow, and since my partition was filled it did not work properly. Freeing up space on /tmp and restarting with mod_gzip turned back on fixed the issue.
Not sure why the issue only appeared on the most recent IE6, though.
Thanks for the help. |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|