[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



#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
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs