Search results

  1. M

    lslb context bug

    lslb 1.6 package has been updated to address this. it is a issue with php.ini used.
  2. M

    Cannot Build PHP

    Run WHM easyApache first, it may fail but it will create all the files required.
  3. M

    Baffling listener behaviour

    Maybe your local /etc/hosts override the IP for that domain? If the other domain is mapping to a different listener.
  4. M

    DDOS on vBulletin!

    http://www.litespeedtech.com/how-tos.html#qa_dos There are a lot of post about dealing with DDoS attacks, you can search and read those posts.
  5. M

    Baffling listener behaviour

    something wrong with the vhost configuration, you should check the error log.
  6. M

    migration question

    Yes, you can upgrade from standard to 4-CPU Enterprise. You can change from trial key to production key without uninstalling. Standard does not work that well when use with Apache httpd.conf though.
  7. M

    Use Asynchronized disk I/O (AIO)?

    AIO is only available in our 4.1RC1 build, we will have a update ready soon.
  8. M

    lslb marks webserver as "bad node" because of 301 reply

    Just change the Ping URL that give you 200 code.
  9. M

    lslb context bug

    OK, it is confirmed, we will have it fixed soon. You can manually edit the xml configuration file if need in the mean time.
  10. M

    switching from nginx to LSLB

    For online help, please click the "Help" link in the web console, then go to "Configuration"->"Context" It is very simple if you familiar with our web server admin console. Just like a proxy context for web server. The URI should be like exp...
  11. M

    Modify request headers ??

    You can add environment variable with rewrite rule, only URL and Query String can be changed with rewrite rule. You can fake a request header value with environment variable, but may not able to override an existing header.
  12. M

    Php Curl Error

    You may need to turn off open_basedir or safe_mode, it is a PHP internal limitation.
  13. M

    rewrite problem ?

    If you copy the rewrite rule from .htaccess to use it at vhost level, you need to add a leading '/', the log shows it as well.
  14. M

    Litespeed Configuration

    Yes, you should use the same configuration option as Apache's if you expect LSWS to work exactly like Apache.
  15. M

    rewrite problem ?

    You rewrite rule should work, maybe something else. Are you using LSWS standard edition with httpd.conf?
  16. M

    switching from nginx to LSLB

    From your nginx configuration, I guess you want to route requests based on URL. For sitemap and static file, create a cluster with one member 127.0.0.1:81, then create a regex matching context, use that cluster as handler. Create a cluster with members 192.168.0.4,192.168.0.3,127.0.0.1:81, use...
  17. M

    Req In Process Versus Req / sec

    most read system calls are for MySQL, I think. Have you upgrade your site lately? New plugin?
  18. M

    Upgrading to PHP 5.3.0 LS 4.0.10 Previous Configuration

    run /path/to/lsws/fcgi-bin/lsphp-<5.2.x> -i to get the configuration options.
  19. M

    Huge lsphp5 problem

    Please the forum for work around.
  20. M

    getting tons of these

    Should be just junk data being sent to HTTP port 80, I think.
Top