Search results

  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)

    $ 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...
  3. 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.
  4. 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.
  5. 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...
  6. 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