Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:1 to 36 of 36
<script src="protoculous-packer.js.gz"></script><script src="/protoculous-packer.js<? if(strpos($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip') !== false) echo '.gz'; ?>"></script>!preg_match('/MSIE (5\.5|6\.0(?!.*\bSV1\b))/i', $_SERVER['HTTP_USER_AGENT']
######################################
### statically precompressed files ###
######################################
# ---------------------------------------------------------------------
# let mod_gzip perform 'partial content negotiation'?
mod_gzip_can_negotiate Yes
# (if this option is active and a static file is to be served in com-
# pressed for, then mod_gzip will look for a static precompressed
# version of this file with a defined additional extension - see next
# directive - which would be delivered with priority. This would allow
# for avoiding to repeatedly compress the same static file and thus
# saving CPU time.
# No dynamic caching of this file is provided; currently the user
# himself is responsible for creating and updating the precompressed
# file's content.
# From version 1.3.19.2a mod_gzip automatically recognizes whether
# a statically precompressed file is older than its uncompressed
# original and in this case will serve the content of the original
# file in uncompressed form - as to rather serve correct data than
# outdated ones ...)Quote: AlexLBtw. .gz support:
IE4+, FF, Opera 5.12+, Netscape 6.02+
that makes what? 100% of all used browsers? :)
Posted: Saturday, 25 August 2007 at 8:16AM
Posted: Saturday, 25 August 2007 at 10:09AM

Posted: Saturday, 25 August 2007 at 5:06PM
<script src="/protoculous-packer.js<? if(strpos($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip') !== false) echo '.gz'; ?>"></script>
Quote: AlexLwell... if this is mac vs pc than pc wins :p

Posted: Monday, 27 August 2007 at 11:20AM
<files *.js.gz>
ForceType application/x-javascript
Header set Content-Encoding: gzip
</files>
1 to 36 of 36