Feed
Categories
Tags
caching CFML cms CodeProject Coldfusion django farcry fastcgi from the inside guide hotlinking humor iis iis6 java load balancer manager mod_auth mod_cache mod_dbd mod_developer mod_disk_cache mod_env mod_evasive mod_expires mod_gzip mod_headers mod_hotlink mod_linkfreeze mod_log_config mod_proxy mod_rewrite mod_seo news performance plesk proxy ruby security SEO shared hosting titbits unicode wordpress zoo
Category Archives: Helicon Ape
Enabling site authentication not using Windows users
Sometimes you may want to add simple user authorization to your site, but it’s unlikely or impossible to use Windows users system. In such case a suitable solution is offered by HTTP authentication/authorization system implemented in Helicon Ape mod_auth fellowship.In … Continue reading
Posted in Helicon Ape
Tagged CodeProject mod_auth security
Comments Off on Enabling site authentication not using Windows users
ISAPI_Rewrite FAQ
No so long ago we’ve posted this FAQ on our forum and quite a lot of our clients found it helpful. This compilation covers some of the most tricky questions concerning ISAPI_Rewrite3 (and actually Helicon Ape mod_rewrite module). And we … Continue reading
HTTP Authentication and Authorization
Let’s start with definitions: Authentication or authenticity check is a comparison of person’s real credentials with the ones he enters (e.g. login and password). Authorization is the process of granting rights to a user (or a group of users) to … Continue reading
Posted in Helicon Ape
Tagged mod_auth security
Comments Off on HTTP Authentication and Authorization
Helicon Ape Manager – 10 helpful tips
Although we tried to make Helicon Ape Manager as easy-to-use, friendly and intuitive as possible, some features may not be obvious and are worth mentioning.
Exploding myths about mod_rewrite. Part I
For many years mod_rewrite was considered enigmatic and incomprehensible voodoo art. We want to shatter this myth and illustrate that mod_rewrite can be easy and handy instrument for everyone who is at least slightly acquainted with regular expressions (more info … Continue reading
Introduction to mod_gzip
Every day millions of web-servers around the world receive billions of bytes of network traffic. Each year the speed of Internet connections increases. Hosting providers offer perfect tariffs. It seems the mankind is going to forget about traffic saving problem … Continue reading
Example of mod_cache application
In the previous articles we told you what cache is and how it works in Helicon Ape. Now it’s time to use obtained knowledge in practice. Today we gonna apply caching for PHP application called qdig that helps organize images … Continue reading
Posted in Helicon Ape
Tagged caching guide mod_cache
Comments Off on Example of mod_cache application
Improvements in Helicon Ape release version
For those still hesitating whether to try release version of Helicon Ape or not we want to outline the mian differences between release and beta. So, release (unlike beta) includes: mod_cache module to reduce traffic by caching HTTP content mod_gzip … Continue reading
Helicon Ape released!
It has happened! Helicon Ape has been released and is now available for download and purchase!
How mod_cache works?
Helicon Ape release (coming very-very soon) will contain mod_cache module. And as we promised in our previous article we are now giving you more thorough description of mod_cache operation.