Search results

  1. A

    Atom Entry mime type warning.

    Hi, I'm tryign to define a new MIME type for Atom Publishing Protocol Entry documents which have a content type of "application/atom+xml;type=entry" So in the mime.conf file I add entry = application/atom+xml;type=entry but after restarting lsws, I get a warning [MIME] File...
  2. A

    405 Error response when processing POST requests to page cached Rails resources

    Hi, I have a rails application that is set up to cache pages for certain URLs for lsws to serve (when they exist) without hitting the rails application. Most of these URLs represent RESTful rails resource (i.e. using map.resource in routes.rb and restful controller implementations). An...
  3. A

    Page caching in rails application running under non-root context.

    Hi all, I have several rails apps running under a single vhost under contexts like '/v1', '/v2', '/v3' - all work fine with no page caching enabled. When I enable page caching for some actions, rails is correctly generating the cache files in <RAILS_ROOT>/public (or whatever dir I set...
Top