Search results

  1. M

    Cant get FP extension to work

    The problem is that Apache mod_frontpage has been compiled into httpd binary, is not loaded as a module, LSWS failed to find the signature for frontpage, so it is not enabled. Our latest 3.3.2 build has addressed this issue.
  2. M

    oops! 503 Service Unavailable

    copy over the trial key under lsws/conf directory.
  3. M

    Compile PHP Feature

    the new PHP binary has been copied to lsws/fcgi-bin/lsphp-<ver> . You need to change LiteSpeed configuration to use that binary just like what usually do with a manual compile.
  4. M

    Cant get FP extension to work

    Please PM me the real password for qsi. Maybe the password hash has been created differently, I will test it against LSWS's basic authentication.
  5. M

    Litespeed compatible with phpshield?

    The internal redirect is transparent to end user, completely within the server. It is not a standard http redirect. simple PHP code like header( "X-LiteSpeed-location: /another/hidden/url" ); will show you the effect. And you can add "Content-disposition" header as well.
  6. M

    Litespeed compatible with phpshield?

    I have been helping with the trouble shoot of litespeed setup for your site and finally make the PHP working properly. However, there is a performance issue you need to address in your code. LSWS will buffer the whole PHP response, normally, it works well, but, since you stream the whole video...
  7. M

    Graceful Restarts not working

    Maybe it is a mismatch between the admin console code with the lshttpd binary. Please download our latest 3.3.2 build by changing the version number in the download link. It should work better. If it does not work, please PM me a temp root login, I will take a look.
  8. M

    oops! 503 Service Unavailable

    Please download 3.3.2 release package by changing the version number in the download link. A few 503 error has been addressed.
  9. M

    enabling gzip fatal for opera browser

    Maybe opera does not support content encoding with bzip2 compression? How about using gzip with zlib? We will investigate on this issue as well.
  10. M

    oops! 503 Service Unavailable

    We have identified this issue, fix will be available soon.
  11. M

    Cant get FP extension to work

    Please make sure the permission of _vti_pvt has been setup properly as well. try "sudo -u nobody more <path_to_service.pwd>", if you got access denied, you still need to work on the file, directory permissions.
  12. M

    Error message help please "Connection timed out!"

    The second one is normal. The first one result in 503 error is not desired. How often does 503 errors happen? We need more log to analyze. Please send your error.log to bug @ ... .
  13. M

    After upgrade 2.6 -> 3.3.1 always error 503

    Please post your lsphp external app configuration. Have you checked error.log and stderr.log for errors?
  14. M

    oops! 503 Service Unavailable

    If your use PHP to process large files, you may need to increase the memory limit of lsphp. If you can reproduce the problem, we will take a closer look. We have seen occational random 503 error on some server, and we are trying to identify and fix this issue.
  15. M

    Performance

    I think it should be a better idea to convert to LSAPI PHP, even with your load balancing setup, LSAPI PHP has everything you need.
  16. M

    Naming file downloads (Content-Disposition??)

    Please try our 3.3.2 build package, see if everything works properly. Just change the version number to "3.3.2" in the download URL to get the package.
  17. M

    Litespeed compatible with phpshield?

    phpshield loader is like ionCube load. should work fine with lsphp. Our installation service include PHP, but not include perl. PHPmotion is written in PHP, should work well with LSWS. LiteSpeed is designed to be the most scalable web server, it should be able to handle 10,000+ concurrent...
  18. M

    LSWS fails to start after installation (no error logs)

    This is caused by a bug in Solaris earlier than build 67, reference: http://www.opensolaris.org/jive/thread.jspa?messageID=129976 either upgrade Solaris or have to use our enterprise release build for x86_64 on Solaris 10.
  19. M

    Performance

    Using unix domain socket with nginx is not reliable. better not using it. I think it is related to the kernel, somehow, your Linux kernel scheduler assign most process to one CPU when persistent connection is used. Please check the CPU idle time during the test. You can try increase "max...
  20. M

    Problems installing and configuring LiteSpeed for Catalyst App

    You should remove your current installation and start with a fresh installation.
Top