Search results

  1. Cold-Egg

    Help: You must enable the intl extension to use the script.

    If you haven't, please install the extension, apt-get install lsphp73-intl lsphp74-intl -y then restart PHP process killall lsphp
  2. Cold-Egg

    Site shows mime type application/octet-stream - why?

    Hi, When running OLS, do you see any application/octet-stream type from your browser? Will it makes any difference if you bypass the CDN? Best, Eric
  3. Cold-Egg

    Changing PHP limit

    No problem, glad to help.
  4. Cold-Egg

    503 error + [lsphp]: Failed to listen socket [/tmp/lshttpd/lsphp.sock]: No space left on device

    Hi @gilles If the no space left on the device message because /tmp partition full, then not much we can help with on the OLS setup. https://www.php.net/manual/en/function.session-gc.php Low traffic sites' session data may not be deleted within the preferred duration. In such a case, please...
  5. Cold-Egg

    Changing PHP limit

    Try /usr/local/lsws/lsphp74/etc/php/7.4/litespeed/php.ini
  6. Cold-Egg

    Ubuntu 20.04 focal dependency issue with libzip4

    Hi, It works for me. 1 wget -O - http://rpms.litespeedtech.com/debian/enable_lst_debian_repo.sh | bash 2 apt-get install openlitespeed 3 service lsws status Maybe you can try apt update && apt upgrade -y before the installation.
  7. Cold-Egg

    PostgreSQL Administration Tools for Ubuntu 20.04 Virtual Machine running OpenLiteSpeed

    Here's the example to install phppgadmin for OpenLiteSpeed Django image, 1. Go to /usr/local/lsws/Example/html/ folder and download https://github.com/phppgadmin/phppgadmin/archive/REL_7-13-0.zip 2. apt-get install unzip lsphp74-pgsql -y, then unzip the phppgadmin zip file. 3. Change the...
  8. Cold-Egg

    Changing PHP limit

    Did you change it on php.ini file? After updating the file, please remember to restart PHP process , e.g. "killall lsphp"
  9. Cold-Egg

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    Hi @edan , This config is not from the script setup, is it? Possible to share any domain?
  10. Cold-Egg

    "No request delivery notification has been received from LSAPI application, possible dead lock."

    As mentioned in the log, there was no request delivery notification received from the LSAPI. This means that the PHP process got hung up on something. In order to properly diagnose the issue, please try the following steps: - Turn on debug logging for OLS. - run 'top' in a terminal. Once it is...
  11. Cold-Egg

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    Hi @edan , In this case, better raise a ticket with us support@litespeedtech.com and I will show you where's the issue. Best, Eric
  12. Cold-Egg

    Is it possible after a series of errors or excessive access for OLS to run Restart Graceful?

    Hi, It is working. Do you still see any sql/lsphp process running high CPU in the background during the test? Also, I would recommend you not to include any proxy or CDN, e.g. cloudflare in the test, it may slow the benchmark result. Best, Eric
  13. Cold-Egg

    Is it possible after a series of errors or excessive access for OLS to run Restart Graceful?

    Hi, Do you have any cache on this site? Please consider using the LiteSpeed WordPress cache plugin so the load test won't hit the backend Database and PHP engine every time.
  14. Cold-Egg

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    Looks better on the new server. So does it work now?
  15. Cold-Egg

    OpenLiteSpeed with mod_security running as reverse proxy (WAF)

    Hi It works fine from my debian10 server. Please make sure you git clone, and cd into the project folder, then run the setup script. https://github.com/Code-Egg/ols-proxy/blob/master/Readme.md Best, Eric
  16. Cold-Egg

    Failed to obtain or reinitialize VMemBuf.

    Hi @HindiNews Please check if you have enough space for swap folder and tmp folder. You can also try to upload a vary small file and see if it works.
  17. Cold-Egg

    Protect Brute Force wp-login.php and xmlrpc.php

    If you want to bypass it, try adding the IP to the trusted IP
  18. Cold-Egg

    Https greatly increases response time

    Hi, May I ask which type of the Test, Clients per test or Clients per second?
  19. Cold-Egg

    Protect Brute Force wp-login.php and xmlrpc.php

    Please try enabling reCatpcha function, https://openlitespeed.org/kb/recaptcha-with-openlitespeed/
  20. Cold-Egg

    Is it possible after a series of errors or excessive access for OLS to run Restart Graceful?

    During the stuck, what did you see the output from the `top` command?
Top