Search results

  1. H

    Performance Problems

    Hello, I am having an issue with the number of lsphp processes being spawned by a website which is in return then either slowing the site to a crawl as the cpu is 100% (8 core i7) or it gives up and a 500 server error page is displayed.Been looking at the max connections and php lsapi child...
  2. H

    Bzip2 and zip support in lsphp7.4

    Ah yes I see that. Does that mean there will be no zip or bz2 packages as this will require changes to code as phar uses different code/commands
  3. H

    Bzip2 and zip support in lsphp7.4

    I note that there is no zip package for centos 7 for lsphp74 will you be pushing that out soon?
  4. H

    can't upload files to wordpress after update

    I think I narrowed it down to the site which was running in PHP detached mode. I changed it from detached mode and restarted and the permissions were reset. Does detached mode run as nobody?
  5. H

    can't upload files to wordpress after update

    I was looking at this issue today. Both user and group was set to the owner which is how it should be. However, couldnt upload anything so changed it initially to nobody for both owner and group which allowed me to upload. Further testing I changed the user back to the owner keeping nobody...
  6. H

    OLS admin fails PCI compliance scans

    The following need to be added to the global.php file for the OLS web admin for it to pass pci compliance scan header("Strict-Transport-Security: max-age=31536000; preload"); header("X-XSS-Protection: 1;mode=block"); header("Referrer-Policy: same-origin"); header("X-Content-Type-Options...
Top