[Pkg-voip-commits] r8262 - in /mumble-django/trunk/debian: apache2.conf changelog

svedrin-guest at alioth.debian.org svedrin-guest at alioth.debian.org
Wed Apr 7 20:11:51 UTC 2010


Author: svedrin-guest
Date: Wed Apr  7 20:11:47 2010
New Revision: 8262

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8262
Log:
Compress the JavaScript and CSS files using mod_deflate, if available.

Modified:
    mumble-django/trunk/debian/apache2.conf
    mumble-django/trunk/debian/changelog

Modified: mumble-django/trunk/debian/apache2.conf
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/apache2.conf?rev=8262&op=diff
==============================================================================
--- mumble-django/trunk/debian/apache2.conf (original)
+++ mumble-django/trunk/debian/apache2.conf Wed Apr  7 20:11:47 2010
@@ -5,3 +5,14 @@
 WSGIDaemonProcess       mumble-django threads=25
 WSGIProcessGroup        mumble-django
 WSGIScriptReloading     Off
+
+<Location /mumble-django>
+	<IfModule mod_deflate.c>
+		AddOutputFilterByType DEFLATE text/html text/plain text/css text/javascript
+		<IfModule mod_headers.c>
+			# properly handle requests coming from behind proxies
+			Header append Vary User-Agent
+		</IfModule>
+	</IfModule>
+</Location>
+

Modified: mumble-django/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble-django/trunk/debian/changelog?rev=8262&op=diff
==============================================================================
--- mumble-django/trunk/debian/changelog (original)
+++ mumble-django/trunk/debian/changelog Wed Apr  7 20:11:47 2010
@@ -2,8 +2,9 @@
 
   * Replace "Depends: libapache2-mod-wsgi" with "Recommends:".
     Closes: #575102
+  * Compress the JavaScript and CSS files using mod_deflate, if available.
 
- -- Michael Ziegler <diese-addy at funzt-halt.net>  Wed, 24 Mar 2010 11:48:05 +0100
+ -- Michael Ziegler <diese-addy at funzt-halt.net>  Wed, 07 Apr 2010 22:10:36 +0200
 
 mumble-django (2.0-1) unstable; urgency=low
 




More information about the Pkg-voip-commits mailing list