Search results

  1. lsfoo

    OLS as loadbalancer?

    Could you post or pm me your server and vhost settings?
  2. lsfoo

    OLS as loadbalancer?

    Will get back to you tomorrow. In the meantime, could you check your disk space usage with df -h and df -i to see if anything is out of the ordinary?
  3. lsfoo

    OLS as loadbalancer?

    Each process spawned works independently of each other, so there's no way to set a global limit. Probably the easiest way to handle this is to divide the desired number by the number of processes you have (e.g. use 9 if you have 4 processes).
  4. lsfoo

    OLS as loadbalancer?

    I just went through the code. I think you are seeing 140 because it's 35 max connections per litespeed process. You likely have 4 processes and each of them have 35 max connections. The resulting real time report is a summation of the four.
  5. lsfoo

    OLS as loadbalancer?

    Could you paste the output from all the /tmp/lshttpd/.rtreport*?
  6. lsfoo

    OLS as loadbalancer?

    What is showing 140 max? External App real time?
  7. lsfoo

    Cache stop caching after some hours... Works again after openlitespeed restart

    I see. I have a comment about the log, but I will just reply to you in the conversation about it. Regarding the invalidation time, it is entirely dependent on how your site is set up. If you are using the wordpress cache plugin (response headers indicate that you are), our plugin knows when to...
  8. lsfoo

    Cache stop caching after some hours... Works again after openlitespeed restart

    Could you pm me the error log? Also, is it repeated cache not working after a few hours? The cache is meant to invalidate (according to your settings, at 1800 seconds), so the first request after it is invalidated will be a cache miss. The following ones should be a hit.
  9. lsfoo

    Cache stop caching after some hours... Works again after openlitespeed restart

    Hi @capvar Could you run df -h and df -i in the terminal? It's possible that you're running out of disk space.
  10. lsfoo

    Cannot create new template

    Hi @ckissi, Did you try using a path to the file? $SERVER_ROOT/conf/templates/myphp.conf
  11. lsfoo

    Cannot install ols1clk on Centos 7/32bit

    Hi @ckissi Since CentOS 7 32 bit is an alternate, unofficial version, we do not support it at this time. Until it's official, we probably will not support it. Sorry for any inconvenience that this may have caused.
  12. lsfoo

    Update from 1.4.23 to 1.4.25 failed

    Glad to hear it's resolved! Let us know if you run into any issues with the release.
  13. lsfoo

    Update from 1.4.23 to 1.4.25 failed

    Try make sudo make install It looks like you're not running this as the root user, so it's not able to write to the /usr/local/lsws/modules/ directory
  14. lsfoo

    cant solve the permmisions problem

    Hi @andreig How are you trying to create a wp-config.php file? Is it through PHP, FTP, or directly (like with vi)? Cheers, Kevin
  15. lsfoo

    OLS doesn't start anymore

    Could you send me your ruleset via private conversation? I'll try it out locally to see what's up. OLS does not have runtime conf loading unfortunately. I assume you're referring to something like .htaccess?
  16. lsfoo

    OLS doesn't start anymore

    The source code can be downloaded here: http://open.litespeedtech.com/packages/openlitespeed-1.4.25.tgz In a terminal: 1. Extract the tarball 2. cd into the new directory (openlitespeed-1.4.25) NOTE: you could skip 3 and 3a first if you want to make sure that compiling works before editing...
  17. lsfoo

    OLS doesn't start anymore

    Did you do any special configurations during installation? If not, and you are willing to give compiling from source a shot, a small change may be enough to fix the problem for you. Let me know, Kevin
  18. lsfoo

    OLS doesn't start anymore

    Are you handy with patching C code and compiling binaries from source? If so, I can look into this soon and provide a patch of what you will need to modify to make this work. Otherwise, our primary OLS developer is away for the next week, so a new release will be at least that long away.
  19. lsfoo

    Graceful restart in webadmin console problem.

    One thing to try is deleting all the admin.sock.* files in SERVER_ROOT/admin/tmp/ and restarting the server via command line to see if it makes it work afterwards.
  20. lsfoo

    Graceful restart in webadmin console problem.

    If you are accessing the web admin using a domain (as opposed to IP), is it possible that it's sending the request to the wrong server?
Top