Bio-JBrowse-Store-NCList
view release on metacpan or search on metacpan
lib/Bio/JBrowse/Store/NCList/JSONFileStorage.pm view on Meta::CPAN
print $h <<EOA;
# This Apache .htaccess file is for
# serving precompressed files (@extensions) with the proper
# Content-Encoding HTTP headers. In order for Apache to pay attention
# to this, its AllowOverride configuration directive for this
# filesystem location must allow FileInfo overrides.
<IfModule mod_gzip.c>
mod_gzip_item_exclude "$re"
</IfModule>
<IfModule setenvif.c>
SetEnvIf Request_URI "$re" no-gzip dont-vary
</IfModule>
<IfModule mod_headers.c>
<FilesMatch "$re">
Header onsuccess set Content-Encoding gzip
</FilesMatch>
</IfModule>
EOA
$self->{htaccess_written} = 1;
}
( run in 0.375 second using v1.01-cache-2.11-cpan-3989ada0592 )