Closed
Bug 681824
Opened 14 years ago
Closed 14 years ago
[amo] AMO HTML is not getting gzipped
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jbalogh, Assigned: oremj)
Details
(Whiteboard: [phx])
$ curl -I -H'Accept-Encoding: gzip' http://addons.mozilla.org/en-US/firefox/
HTTP/1.1 200 OK
Server: Apache
Vary: X-Mobile
X-Backend-Server: web1
Content-Type: text/html; charset=utf-8
Strict-Transport-Security: max-age=2592000
Date: Thu, 25 Aug 2011 00:06:35 GMT
Transfer-Encoding: chunked
Connection: Keep-Alive
x-frame-options: DENY
| Reporter | ||
Comment 1•14 years ago
|
||
Oh, I'm hitting the phx version.
Severity: normal → major
Whiteboard: [phx]
| Assignee | ||
Updated•14 years ago
|
Assignee: server-ops → jeremy.orem+bugs
| Assignee | ||
Comment 2•14 years ago
|
||
gzip works for me on https.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 3•14 years ago
|
||
Verified (Jeff filed a followup bug that we're all on, while testing this.)
somecomputer:sumo-tests moco$ curl -I -H'Accept-Encoding: gzip' https://addons.mozilla.org/en-USU/firefox/
HTTP/1.1 302 Found
Server: Apache
X-Backend-Server: pm-app-amo12
Vary: Accept-Encoding
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, private
Content-Type: text/html; charset=UTF-8
X-amo-darklaunch: z
Content-Encoding: gzip
<snip>
Status: RESOLVED → VERIFIED
Comment 4•14 years ago
|
||
I fat-fingered the URL I pasted/tested there "/en-USU"--eek--but the correct one is verified too :-)
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•