View Single Post
  #1  
Old 03-05-2009, 12:00 PM
radixhound radixhound is offline
Member
 
Join Date: Feb 2007
Posts: 11
Default Can't get zip compression working with static cache...

Hi there,

I am using two different rails apps to host sites on my server, Mephisto and Radiant. I have zip compression working for Mephisto and I can't seem to get it to work with Radiant.

I recently installed a static caching extension to a couple Radiant sites. (here: http://github.com/tricycle/radiant-s...on/tree/master)

The cache appears to be working but there is no zip compression happening. I checked the file permissions, and the server has rights to write into the folder where the cached files are. There is a url rewrite going on to redirect requests to /cache/myfile.html for /myfile.

Is this going to work, or will the zip files get created in a different location from the cached files, as in /public/myfile.html.lsz for the cached file in /public/cache/myfile.html.lsz ??

Maybe I'm way off. If so, can you steer me back on course?
Reply With Quote