Search results

  1. J

    Very high load on Litespeed Web Server

    I have two Litespeed web servers that are load balanced behind a Digital Ocean load balancer. Both are extremely high loads and LSPHP has a lot of processes running. I've already enabled LSCache for the users not logged in but that didnt have any noticeable impact. I've attached a screen capture...
  2. J

    [solved] PHP 7.2 and memcached

    Thanks John that worked perfectly.!
  3. J

    [solved] PHP 7.2 and memcached

    According to this document this document to install memcached all I needed to do was run the command yum install lsphp56-pecl-memcached lsphp70-pecl-memcached lsphp71-pecl-memcached lsphp72-pecl-memcached I ran that command however when I go to build PHP 7.2 I still am not seeing memcached. I...
  4. J

    ADC Returning 503 Error - External processor is not available!

    I've implemented those changes. Now to see if it makes a difference. Thanks!
  5. J

    Not Receiving Updates

    Awesome thank you!!
  6. J

    Not Receiving Updates

    I just went to check my LiteSpeed Load Balancer and noticed that I am at version 2.0.2 while the current version is 2.1, not matter what I do I dont get prompted about the new version. Is there some other process to upgrade? And yes I do have a current license.
  7. J

    ADC Returning 503 Error - External processor is not available!

    I've tried many things and the problem is still happening. Does anyone know anything about this?
  8. J

    ADC Returning 503 Error - External processor is not available!

    I am having an issue with my Load Balancer. I am getting the error listed below that there are too many open files. I've increase my file limit when already, and when I run ulimit -n it shows it is set at 150,000. Is there something else I need to adjust to raise the file limit? Or is it...
  9. J

    [Closed] HttpListener::acceptConnection .. can't accept:Too many open files (How fix it?)

    What did you end up doing to fix this? I am having the same issue.
  10. J

    [Resolved] Cannot Access Admin Area

    That did the trick. Thanks Jon!
  11. J

    [Resolved] Cannot Access Admin Area

    When I attempt to sign into my Admin Area with the correct password the page successfully posts the data but then reloads at the login page without any indication of why it couldn't sign me in. If I attempt to use an invalid password it shows the "Invalid Credentials" message. I've tried...
  12. J

    Error updating to latest version

    Hey everyone, I am having an issue when I try to upgrade to latest version of LiteSpeed Webserver (5.1.17). Every time I try to run it from the admin console I get the error "Error: Failed to download release 5.1.17" I am currently on 5.1.13 running centos 7. Can anyone point me in the right...
  13. J

    High Memory Usage

    Yeah thats what I thought too. I was mistaken on the on the load balancer I had too many screens open and confused it one of my other servers.The memory on that is fine. But LSPHP had tons of threads and are consuming memory. Is that optimization I need to do the LSPHP config then?
  14. J

    High Memory Usage

    Our Load Balancer and our Litespeed web servers are experiencing very high memory usage right now. I trying to figure out what is causing this, but so far I havent been able to trace to any one thing. Are there any guides on settings I should look at for optimizing our server, or is more of just...
  15. J

    [Resolved] LiteSpeed Server Stats

    I got it working, it was related to SELinux. Thanks!
  16. J

    [Resolved] LiteSpeed Server Stats

    Still doesnt work. Are there any dependencies on any image frameworks? I verified that I can run the command from the command line and it doesnt report any errors, yet still no pictures.
  17. J

    [Resolved] LiteSpeed Server Stats

    I saw the article about using serverstats on litespeed, I installed it using the script mentioned here: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:rrd-graph-monitoring The only issue is that the script appears not to work with PHP 7 because I get an error that...
  18. J

    Memcached Installation

    I am trying to find out how to install memcached PHP 7 on my Centos 7 server with the latest litespeed. I've tried installing the yum package memcahed, and tried installing from the litespeed repo the packaged "lsphp70-pecl-memcached.x86_64" and nothing seems to work. The only thing that I dont...
  19. J

    Testing the LS Load Balancer

    Just found that I can go to Actions -> Real Time Stats and it will show all the nodes and as long as you are using two different ips you can see both in the external application section.
  20. J

    Testing the LS Load Balancer

    I just installed a trial of the LS load balancer. I configured two nodes and everything seems to be working. What I am wondering is how do I test to make sure that it is doing load balancing correctly? Whenever I go to the server I only see the page from my first server. So how do I test it...
Top