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
Tag Archives: security
Сounting downloads from your site
If you have some downloadable content on your site (installation packages), you’ll probably want to monitor the statistics of downloads. But the popular Google Analytics system cannot count that as it is working only inside html-pages. Another option is analyzing … Continue reading
Prevent DoS attacks with Helicon Ape mod_evasive module
Hello, folks!Security is an important subject and we are trying to include some protection features into our software. Perhaps you have already heardabout HotlinkBlocker and its reincarnation in Helicon Ape — mod_hotlink module.Cool stuff, but we want to give you more. … Continue reading
Strong hotlink protection with Helicon Ape mod_hotlink module
Hello everyone! We are happy to inform you that Helicon Ape 1.0.0.15 and newer may boast additional functionality and especially mod_hotlink module. And for you to feel its power we offer a brief overview reinforced by real practical examples.
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
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