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: titbits
Automatic cache cleaning in Helicon Ape
Up to version 3.0.0.39 Helicon Ape cache could be cleaned only manually. Memory-based cache (mod_mem_cache) required recycling of corresponding application and disk-based cache (mod_disk_cache) cleaning implied manual files deletion form the file system. That was slightly inconvenient, to put it … Continue reading
Titbits: Making Ape work with Plesk 9.5.1
If you have Ape and Plesk installed on your server, you may come across the issue that Ape is not working in it’s entirity. This may be caused by the fact that Plesk overrides the handlers list for each domain … Continue reading
Titbits: Disabled ASP.NET handler prevents Ape from working
There have always been problems with any kind of software, when the software itself is installed correctly but doesn’t seem to work. The same problem occured with Helicon Ape while installing on Windows Server 2003, IIS6. User had full control … Continue reading
Titbits: Plus sign in IIS7
This seems to be a known issue, but I’ll cover it once again just in case… So, after fresh install of IIS7 you are likely to notice that requests containing plus (‘+’) character are not accepted.
Adjusting Coldfusion & ISAPI_Rewrite collaboration
If you have ISAPI_Rewrite3 (Ape) and Coldfusion installed on your server, you may encounter issues with requests to .cfm resources. The problem lies in handler mappings configuration. To resolve it, any handler mappings for *.cfm extension should be mapped to … Continue reading
Titbits: dynamic mapfiles names
Not so long ago one of our clients urged us to test an interesting situation we’ve never tried before. The result was positive and saved him a lot of lines in the config file. Now we want to share this … Continue reading
Titbits: ISAPI_Rewrite double registration
Hello! We have decided to start a series of little titbits about our software. You may find them interesting and helpful. Today we’re gonna explain you what the “double registration” term means. It’s a typical situation on our support when … Continue reading