Search results

  1. mneumann

    [Solved] OpenLiteSpeed completely crashed

    I was messing around with the log file settings of my virtual host template, and after restarting the server crashed. Not acessible from the frontend and the admin. CPU usage is low. Seems the server restarts every minute. Here some hints in the error log: 2024-02-14 20:18:18.401117 [INFO]...
  2. mneumann

    Strange Error on Plugin Install and Update

    When I try to install a plugin from the repository, I get the error: Installation failed: Download failed. Unauthorized When I look though at the installed plugins, it is there and working perfectly. The same with updates. When I try to update a plugin, I get the error: Update failed: Download...
  3. mneumann

    How to do Piped Logging in OpenLiteSpeed?

    I am struggling to get piped logging to work in OpenLiteSpeed, and I am struggling to find adequate documentation about it. What I find in the documentation is that I need to configure an external Piped Logger app. It seems that in the Address for remote logger I can put a HTTP or UDS socket. It...
  4. mneumann

    How to transmit OpenLiteSpeed log files to Matomo?

    I want to take the access log files from OpenLiteSpeed and feed it to Matomo for tracking purposes. This way I do not depend on tracking scripts on the page that can be blocked by security aware browsers. I am trying to decide the best approach to do that. In my past provider I got an access...
  5. mneumann

    How to create SSL certificates for DNS aliases?

    I need to set up a Wordpress Multisite installation that has several domain names listening to the same virtual host. I have figured out how to set up the listeners to forward various domains to one virtual host. My problem is just the SSL setup. On the web interface I can define only one SSL...
  6. mneumann

    Cannot successfully configure a Virtual Host

    I got successfully a staging site to work and it works properly on my first virtual host. I tried to configure a second virtual host for the live site, but with no success. I am just getting a Litespeed 404 page. I even tried to point to the same document root like the staging site, but no...
  7. mneumann

    Problem with WordPress Uploads

    I have installed OpenLiteSpeed and could migrate a WordPress site successfully and it looks all nice. Just when uploading an image or any other file, it says: The uploaded file could not be moved to wp-content/uploads/2023/08. What can I do to resolve that?
  8. mneumann

    How do I set a DNS of the dashboard in docker with traefik?

    I am trying to deploy the following stack: version: "3.7" services: wordpress_ahs: image: ghcr.io/ndigitals/openlitespeed:latest volumes: - /root/ah/lsws/conf:/usr/local/lsws/conf - /root/ah/lsws/admin/conf:/usr/local/lsws/admin/conf -...
Top