Recent content by Majorlabel

  1. Majorlabel

    LSPHP-redis not working, how to debug

    Ah, nevermind. I had to do a 'pkill lsphp' to restart PHP. Restarting lsws wasn't enough for PHP to load the new config
  2. 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...
  3. Majorlabel

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

    Well initially I assumed that setting the UID mode of the virtualhost to 2 would make as least the external apps run as the document root owner (which it does), or that setting the suExec user/group would (and that also does), or that setting the user/group of the external app would (and it also...
  4. Majorlabel

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

    I tried multiple, all with no avail (at one point I even tried 777 if I remember correctly). It seems the external app does switch to the designated user to execute the script, but the documentroot still needs some kind of ownership by the group that the server runs as. Is this expected behavior?
  5. Majorlabel

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

    OK, so I found out that openlitespeed actually did the external app as the user, but the document root of the virtualhost needs to be assigned to the group that the server runs as (in my case 'nogroup'), or the user 'nobody' needs to be added to the group that owns the documentroot. Why is that...
  6. 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