Search results

  1. A

    Setting "Vary: Accept-Encoding" header using .htaccess

    current litespeed version is 4.2.2 tried Header append but stil get 2 headers according to the apache doco AddOutputFilterByType DEFLATE text/html text/plain text/xml application/javascript text/css sets the "Vary: User-Agent" header i want to replace than with "Vary: Accept-Encoding"...
  2. A

    Setting "Vary: Accept-Encoding" header using .htaccess

    In .htaccess file, I have: Header set Vary Accept-Encoding (as recommended by google chrome - options - javascript console - pagespeed) But 2 "vary" headers are returned ("set" should set the header, not add a new one) I've tried 'unset Header', but that doesnt work either Andrew GET...
  3. A

    Request: List of (Un)Supported Apache Directives

    A few more unsupported directives: SetEnv -used to set a env var passed to CGI scripts ExpiresByType - e.g. set application/pdf to be cached for 1 hour Andrew
  4. A

    Request: List of (Un)Supported Apache Directives

    Thanks for the quick response. Nice to know you're listening.
  5. A

    Feature Request: SSILastModified on

    Apache SSILastModified directive Why? The server doesn't send cache headers (last modified, etag, etc.) with SSI pages - this allows them to be sent, so the SSI pages can be cached by the browser
  6. A

    Request: FallbackResource

    Add Apache FallbackResource directive
  7. A

    Request: List of (Un)Supported Apache Directives

    It would be really great to have an official list of which Apache directives are supported, and any differences and changes per version. (Our webhosts use Litespeed - the changeover was a nightmare as we made big use of FallbackResource, we now have lots of ModRewrite directives. We only have...
Top