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 helpful for 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 from people stealing your traffic by directly linking to the content on your server. This is especially important for those having image, video, documents archives and other downloadable content.After enabling mod_hotlink your site will work as if nothing happened, all search engines and backward links will still be valid, all user’s favorites will remain working. But if someone tries to embed your stuff directly on their site, they will only see an error message or your site’s logo. You can save tons of traffic and thus money. You can even turn these hotlinks into real visitors by redirecting hotlink request to your site’s homepage.
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 directives support. Please note that technically mod_deflate and mod_gzip have the same compression algorithm.mod_expires
Regular expressions support forExpiresByType
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
:
No comments:
Post a Comment