Search results

  1. E

    OpenLiteSpeed 1.6.11 breaks rewrite rules

    Hi, this is my vhost configuration that has been working for several months. However, an update to 1.6.11 results in the rewrite rules not being applied and all requests -- except for files in document root and sub directories -- throwing a 404 error. Had to downgrade to 1.6.10 to fix it...
  2. E

    forward client's 'accept-encoding' header when proxying to upstream?

    I'm using OLS as a reverse proxy. Currently, even if a client sends a 'accept-encoding: br' header with the request, openlitespeed changes it to 'gzip' when forwarding the request to the upstream. But the problem is that the upstream server responds with a gzipped version, and lightspeed...
  3. E

    Move to next context when first context returns 404?

    In most webservers, it's possible to program the software in such a way that the server will look into more than one 'context' or 'location' if it cannot find the requested resource in the first context/location that matched. The only requirement is that there should be more than one match. It...
Top