Category Archives: Apache

Compressed JavaScript on Apache HTTPD Server

As Java2Script’s library size is getting huger and huger, loading *.js is a critical job for Java2Script. And I decide to output compressed *.js to save loading bandwidth. In httpd.conf or .htaccess file, add the following: <IfModule mod_deflate.c> # Netscape … Continue reading

Posted in Apache, JavaScript | Leave a comment