Recent content by kataba

  1. K

    How can I configure the PHP Notices to only be logged into the error log of the specific VHost?

    TL;DR: Main question: How can I configure the PHP Notices to only be logged into the error log of the specific VHost? I have a VHost with the config below. Error log is set to the location $VH_ROOT/logs/error.log (that is, the root directory of the VHost), yet logs are written at...
  2. K

    OpenLitesped clean install on AlmaLinux 9.3 OpenVZ container (posttrans scriptlet failed)

    I found myself that this solved this. Thanks for sharing this here.
  3. K

    OpenLitesped clean install on AlmaLinux 9.3 OpenVZ container (posttrans scriptlet failed)

    $ systemctl status lsws ./litespeed: error while loading shared libraries: libcrypt.so.1: can> Feb 18 18:31:21 server.tubebg.com lswsctrl[15968]: [ERROR] Failed to start litespeed!
  4. K

    OpenLitesped clean install on AlmaLinux 9.3 OpenVZ container (posttrans scriptlet failed)

    $ hostnamectl [...] Virtualization: openvz Operating System: AlmaLinux 9.3 (Shamrock Pampas Cat) CPE OS Name: cpe:/o:almalinux:almalinux:9::baseos Kernel: Linux 5.14.0 Architecture: x86-64 $dnf install openlitespeed -y Running scriptlet: openlitespeed-1.7.19-3.el9.x86_64...
  5. K

    Latest version number mismatch (Cannot find v1.8.0)

    I also seem to have some version conflicts. I removed the litespeed repo and installed it again, but I still get the following: $ sudo dnf check-update Last metadata expiration check: 0:00:52 ago on Sat Feb 17 18:48:38 2024. Obsoleting Packages lsphp73-mysqlnd.x86_64 7.3.33-1.el8...
  6. K

    Latest version number mismatch (Cannot find v1.8.0)

    I am noticing today that the web admin panel says Current Version:OpenLiteSpeed 1.7.19 New Release: 1.8.0. However, I cannot find this 1.8.0 at the link and my yum repository doesn't show an updated available. This is on AlmaLinux 8.9.
  7. K

    Refreshing the page in WebAdmin Console redirects to Login page on Firefox

    It happens on v1.7.19. It doesn't happen at the moment on Chrome (desktop) and Safari (desktop). But it has been happening on Firefox probably for already a year, at least since 3 or 4 version updates before.
  8. K

    Refreshing the page in WebAdmin Console redirects to Login page on Firefox

    Refreshing the page in WebAdmin Console redirects to Login page on Firefox, it doesn't happen on Safari.
  9. K

    LSAPI context doesn't work

    Once, I create a new Context in a Virtual Host and fill in the mandatory fields URI and LSAPI App and the URI matches the URI of the files I want to cover in this context, the PHP scripts do not execute anymore and instead an empty response with HTTP status code 500 is returned in the browser...
  10. K

    PHP errors are not displayed

    The issue is resolved. I am not sure why the phpinfo(; example was not logged as a parse error but apart from that, I found the reason why errors were not being logged for the particular website.
  11. K

    PHP errors are not displayed

    Hello, I installed OpenLiteSpeed 1.6.14 a day ago and I am experiencing an issue with the PHP errors not displaying. In addition to that, no error messages are logged in any of the server level or virtual host level logs. I tried using: ini_set('display_errors', '1')...
Top