Search results

  1. S

    OLS as loadbalancer?

    Everything seems to be fine. There is about 300 GB free disk space.
  2. S

    OLS as loadbalancer?

    That works fine, thank you. I'm receiving the following two errors on that server, not oft, but multiple times daily: Any idea what could cause this? p.s. The server has 16 GB ram
  3. S

    OLS as loadbalancer?

    I see, is there any way to set a global limit?
  4. S

    OLS as loadbalancer?

    Yes, on each backend server.
  5. S

    OLS as loadbalancer?

    Hey lsfoo, I've set the max connections for each of my backend server to 35, but when I access the realtime stats window it shows 140 at max conn & eff max, any idea why my settings are ignored?
  6. S

    OLS doesn't start anymore

    Thank you, I had to increase it to 32768. ols starts now, but it seems there is still a bug, I receive the following error in the console: [(null)] rewrite: Rewrite rule missing substitution string. while parsing: RewriteRule ^abc/ Is there something like a compiled vhost.conf which ols is...
  7. S

    OLS doesn't start anymore

    The servers are setup by puppet, but if it's a small change I could give it a try. What do I need to change? :)
  8. S

    OLS doesn't start anymore

    Unfortunately not, but I think I can wait until your developer is back.
  9. S

    OLS doesn't start anymore

    Thanks @lsfoo. Do you have any ETA for a fix? I'm currently in the setup of a 20 node cluster and need to decide if I use ols or apache now. I would prefer ols, but the rewrite rules are mandatory.
  10. S

    OLS as loadbalancer?

    Yes, that's the setting I'm talking about. Thanks!
  11. S

    OLS as loadbalancer?

    Loadbalancing works as described, thank you. I still have a quick question regarding external webserver applications. Does the "Connection Keep-Alive Timeout" setting relates to connections between the loadbalancer and the webserver, or between the client and the loadbalancer?
  12. S

    OLS doesn't start anymore

    It looks like my rewrite is too long for ols, as soon as I add more than 130 lines of rewrite rules ols crashes on start. @lsfoo Could this get fixed somehow?
  13. S

    OLS doesn't start anymore

    @lsfoo Maybe you can help. When using the same rewrite rules on my old 1.2.10 ols installation, there is no problem, but with the most recent one it just keeps crashing when starting.
  14. S

    OLS doesn't start anymore

    After adding a bunch of rewrite rules from my .htaccess file ols doesn't seem to start anymore after a restart. The following error is shown in messages: There's no error in the error.log.
  15. S

    OLS as loadbalancer?

    Thanks for the fast reply. Could you elaborate this a little bit more? So let's say I have setup a external app (Webserver) with the name "test" which is just another OLS installation. To use this app I just need to enter proxy::test in the workers part of the loadbalancer?
  16. S

    OLS as loadbalancer?

    I usually use haproxy as loadbalancer, but I really like how the things work with litespeed, so I'm currently think about to switch to ols, if that's possible. I know it's possible to setup ols as reverse proxy, but is it also possible to add multiple backend server?
  17. S

    lsphp security patches

    I usually use the packages from remi or the centos ones. Is there any guide for compiling php with lsapi from source? I think that would be a good alternative. edit: It seems like remi still updates the php 5.4 litespeed package...
  18. S

    lsphp security patches

    Unfortunately the current php code is not php >5.4 ready. When using OLS without lsphp, I just need to add a external fastcgi app which points to php-fpm, right?
Top