Hello!About two months ago our technology peacemaker, Helicon Ape, has been released. Dayafter day we are improving existing features and designing the new ones. Two buildshave already been released and now we are going to increase our product’s minorversion number because this monkey is gonna be really fancy 😉
So what new features has Ape obtained? Well, this post will shed some light on this issue.
Helicon Manager
Server variables autocompletion was added to the editor. This feature can be very helpfulfor mod_rewrite and mod_setenvif users. Ctrl+Space combination is used to open autocompletion form:
mod_hotlink implemented (NEW)
The module is aimed at protecting your web server frompeople stealing your traffic by directly linking to the content on your server.This is especially important for those having image, video, documents archivesand other downloadable content.
After enabling mod_hotlink your site will work as ifnothing happened, all search engines and backward links will still be valid,all user’s favorites will remain working. But if someone tries to embed yourstuff directly on their site, they will only see an error message or yoursite’s logo. You can save tons of traffic and thus money. You can even turnthese hotlinks into real visitors by redirecting hotlink request to your site’shomepage.
We also recommend you to have a look at this article: Strong hotlink protection with Helicon Ape mod_hotlink module.
mod_filter implemented (NEW)
This module provides selective filter application depending on the content type.Currently mod_hotlink, mod_gzip and mod_deflate can be managed by mod_filter directives.
mod_deflate implemented (NEW)
We’ve added mod_deflate directivessupport. Please note that technically mod_deflateand mod_gzip have the same compressionalgorithm.
mod_expires
Regular expressions support for ExpiresByType
directive.
mod_setenvif
- Extended conditions syntax implemented (AND, OR and grouping support). Now you can easily create smart conditions to control Helicon Ape modules
Mime
andQuery_String
attributes support implemented- Server variable can be used as an attribute. Two syntaxes are possible. You may use mod_rewrite style:
%{VARIABLE_NAME}
or simplyVARIABLE_NAME
:
mod_cache and mod_gzip
Management through environment variables implemented.