https://bugzilla.wikimedia.org/show_bug.cgi?id=19049


Aryeh Gregor <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #5 from Aryeh Gregor <[email protected]>  2009-06-02 
01:23:21 UTC ---
This is a web server configuration issue.  MediaWiki is not involved in serving
static files, it just provides them for the web server to serve however it
likes.  You have to configure your web server to compress .css/.js files it
serves.  For instance, on lighttpd, this instructive would work with
mod_compress enabled:

compress.cache-dir          = "/var/cache/lighttpd/compress/"
compress.filetype           = ("text/plain", "text/html",
"application/x-javascript", "text/css", "text/javascript", "text/xml")


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to