Search results

  1. M

    Invalid Http response header, retry!

    That error means that the backend does not send back a valid HTTP response header. It might be a result of previous canceled request and the connection has not been closed for some reason, and previous request has been buffered? We will investigate. However, this message won't affect anything...
  2. M

    LiteSpeed + 1500 Domains + FrontPage = ?

    can you please PM me a temp root access? I can take a look.
  3. M

    A few issues with the request filter and a possible bug

    Thanks! Updated 3.3.5 release package has been uploaded. everything should be working as expected. you can download and give it try. Just change the version number in the download link.
  4. M

    A few issues with the request filter and a possible bug

    4) has been identified and fixed.
  5. M

    A few issues with the request filter and a possible bug

    3) when a request was blocked, something like following should be in error.log
  6. M

    A few issues with the request filter and a possible bug

    1) and 2) are related, and the bug has been identified and fixed.
  7. M

    A few issues with the request filter and a possible bug

    Thank you for the detail bug report. I am checking it. What kind of rule do you use for checking cookies? If you think anything does not work as expected, just give an example rule and request for us to reproduce it.
  8. M

    LiteSpeed + 1500 Domains + FrontPage = ?

    updated 3.3.5 release package has been uploaded, you need to upgrade to it manually. Just change the version number in the download link to get it. It should fix the performance issue with frontpage. A new configuration option has been added in the Apache configuration section, to explicitly...
  9. M

    where can I edit the default server error templates?

    The configuration will applied to all vhosts when you set "ErrorDocument" directive, just that not all vhost has the 404.html in their document root. If available, the custom page will be used.
  10. M

    Presales questions

    You need to get the Enterprise edition, Our server is a Apache replacement server, most Apache features are support and the implementation is much better than Apache's. Our caching module will be released soon. I am not sure how much you rely on this. I would recommend you to apply a free trial...
  11. M

    How to Disable FrontPage?

    We will release 3.3.5 update release to address this issue. stay tuned.
  12. M

    LiteSpeed + 1500 Domains + FrontPage = ?

    OK, we will try to improve this in the 3.3.5 release.
  13. M

    Error 503

    Please check error.log and stderr.log for error messages. Increase memory limit see if it helps or not.
  14. M

    .htaccess files problem

    freebsd packages has been uploaded.
  15. M

    SSI on LiteSpeed

    Maybe next month in the 4.0 release RC2, currently working on the disk cache module.
  16. M

    Ok, so how put django to work? I try early info.

    If you create a context with URI "/", all requests will be forwarded to django. You use a regular expression matching context if you only want to match one URL. http://www.litespeedtech.com/docs/webserver/config/context/
  17. M

    PHP redirect issue

    Use "<?php" instead of "<?"
  18. M

    Ok, so how put django to work? I try early info.

    You should create a FastCGI context for each URL that should be handled by the framework. Handler should be set to the python external app. I think you should add "daemonize=false" parameter as well.
  19. M

    .htaccess files problem

    3.3.5 release package is available now, you can give it try. just change the version number in the download link.
  20. M

    .htaccess files problem

    Correct me if I were wrong, WebDAV requests won't show the content of the file. Actually, only "GET" request could expose the file content. WebDAV requests usually require authentication, so it is not likely a security problem.
Top