Search results

  1. Z

    ipv6 listener won't work behind cloudflare

    I have the ipv6 listener on. I have cloudflare DNS AAAA entry pointing to my servers ipv6 address. However the site just won't load over ipv6 when behind cloudflare. I can access the site using the ipv6 address directly so i guess the listener is working.
  2. Z

    Found major bug in OLS

    After several months testing I believe I found the error with the help of chatgpt – OLS has something wrong with the logic in managing lsphp connections (closing child lsphp connections to MariaDB). It’s trying to ‘kill” processes which are already closed. I believe this can cause MariaDB...
  3. Z

    Ipv6 listener does not work for ipv4

    I had been speaking to someone on your team before getting ghosted. He had shown me that using the IPV6 Listener would support both ipv6 and ipv4. I found this to be untrue as I setup a fresh ipv6 listener on two servers and they according to netstat it was only listening to ipv6, which is...
  4. Z

    Permissions Bug in OLS

    I have a very strange problem with OLS. Everytime my wordpress site needs updates it says Files could not be installed due to likely permission errors. Nothing fixes the problem unless I go ssh in and do the following command sudo chown -R nobody:nogroup /usr/local/lsws/Example/html/wordpress...
  5. Z

    Can't upgrade OLS on Ubuntu 18

    Running apt-get upgrade OpenLiteSpeed results in Unable to locate package OpenLiteSpeed Initially installed through wget -O - http://rpms.litespeedtech.com/debian/enable_lst_debain_repo.sh | bash sudo apt install openlitespeed
Top