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

Posted in Helicon Ape | Tagged | 3 Comments

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

Posted in Helicon Ape | Tagged | 482 Comments

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

Posted in Helicon Ape | Tagged | 829 Comments

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.

Posted in Helicon Ape | Tagged | 1 Comment

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

Posted in Helicon Ape, ISAPI_Rewrite | Tagged | 2 Comments

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

Posted in ISAPI_Rewrite | Tagged | 1 Comment

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

Posted in ISAPI_Rewrite | Tagged | Comments Off on Titbits: ISAPI_Rewrite double registration