• 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.

PHP issue with Plesk.

B

ban520

Guest
The client uploads some php programs and directories using his ftp user,
e.g. "[email protected]". All the files and directories then have the
permissions of

-Rwxr-r-x customer1 pscacln ..

So the owner is customer1 and the group pscacln.

Now when the php program runs, which say tries to upload a file into a
directory of the customer, it fails as the php program will be running as
user "apache" group "apache".

Apache has no permissions in a bog standard server setup to modify or
create any files.

i.e. useless.

Suggestion for fixing this? Everyone must have this problem,
as I have had it with every version starTing with plesk 6.
The issue means that noone can use any scripting languages to write or
updated local files, and also modify them with their ftp user.

Thanks.
 
One not very good solution is changing file directory mode to 777, so apache process can create files inside this directory. Not very good because in this case any users in systems can create files in a such directories.
 
Back
Top