lsphp

  1. S

    WordPress missing the MySQL extension

    I have installed OLS on Ubuntu 22.04 with lsphp81 and other lsphp81 extensions. I have also installed lsphp81-mysql but for some reason, I am getting the following error. Your PHP installation appears to be missing the MySQL extension which is required by WordPress. Please check that the mysqli...
  2. T

    Update Dockerfile with lsphp80-dev or lsphp81-dev

    Based on https://hub.docker.com/r/litespeedtech/openlitespeed I wanted to use lsphp80-dev / lsphp81-dev and therefore Created this dockerfile: FROM litespeedtech/openlitespeed:1.7.16-lsphp80 WORKDIR /var/www/vhosts RUN apt update RUN apt install -y wget RUN wget...
  3. Sveken

    Almalinux 8.6 failed to update ImageMagick-libs

    Hello all, I have about 6 Almalinux + Openlitespeed boxes which have been working great so far. However i am unable to update any of them currently due to the imagick components we are using for lsphp due to the following errors Problem 1: package lsphp80-pecl-imagick-3.4.4-1.el8.8.0.x86_64...
  4. A

    Server response time logged in log file is greater than TTFB shown in browser

    Hi, We need to log external application i.e lsphp response time. So we are using the following log format. logFormat %{Host}i %h %t %>s %O %D \"%r\" %{User-agent}i Where %D is reponse time in miroseconds. Here response time is 94221 micro seconds. So it is 94.22 milli seconds. But in...
  5. matice

    MSSQL PDO for LSPHP

    Does anyone know how to create/compile a version of the MSSQL PDO driver for PHP with LSPHP? I'm not finding instructions anywhere. Even similar instructions that I can use to do this would be appreciated. Thanks in advance!
  6. S

    OLS not parsing PHP files

    Hello, I have just set up OLS on my Ubuntu 18.04 server. I have compiled PHP from Tools > Compile PHP and it succeeded successfully. I have also created a Virtual Host for a domain, added a script handler for the same (prefix: php handler: lsphp) and added it to the default listener. The site...
  7. M

    High memory consumption in lsphp to generate SSL certificate

    Hi! I did several and several tests and I don't know how to proceed anymore. I have a webserver using aaPanel + OLS v. 1.6.5. Everything works perfectly. My problem appears when I need generate SSL certificate. I realize that when I generate a certificate for a new website, the server load...
  8. H

    ENV Path

    I am using OLS with Cyberpanel and have installed mailscanner with mailwatch gui. All works well but the software versions report is missing a value for postconf and clamav A similar issue was posted years ago for apache/nginx where the solution was to add env[PATH] =...
  9. D

    Configure memcached and redis

    I got working openlitespeed vm and installed all lsphp73-* packages where are also "lsphp73-mecached" and "lsphp73-redis" but I just installed "memcached" started and in WordPress Litespeed Cache plugin it shows that it's working with localhost set. Is there need for lsphp packages? Any...
  10. U

    Hide php version

    Hi guys first of all Happy New Year to everyone the issue am facing is i am unable to hide the php version in the php.ini i am using lsphp74 on centos 8 regards umair
  11. W

    Add lsphpXX-maxminddb PHP extension

    Hello. I suggest to add lsphpXX-maxminddb PHP extension (or maybe some other, LSAPI has a few list). Today I found OpenLiteSpeed for me, and try to build an localhost server on CentOS 8. But there is no lsphp74-maxminddb. Wiki says that it's possible to configure OLS for use MaxMind GeoIP...
  12. T

    Orphaned Long-running lsphp processes

    This is causing a big problem for me. This is a fresh install of CyberPanel which comes with OpenLitespeed. I just moved this site to lsws from apache. This problem was not happening on Apache. You can see here in htop the problem (lsphp): These will go on for a very long time. The script in...
  13. V

    PHP Commands

    How can I execute: /usr/local/lsws/lsphp56/bin/lsphp -d memory_limit=512M -f /home/domain/public_html/cron.php >> /home/domain/public_html/var/log/cron.log 2>&1 options -d memory_limit=512M -f no exist in lsphp Thks,
Top