Search results

  1. M

    High memory usage in LS compared to Passenger/Mongrel etc

    try LSAPI_MAX_IDLE_CHILDREN http://www.litespeedtech.com/ruby-lsapi-module.html
  2. M

    ffmpeg-php help. ffmpeg.so not loaded

    Try /opt/lsws/fcgi-bin/lsphp5 -i from command line and fix all errors, make sure ffmpeg module apear in the output.
  3. M

    temporary processes still made/killed too often with large volumes

    try LSAPI_MAX_IDLE_CHILDREN=5
  4. M

    Sharing a caching directory, and ESI

    Yes, I think you can share the cache directory among many servers. What we want to do is to implement ESI like support in PHP. It has been discussed http://www.litespeedtech.com/support/forum/showthread.php?t=2048
  5. M

    temporary processes still made/killed too often with large volumes

    Have you tried "LSAPI_MAX_IDLE_CHILDREN"? You can post your rails configuration. Maybe we need to check your server if possible.
  6. M

    Now another issue.. bah

    I don't know what is the problem with subdomain, it should be cPanel/WHM issue, not really related to LSWS. And it should work as expected no matter Apache or LSWS was used. If you create the subdomain under cPanel, then just remove it under cPanel.
  7. M

    Now another issue.. bah

    service httpd stop then change "Apache Port Offset" to "0" in LSWS admin console, restart.
  8. M

    Now another issue.. bah

    You should take a break. :) You can change Apache's listening port with WHM "Tweak settings". Running Apache and LSWS at the same time will take more server resource.
  9. M

    Now another issue.. bah

    If you do not have a compelling reason to use LSWS with Apache together, it is a lot easier to just use LSWS along. If you does, you have change Apache listening port to 79, then have LSWS use "Port Offset=1", so LSWS will use port 80 and forward requests back to Apache on Port 79 if need.
  10. M

    PHP6: Working, but no SuExec

    LSWS does not enabled suEXEC for "application/x-httpd-php6" yet. Will be added in our 4.0 release. however, you can create a script handle for "pthml" suffix using the PHP6 external app. And use "AddType application/x-httpd-phtml .php" to have PHP6 handle php scripts.
  11. M

    Now another issue.. bah

    Do you want to use LiteSpeed with Apache together or use LiteSpeed along to replace Apache?
  12. M

    Now another issue.. bah

    service httpd stop service lsws start
  13. M

    blocking access to files and ORG_REQ_URI

    If you put the rewrite rule in .htaccess in that directory, you should use, RewriteCond %{ORG_REQ_URI} ^/aaadownloads/ RewriteRule .* - [R=403,F] "/aaadownloads/" has been chopped off as rewrite base.
  14. M

    PHP Compile Issue in web interface

    Maybe gcc find a wrong "dirent.h" file in a directory specified by "-I..." or could not find it at all. Try rearrange the configuration parameters see if you can make "-I/usr/include" the first gcc "-I..." option.
  15. M

    PHP Compile Issue in web interface

    Which OS are you using? For some reason, the "configure" script failed to properly detect "readdir_r()" system function all in order to define "HAVE_POSIX_READDIR_R" macro. Maybe you should check your config.log under /opt/lsws/phpbuild/php-5.2.5/
  16. M

    Install Help!

    You should do the same permission fix for "ld" as well.
  17. M

    security

    Please wait for beta 2.
  18. M

    Install Help!

    You need to check the config.log under lsws/phpbuild/php-5.2.6 directory to find out what exactly is the error for gcc.
  19. M

    High memory usage in LS compared to Passenger/Mongrel etc

    Also have LiteSpeed pre-start the parent ruby process.
  20. M

    High memory usage in LS compared to Passenger/Mongrel etc

    Yes, they certainly can make it looks even worse. You can ask them to run LiteSpeed under Ruby Enterprise and configure LiteSpeed not to start that many ruby processes, at least make it matching the number of ruby processes started in all other tests.
Top