Search results

  1. M

    Round robin with Zope?

    We do not have an example dedicate for LSWS load balancer configuration, it should be easy to configure with our web console with online help. you can search for examples using LiteSpeed with mongrel cluster. The connection is default to persistent and configurable. LSWS will try other...
  2. M

    LiteSpeed compatibility issue with cPanel > cPanel blocking LiteSpeed

    Yes, the load will be higher when LiteSpeed restarts, as all PHP processes need to be restarted as well. However, cPanel do not use restart, it stop then start, then stop, start again, so it make the load even higher, I don't know why cPanel need to restart httpd multiple times.
  3. M

    Round robin with Zope?

    FYI: Your email server bounced the forum notification email with "No such user here". :)
  4. M

    Round robin with Zope?

    You can do the same with LSWS, the load balancing algorithm is "Least Load". LSLB can give you more flexibilities on load balancing algorithms and better reliability in handling of backend failures.
  5. M

    managing vhosts

    It has not been implemented yet. ;)
  6. M

    managing vhosts

    That's possible by adding our own directive to httpd.conf
  7. M

    managing vhosts

    If the vhost has been configured nativly, it will be managed by LSWS console. If the vhost is configured through Apache httpd.conf, you have to manage them from your control panel.
  8. M

    Reseller or Promo?

    For License and CPU: http://www.litespeedtech.com/support/forum/showthread.php?t=1660
  9. M

    server log question

    That means that if there is no network activity for a connection in 15 seconds, it will be closed.
  10. M

    HTTPS/Secure redirect

    It is possible but not easy.
  11. M

    phpMyAdmin and latest APC

    In this case, LSWS debug log won't help much as the problem is more likely between PHP and APC. you need to strace the lsphp process instead.
  12. M

    server log question

    You probably set the server "connection timeout" too low and PHP has not been able to finish processing the request yet.
  13. M

    IP blocking

    Maybe you have not apply your configuration change yet? It should use 40. show 32 seconds is because that it is not being checking very frequently.
  14. M

    Scaling with Rails

    Thank you for the notice. :) Yes, we have been giving advices on funnyordie's infrastructure. ;)
  15. M

    How to parse a .js file as a php file?

    In .htaccess AddType x-httpd-php .js if need the special treatment for only one file, and there are other .js file in the same directory, you may have to use a rewrite rule to override the MIME type to "x-httpd-php".
  16. M

    During DDoS, PHP pages don't work

    Your problem has nothing to do with PHP, if you check your page with "Firebig" (Firefox add-on), you will find that some static files take long time to load. I believe which should because of network or firewall issue. You need to find out where is your problem first, so disabling each of your...
  17. M

    Connection Soft Limit

    all are soft limit, this entry is for soft limit.
  18. M

    301 "Moved permanently" glitch

    This should work better with 3.3.9 release now.
  19. M

    During DDoS, PHP pages don't work

    It looks like firewall or network problem, google "ip_conntrack" and make sure it hsa been set large enough.
  20. M

    During DDoS, PHP pages don't work

    http://hr-development.net/services http://hr-development.net/portfolio http://hr-development.net/hosting http://hr-development.net/contact http://hr-development.net/quote all are working fine, only http://hr-development.net/home is broken. it is not a PHP problem, probably a URL rewrite problem...
Top