Closed
Bug 899103
Opened 12 years ago
Closed 12 years ago
Add AddOutputFilterByType to .htaccess to enable gzip encoding for application/json and application/javascript type responses
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dkl, Assigned: dkl)
Details
Currently we have mod_deflate enable for other types such as text/html but not for application/json. This will help with API requests such as REST, etc. and I personally do not see a down side of this or any security implications.
Thanks
dkl
Comment 1•12 years ago
|
||
dkl, is this for bugzilla? or if you really meant _all_ our webservers, then that's a wider webops bug.
Assignee | ||
Comment 2•12 years ago
|
||
Sorry. Meant BMO only. Moving components as used this one out of old habit.
Assignee: server-ops-devservices → server-ops-webops
Component: Server Operations: Developer Services → WebOps: Bugzilla
Product: mozilla.org → Infrastructure & Operations
we can do this via .htaccess
Assignee: server-ops-webops → nobody
Component: WebOps: Bugzilla → General
Product: Infrastructure & Operations → bugzilla.mozilla.org
QA Contact: nmaul
Summary: Please enable mod_deflate support in Apache on all webheads for application/json and application/javascript type responses → Add AddOutputFilterByType to .htaccess to enable gzip encoding for application/json and application/javascript type responses
Version: other → Production
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → dkl
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•12 years ago
|
||
Committing to: bzr+ssh://dlawrence%40mozilla.com@bzr.mozilla.org/bmo/4.2
modified .htaccess
Committed revision 8905.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•