Search results

  1. M

    [Resolved] IPv6 bugs.

    add this to our to-do list.
  2. M

    [RESOLVED] LSLB - white page problem

    How big the uploaded file? Have you adjusted the request body limit under "Server"->"tuning" tab?
  3. M

    ERROR: missing environment variable 'SCRIPT_FILENAME'!

    Have you followed this http://www.litespeedtech.com/how-tos.html#qa_perld
  4. M

    ruby on rails problem (blank page, logs OK)

    If you are using latest Rails release with Rack 1.0.1, you need to downgrade rack to rack 1.0 or patch rack 1.0.1, please search related discussions on this forum.
  5. M

    WHMCS cron does not work with Lite Speed

    Just like Tony suggested, build Apache 2.2 or 2.0 with prefork should fix it.
  6. M

    Interworx/Lightspeed???

    Yes, the bandwidth stats graphs will be affected. We plan to implement something similar to mod_watch, but it has lower priority and could take for a while.
  7. M

    server-status

    That's working in progress for 4.1 release.
  8. M

    Load balancer clarification

    LSLB is a generic HTTP load balancer, does not require backend to be LiteSpeed web server only, it works with any web server. There should not be any issue with vbulletin and drupal. LSLB add "X-Forwarded-For" request header, as long as backend server can correctly acknowledge that header...
  9. M

    enable Suphp

    yes, enable it in LSWS web console and restart.
  10. M

    Zope rewrite problem

    It wont fix the problem. You should turn on debug logging and rewrite log, and analyze why from the log.
  11. M

    CSF Firewall

    That's a bug fixed in latest 4.0.12 build. Please download manually and run install.sh to upgrade.
  12. M

    LSWS optimization request

    Seems your DB server has very high I/O wait, that could the cause of the slow down. You should check DB server with mysqladmin processlist when I/O wait is high, maybe it is caused by a bad SQL, or missing index of a large table.
  13. M

    Interworx/Lightspeed???

    Interworx works with LiteSpeed, just interworx uses a special apache module called mod_watch which is not supported by LiteSpeed, so some statistical feature may not work properly.
  14. M

    how to upgrade lsws easily?

    It is a good idea, we will try that route.
  15. M

    Zope rewrite problem

    Most browser wont send ":80" in the URL, just strip it. it might be the reason why. Not something wrong with the rewrite rule, just browser do not want to do what you want and causes looping redirect between web server and browser.
  16. M

    symlnk problem - upgrading from 3.3.23

    Please check error log for the reason of 403 error. Should be a permission/ownership issue.
  17. M

    how to upgrade lsws easily?

    That's the way to do it. Currently, a bug broke the upgrade link in our web console, fixed in the latest 4.0.12 build, with that working, you still need to login to web console of each server then click it. Maybe a little easier for some people.
  18. M

    Error in compiling php

    Or, you can turn on PHP output_buffer in php.ini .
  19. M

    Ruby 1.9

    I think the Rails team need to address the compatibility with Ruby 1.9 first. If you know a Rails version works properly with Ruby 1.9, we can start to test and make ruby-lsapi work properly if it is not.
  20. M

    Movable Type and FastCGI?

    You need to ask your host to manually add a FastCGI application for each of your FCGI application in LiteSpeed web console, then add a script handler for you. like your hello app is called "hello_fcgi", the script handler suffix is "hello_fcgi". Then you use directive. <Files hello.fcgi>...
Top