• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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