Search results

  1. Majorlabel

    Wildcard * domein in listener to vhost connection

    In Apache, I was used to setting all vhosts up to listen to a wildcard (*) character, and specify the ServerName and possible Aliasses in the vhost config. In OpenLiteSpeed, I don't seem to be able to do that. When I use the asterisk * in all 'domain' fields for my possible vhosts, the listener...
  2. Majorlabel

    Vhost for subdomain keeps using SSL from main domain vhost

    I've seen multiple reports on this, and there could very well be something wrong in my setup, but I can't figure it out. I've got these two vhosts, one for the main site: docRoot $VH_ROOT vhDomain domain.com vhAliases www.domain.com adminEmails...
  3. Majorlabel

    LSPHP-redis not working, how to debug

    I had a redis server installed on my server already, since we were using it when we were still using apache as webserver. So now I installed openlitespeed and the lsphp82-redis package (the server uses PHP 8.2 at the moment). But, PHP complains that the Redis class doesn't exist, and installing...
  4. Majorlabel

    My openlitespeed virtual host external app does not run as required user

    I'm trying to setup OpenLiteSpeed, and I want PHP to run as a certain user and a certain group in a certain virtual host. I've turned the entire knowledge base upside down, especially this section obviously. But, whatever I do, the PHP socket that is created is owned by the default nobody and...
Top