Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
Great, that did the trick
chown apache:psacln /var/lib/php/session
chmod -R 770 /var/lib/php/session
chcon -R system_u:object_r:httpd_sys_content_t:s0 /var/lib/php/session
Thanks a lot!
Thanks. Also this doesn't do the trick. The strange thing is that the session-files are created, but I think reading is not allowed.
See screenshot for current permissions. The first one, 'session', is the one which is not working. The second one, 'php_sess', is working.
The directory was owned by root. I've changed to apache:apache, but still not working.
THe only difference I have with the working directory is the following:
working directory: drwxr-xr-x
/var/lib/php/session: drwxr-xr-t
Why is the last a 't' instead of 'x'? I've done chmod 755 and 777, but...
Thanks fr your quick reply, but it's not working. I still got:
Warning: session_start(): open(/var/lib/php/session/sess_h2960g4dps62u6i7ee92htl5a4, O_RDWR) failed: Permission denied (13)
Strange thing: the file is created in the directory
The default session-path is not working, as we get the error 'Permission denied' (although sessions are added to the directory).
I can make a custom directory per domain to save sessions, but how can I make the default session-path (/var/lib/php/session) accesible for every domain/user...