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

centos - plesk - apache file owner

Mike Mike

New Pleskian
Hello, i have a question.

Server:
Centos 6 + Plesk 11
save_mode = off;

PHP support (run as Apache-module)

Problem:
I have a script that creates folders for users. mkdir('/var/www/vhosts/website.com/private/'.$user_id.', 0755, true);

And true the Plesk API i create a ftp user for the new folder.
The problem is that my php script create the new folder whit the following group and user: apache(502)/503

The ftp users has no rights in this folder at all.

If i create folders true ftp the group and user are: 505/10000

How can ik fix this problem.
 
Run PHP as FastCGI.

Goto Subscription > Websites & Domains > Website scripting & security (under advanced) > PHP support. Select FastCGI application in drop down menu and save settings.
 
Run PHP as FastCGI.

Goto Subscription > Websites & Domains > Website scripting & security (under advanced) > PHP support. Select FastCGI application in drop down menu and save settings.

I have tried that already, but then i have a other problem. fsockopen is not working in FastCGI modus.

Warning: fsockopen(): unable to connect.
 
Back
Top