[tor-bugs] #12180 [Tor Sysadmin Team]: Please configure yatei's Apache to compress CollecTor's responses

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Jun 2 09:06:12 UTC 2014


#12180: Please configure yatei's Apache to compress CollecTor's responses
-----------------------------------+-----------------
     Reporter:  karsten            |      Owner:
         Type:  task               |     Status:  new
     Priority:  normal             |  Milestone:
    Component:  Tor Sysadmin Team  |    Version:
   Resolution:                     |   Keywords:
Actual Points:                     |  Parent ID:
       Points:                     |
-----------------------------------+-----------------

Comment (by karsten):

 I tested this a bit on a local Apache to figure out how to handle
 compressed responses in Java.  Turns out adding the following to
 `/etc/apache2/sites-available/collector.torproject.org` might work
 (untested for yatei's case, though!):

 {{{
 <Location />
   <IfModule mod_deflate.c>
     SetOutputFilter DEFLATE
     SetEnvIfNoCase Request_URI \.(xz|bz2)$ no-gzip
   </IfModule>
 </Location>
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/12180#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list