Search results

  1. M

    Premature end of response header, and 503 service errors (maybe related, maybe not)

    Premature end of response header probably is caused by crashed ruby process, which did not send back the response header or just half of it. For 404 -> 503 problem, I don't know why it happens, maybe something wrong with that the way a routing error was handled in your application. Create a test...
  2. M

    Method not allowed with POST

    Yes, they are. You probably did not enable PHP support during the installation.
  3. M

    AuthUserFile with relative path

    Will be fixed in 3.0RC1 release.
  4. M

    Method not allowed with POST

    run install.sh, you will know.
  5. M

    Method not allowed with POST

    try to access any PHP script, see if it works. If not, reinstall you server with php support enabled during installation. check you PHP script again. Replace lsws/fcgi-bin/lsphp with your own PHP binary, restart server, check PHP script again. If everything works, try your POST test, if not...
  6. M

    Method not allowed with POST

    I think your PHP configuration is not right, *.php is treated as static file, so POST is not allowed, check your lsphp external app and script handler configuration, pay attention to the error/warning message when LSWS starts.
  7. M

    Subversion

    You still need to have LiteSpeed reverse proxy to Apache with mod_svn.
  8. M

    Apache Modules

    Please check our document. No.
  9. M

    DirectAdmin Setup

    You should ask the first question to directadmin team, we have no answer here. For the second question, we need a sample httpd.conf generated by directadmin for testing. If you want, you can send your httpd.conf to info @ litespeedtech ... , we keep it confidiental.
  10. M

    Awstats previous months?

    You can view previous months data by swithing to dynamic mode.
  11. M

    login with persistent cookies?

    You have to logout first, then reply a post without logging in, it will take you to the dedicated login page. ;)
  12. M

    login with persistent cookies?

    Please try clear the cookie then login again via the dedicate login page, check "Remember me".
  13. M

    Litespeed can't use virtual host roots on NFS

    It is pretty strange to me as well. Is there any symbolic link along the path? Anyway, it is not a good idea to host website over NFS, it is pretty slow as I/O opteration over NFS will block the server process. Better to host website on local harddisk and sync with master copy of web site on...
  14. M

    lsapi processes not being used, build up to > max_connections

    Cool! I will add that to our Wiki. Thanks!
  15. M

    Standard 2.2.5 + LSAPI + Rails uses up all processes

    fantasydreaming, Thank you for sharing your finding with us. It is really helpful. We may improve the ruby-lsapi implementation to somehow kill those hanging processes when we got a chance. :)
  16. M

    directory listing

    Please give 2.2.6 a try, might be a bug in 3.0beta.
  17. M

    Problem setting up Trac with LSWS 3b

    Probably is a bug in 3.0beta admin interface. we'll check.
  18. M

    directory listing

    What is the value of "Use Server Index Files"? should set to "No" if you have index file configuration for that vhost.
  19. M

    Some newbie questions

    Currently, webDAV is not supported by LiteSpeed itself, you need to have LiteSpeed proxy to a webDAV capable backend, like Apache or other server.
  20. M

    [req] asp.net

    It is on our to-do list, at the time we checked mono, it is not ready for prime time yet.
Top