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

    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...
  3. 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.
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. J

    iRedMail and LiteSpeed

    Has anyone used iRedMail with LiteSpeed? I have never installed iRedMail, and wasnt sure how it integrated with Apache, and if it was easy to get it to work on LiteSpeed or not.
  12. J

    [Resolved] Xcache setup

    Hi there. I just recently downloaded the demo of LiteSpeed and I was trying to figure out how do I get Xcache setup with LiteSpeed. I see the option to compile it with PHP but when I do a '-v' on my php install I dont get that xcache was installed with it. Nor is anything listed in the...
  13. J

    Document Root Home Directory

    I am trying to change the document root to my /home directory. In the VHost configuration Ive changed the document root to /home/{my_usernames_here}/html/ Yet when I visit my site I get a 404 error even though I have a file there. What did I do wrong, am I missing something here?
Top