• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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